Gets the GlyphTypeface for 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 GlyphTypeface GlyphTypeface { get; internal set; }
Visual Basic
Public Property GlyphTypeface As GlyphTypeface
	Get
	Friend Set
Visual C++
public:
property GlyphTypeface^ GlyphTypeface {
	GlyphTypeface^ get ();
	internal: void set (GlyphTypeface^ value);
}

Field Value

The typeface.

See Also