Enum DWriteFontFaceType
The file format of a complete font face. Font formats that consist of multiple files a single entry.
Namespace: JeremyAnsel.DirectX.DWrite
Assembly: JeremyAnsel.DirectX.DWrite.dll
Syntax
public enum DWriteFontFaceType
Fields
Name | Description |
---|---|
Bitmap | A bitmap .FON format font face. |
Cff | OpenType font face with CFF outlines. |
RawCff | The font data includes only the CFF table from an OpenType CFF font. This font face type can be used only for embedded fonts (i.e., custom font file loaders) and the resulting font face object supports only the minimum functionality necessary to render glyphs. |
TrueType | OpenType font face with TrueType outlines. |
TrueTypeCollection | OpenType font face that is a part of a TrueType collection. |
Type1 | A Type 1 font face. |
Unknown | Font face type is not recognized by the DirectWrite font system. |
Vector | A vector .FON format font face. |