Class TTextureFontData.TGlyphDictionary

DescriptionHierarchyEnclosing ClassFieldsMethodsProperties

Unit

Declaration

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

Description

Map Unicode code to a TGlyph representation.

Hierarchy

  • TFPGMap
  • TTextureFontData.TGlyphDictionary

Enclosing Class

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;

Properties

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

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 

Properties

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

Generated by PasDoc 0.14.0.