Gets the glyph index.
Namespace: FirstFloor.Documents.FontsAssembly: 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); } |