TdxCustomMapItemStyle.Font Property
Specifies the font settings applied to the map item‘s title text.
Declaration
property Font: TFont read; write;
Property Value
Type |
---|
TFont |
Remarks
Use this property to customize the map item’s title text appearance settings, except for the font and glow effect colors that you can change by using the dedicated TextColor and TextGlowColor properties, respectively.
Any Font property value change adds the mcsvFont flag to the AssignedValues property. The map control uses the default font settings to display the title text if the mcsvFont flag is removed, ignoring all the custom Font sub-property values.
The Font.Height and Font.Size properties automatically update by multiplying their current values by the form’s scaling factor every time it changes.
The default value of the Font.Style sub-property is [fsBold].
See Also