Class TTextureFontData.TGlyphDictionary
Unit
CastleTextureFontData
Declaration
type TGlyphDictionary = class(specialize TFPGMap<TUnicodeChar,TGlyph>)
Description
Map Unicode code to a TGlyph representation.
Hierarchy
- TFPGMap
- TTextureFontData.TGlyphDictionary
Enclosing Class
Overview
Methods
Properties
 |
property OwnsGlyphs: boolean read FOwnsGlyphs write FOwnsGlyphs default true; |
Description
Methods
 |
constructor Create; |
|
 |
destructor Destroy; override; |
|
Properties
 |
property OwnsGlyphs: boolean read FOwnsGlyphs write FOwnsGlyphs default true; |
|
|