This is an old revision of the document!


mapfonts.xml

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 ElementtextStyles
ElementtextStyle
AttributeFormatRemarks
namestringFont style name (must be unique)
fontstring
sizeintegerFont size

The following styles exist: List subject to change

targetStandard aircraft track label
target-selectedSelected aircraft track label
expltRoute display
toolsQDM / VERA / SEP tools

Example

<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>

Back