Class TTextureFontData.TGlyphDictionary

Unit

Declaration

type TGlyphDictionary = class(specialize TDictionary<TUnicodeChar,TGlyph>)

Description

Map Unicode code to a TGlyph representation.

Hierarchy

Enclosing Class

Overview

Methods

Public constructor Create; reintroduce;
Public destructor Destroy; override;

Properties

Public property OwnsGlyphs: boolean read FOwnsGlyphs write FOwnsGlyphs default true;
Public property Items [constAKey:TUnicodeChar]: TGlyph read GetItems write SetItems;

Description

Methods

Public constructor Create; reintroduce;
 
Public destructor Destroy; override;
 

Properties

Public property OwnsGlyphs: boolean read FOwnsGlyphs write FOwnsGlyphs default true;
 
Public 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.