Class TTextureFontData.TGlyphDictionary
Unit
CastleTextureFontData
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
Properties
|
property OwnsGlyphs: boolean read FOwnsGlyphs write FOwnsGlyphs default true; |
|
property Items [constAKey:TUnicodeChar]: TGlyph read GetItems write SetItems; |
Description
Methods
|
constructor Create; reintroduce; |
|
|
destructor Destroy; override; |
|
Properties
|
property OwnsGlyphs: boolean read FOwnsGlyphs write FOwnsGlyphs default true; |
|
|
property Items [constAKey: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.