FontStyle { |
family "SERIF" # field SFString |
horizontal TRUE # field SFBool |
justify "BEGIN" # field MFString |
language "" # field SFString |
leftToRight TRUE # field SFBool |
size 1.0 # field SFFloat |
spacing 1.0 # field SFFloat |
style "PLAIN" # field SFString |
topToBottom TRUE # field SFBool |
} |
style field specifies the text style to use such as PLAIN, BOLD, ITALIC, and BOLDITALIC. |