This document is archived and information here might be outdated. Recommended version. |
Provides access to members that define the appearance of the secondary group of digits in the grid label. Note: the IMixedFontGridLabel interface has been superseded by IMixedFontGridLabel2. Please consider using the more recent version.
IMixedFontGridLabel is an interface for creating a grid label where a range of the characters uses a different font. This is typically done when the scale of a map is such that some of the digits in the coordinate system are superfluous and are ideally minimized in the display by using a smaller font. If the map is to be a large scale, the secondary font will be larger, otherwise it would be set to be smaller.
Name | Description | |
---|---|---|
NumGroupedDigits | The number of digits that are displayed in the secondary font and color. | |
SecondaryColor | The color of the second group of digits. | |
SecondaryFont | The font used for the second group of digits. |
Classes | Description |
---|---|
MixedFontGridLabel | A grid label that uses mixed fonts. |