CharacterMarkerSymbol
Base Type: CartographicMarkerSymbol
A class for a marker symbol based on a character from a font.
| Property | Type | Description | 
|---|---|---|
| CharacterIndex | int | The character index within the font. | 
| FontCharset | int | The character set used in the font, such as ANSI_CHARSET, DEFAULT_CHARSET, or SYMBOL_CHARSET. | 
| FontCharsetSpecified | bool | Indicates if FontCharset is specified. | 
| FontItalic | bool | Indicates whether the font is italicized. | 
| FontItalicSpecified | bool | Indicates if FontItalic is specified. | 
| FontName | string | The name of the font family. | 
| FontSizeHi | int | The point size of the font expressed in a 64-bit CY variable whose upper 32-bits contains the integer point size. | 
| FontSizeHiSpecified | bool | Indicates if FontSizeHi is specified. | 
| FontSizeLo | int | The point size of the font expressed in a 64-bit CY variable whose lower 32-bits contains the fractional point size. | 
| FontSizeLoSpecified | bool | Indicates if FontSizeLo is specified. | 
| FontStrikethrough | bool | Indicates whether the font is strikethrough. | 
| FontStrikethroughSpecified | bool | Indicates if FontStrikethrough is specified. | 
| FontUnderline | bool | Indicates whether the font is underlined. | 
| FontUnderlineSpecified | bool | Indicates if FontUnderline is specified. | 
| FontWeight | int | The boldness or weight of the font. | 
| FontWeightSpecified | bool | Indicates if FontWeight is specified. |