Class TTextureFontData.TGlyphDictionary
Unit
Declaration
type TGlyphDictionary = class(specialize TDictionary<TUnicodeChar,TGlyph>)
Description
Map Unicode code to a TGlyph representation.
Hierarchy
- TObject
- TDictionary
- TTextureFontData.TGlyphDictionary
Enclosing Class
Overview
Methods
constructor Create; reintroduce; |
|
destructor Destroy; override; |
Properties
property OwnsGlyphs: boolean read FOwnsGlyphs write FOwnsGlyphs default true; |
|
property Items [const AKey: TUnicodeChar]: TGlyph read GetItems write SetItems; |
Description
Methods
constructor Create; reintroduce; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property OwnsGlyphs: boolean read FOwnsGlyphs write FOwnsGlyphs default true; |
|
This item has no description. |
property Items [const AKey: TUnicodeChar]: TGlyph read GetItems write SetItems; |
|
Access dictionary items. Setting this is allowed regardless if the key previously existed or not, in other words: setting this does AddOrSetValue, contrary to the ancestor TDictionary that only allows setting when the key already exists. |
Generated by PasDoc 0.16.0-snapshot.