Gets an array of UTF16 code points that represent the Unicode content of the GlyphRun.

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

Syntax

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

Field Value

The characters.

See Also