Gets the nominal mapping of a Unicode code point to a glyph index as defined by the font 'CMAP' table.

Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public CharacterToGlyphIndexMap[] CharacterToGlyphMaps { get; internal set; }
Visual Basic
Public Property CharacterToGlyphMaps As CharacterToGlyphIndexMap()
	Get
	Friend Set
Visual C++
public:
property array<CharacterToGlyphIndexMap^>^ CharacterToGlyphMaps {
	array<CharacterToGlyphIndexMap^>^ get ();
	internal: void set (array<CharacterToGlyphIndexMap^>^ value);
}

Field Value

The character to glyph maps.

See Also