Enum DWriteFontFileType
The type of a font represented by a single font file. Font formats that consist of multiple files, e.g. Type 1 .PFM and .PFB, have separate values for each of the file type.
Namespace: JeremyAnsel.DirectX.DWrite
Assembly: JeremyAnsel.DirectX.DWrite.dll
Syntax
public enum DWriteFontFileTypeFields
| Name | Description | 
|---|---|
| Bitmap | Bitmap .FON font. | 
| Cff | OpenType font with CFF outlines. | 
| TrueType | OpenType font with TrueType outlines. | 
| TrueTypeCollection | OpenType font that contains a TrueType collection. | 
| Type1Pfb | Type 1 PFB font. | 
| Type1Pfm | Type 1 PFM font. | 
| Unknown | Font type is not recognized by the DirectWrite font system. | 
| Vector | Vector .FON font. |