The sddfonts.xml file is used to define the font which the text labels relating to tracks and labels are drawn in.
The sddfonts.xml
file is located in the fir/theme/(theme_name)
directory.
Root Element | textStyles | |
---|---|---|
Element | textStyle | |
Attribute | Format | Remarks |
name | string | Font style name (must be unique) |
font | string | |
size | integer | Font size |
The following styles exist:
List subject to change
target | Standard aircraft track label |
target-selected | Selected aircraft track label |
explt | Extrapolated flight plan route display |
tools | QDM / SEP tool |
<textStyles> <textStyle name="target" font="Bitstream Vera Sans Mono" size="12"/> <textStyle name="target-selected" font="Bitstream Vera Sans Mono" size="14"/> <textStyle name="explt" font="Arial" size="10"/> <textStyle name="tools" font="Arial" size="12"/> </textStyles>