Identifies Open Type font types.

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

Syntax

C#
public enum FontType
Visual Basic
Public Enumeration FontType
Visual C++
public enum class FontType

Members

Member nameValueDescription
TrueType0 Open Type font with True Type outlines.
TrueTypeCollection1 Open Type font collection consisting of multiple Open Type fonts with True Type outlines.
PostScript2 Open Type font with PostScript outlines (Type 1 Compact Font Format, CFF).

See Also