[x3d-public] fontstyle versus FontStyle suggested patch

John Carlson yottzumm at gmail.com
Sun Sep 19 02:59:49 PDT 2021


Our tools like FontStyle a lot better than fontstyle.  YMMV

in X3dForAdvancedModeling/AudioSpatialSound

diff --git a/src/main/data/SplitChannels.x3d 
b/src/main/data/SplitChannels.x3d
index 9d18c89cc..024b24736 100644
--- a/src/main/data/SplitChannels.x3d
+++ b/src/main/data/SplitChannels.x3d
@@ -44,7 +44,7 @@
              <Material ambientintensity='0.0933' diffusecolor='1 1 1' 
emissivecolor='0 0 0' shininess='0.51' specularcolor='0.46 0.46 0.46'/>
            </Appearance>
            <Text ccw='true' lit='true' solid='false' string='Right 
Channel Volume' usegeocache='true'>
-            <fontstyle family=''Times'' horizontal='true' 
justify='BEGIN' lefttoright='true' size='1' spacing='1' style='BOLD' 
toptobottom='true'/>
+            <FontStyle family=''Times'' horizontal='true' 
justify='BEGIN' lefttoright='true' size='1' spacing='1' style='BOLD' 
toptobottom='true'/>
            </Text>
          </Shape>
        </Transform>
@@ -74,7 +74,7 @@
              <Material ambientintensity='0.0933' diffusecolor='1 1 1' 
emissivecolor='0 0 0' shininess='0.51' specularcolor='0.46 0.46 0.46'/>
            </Appearance>
            <Text ccw='true' lit='true' solid='false' string='Left 
Channel Volume' usegeocache='true'>
-            <fontstyle family=''Times'' horizontal='true' 
justify='BEGIN' lefttoright='true' size='1' spacing='1' style='BOLD' 
toptobottom='true'/>
+            <FontStyle family=''Times'' horizontal='true' 
justify='BEGIN' lefttoright='true' size='1' spacing='1' style='BOLD' 
toptobottom='true'/>
            </Text>
          </Shape>
        </Transform>




More information about the x3d-public mailing list