Gets the glyph index for specified character.

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

Syntax

C#
public ushort this[
	int c
] { get; internal set; }
Visual Basic
Public Default Property Item ( _
	c As Integer _
) As UShort
	Get
	Friend Set
Visual C++
public:
property unsigned short default[int c] {
	unsigned short get (int c);
	internal: void set (int c, unsigned short value);
}

Parameters

c
Type: System..::..Int32
The c.

Return Value

See Also