Font Class |
[SerializableAttribute] public class Font
The Font type exposes the following members.
| Name | Description | |
|---|---|---|
| AddChar | Add a glyph and associate it with the given character code. | |
| Clear | Empty the font of all previously defined glyphs and character codes. | |
| GetChar | Get the glyph definition for the given character code. | |
| GetCharList | Get a list of the character codes currently defined in the font. | |
| RemoveChar | Remove a glyph and its character code from the font. |