Gets the glyph index.

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

Syntax

C#
public Nullable<ushort> GlyphIndex { get; internal set; }
Visual Basic
Public Property GlyphIndex As Nullable(Of UShort)
	Get
	Friend Set
Visual C++
public:
property Nullable<unsigned short> GlyphIndex {
	Nullable<unsigned short> get ();
	internal: void set (Nullable<unsigned short> value);
}

Field Value

The index.

See Also