Gets the number of glyphs.

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

Syntax

C#
public int GlyphCount { get; internal set; }
Visual Basic
Public Property GlyphCount As Integer
	Get
	Friend Set
Visual C++
public:
property int GlyphCount {
	int get ();
	internal: void set (int value);
}

Field Value

The glyph count.

See Also