Identifies Open Type font types.
Namespace: FirstFloor.Documents.FontsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| TrueType | 0 | Open Type font with True Type outlines. | |
| TrueTypeCollection | 1 | Open Type font collection consisting of multiple Open Type fonts with True Type outlines. | |
| PostScript | 2 | Open Type font with PostScript outlines (Type 1 Compact Font Format, CFF). |