Method | Description |
ConvertToBitmap | Convert a glyph into a Bitmap When a font is loaded, all glyphs are stored and raw data, not bitmap, because bitmap is very memory expensive. So, in order to display a glyph (when writing a text), it must be converted into a bitmap to be draw. |
Create | Creates and initializes a TGlyph. |
Destroy | Destroys an instance of TGlyph. |