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

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

Properties

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

Description

Methods

Public constructor Create; reintroduce;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Properties

Public property OwnsGlyphs: boolean read FOwnsGlyphs write FOwnsGlyphs default true;

This item has no description.

Public 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.