mapfonts.xml

The mapfonts.xml file is used to define the font which the text labels on the maps are drawn in.

The mapfonts.xml file is located in the fir/theme/(theme_name) directory.

ElementtextStyle
AttributeFormatRemarks
namestringFont style name (must be unique)
fontstring
sizeintegerFont size

Example

<textStyles>
	<textStyle name="nav" font="Arial" size="10"/>
</textStyles>

Back