Gets an array of UInt16 values that represent the glyph indices in the rendering physical font.

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

Syntax

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

Field Value

The glyph indices.

See Also