DWRITE_FONT_FACE_TYPE_CFF

Undocumented in source.

Values

ValueMeaning
DWRITE_FONT_FACE_TYPE_CFF

<summary> OpenType font face with CFF outlines. </summary>

DWRITE_FONT_FACE_TYPE_TRUETYPE

<summary> OpenType font face with TrueType outlines. </summary>

DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION

<summary> OpenType font face that is a part of a TrueType collection. </summary>

DWRITE_FONT_FACE_TYPE_TYPE1

<summary> A Type 1 font face. </summary>

DWRITE_FONT_FACE_TYPE_VECTOR

<summary> A vector .FON format font face. </summary>

DWRITE_FONT_FACE_TYPE_BITMAP

<summary> A bitmap .FON format font face. </summary>

DWRITE_FONT_FACE_TYPE_UNKNOWN

<summary> Font face type is not recognized by the DirectWrite font system. </summary>

DWRITE_FONT_FACE_TYPE_RAW_CFF

<summary> 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. </summary>

Meta