The Text node builds flat (not 3D !) text characters in X-Y plane with a Z axis depth of 0.0.
|
length field specifies the desired length, in VRML units, of each line of text. To match the specified length, lines or columns of text are composed or expanded by changing their character size or character spacing. length=0 implies no length constraint
|
maxExtent field specifies the maximum permissible length, in VRML units, of any line or column of text.
-
Lines or columns longer than the maxExtent are compressed but the lines or columns of text shorter than maxExtent remains the same.
|
fontStyle field specifies the characteristics defining the look and alignment of text created by the Text node.
|