Gets the type of the font.

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

Syntax

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

Field Value

The type of the font.

See Also