1 | FontStyle { |
2 | family "SERIF" # field SFString |
3 | horizontal TRUE # field SFBool |
4 | justify "BEGIN" # field MFString |
5 | language "" # field SFString |
6 | leftToRight TRUE # field SFBool |
7 | size 1.0 # field SFFloat |
8 | spacing 1.0 # field SFFloat |
9 | style "PLAIN" # field SFString |
10 | topToBottom TRUE # field SFBool |
11 | } |
12 | style field specifies the text style to use such as PLAIN, BOLD, ITALIC, and BOLDITALIC. |