Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the file format of a complete font face.
Syntax
typedef enum DWRITE_FONT_FACE_TYPE {
DWRITE_FONT_FACE_TYPE_CFF,
DWRITE_FONT_FACE_TYPE_TRUETYPE,
DWRITE_FONT_FACE_TYPE_OPENTYPE_COLLECTION,
DWRITE_FONT_FACE_TYPE_TYPE1,
DWRITE_FONT_FACE_TYPE_VECTOR,
DWRITE_FONT_FACE_TYPE_BITMAP,
DWRITE_FONT_FACE_TYPE_UNKNOWN,
DWRITE_FONT_FACE_TYPE_RAW_CFF,
DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION
} ;
Constants
DWRITE_FONT_FACE_TYPE_CFFOpenType font face with CFF outlines. |
DWRITE_FONT_FACE_TYPE_TRUETYPEOpenType font face with TrueType outlines. |
DWRITE_FONT_FACE_TYPE_OPENTYPE_COLLECTION |
DWRITE_FONT_FACE_TYPE_TYPE1A Type 1 font face. |
DWRITE_FONT_FACE_TYPE_VECTORA vector .FON format font face. |
DWRITE_FONT_FACE_TYPE_BITMAPA bitmap .FON format font face. |
DWRITE_FONT_FACE_TYPE_UNKNOWNFont face type is not recognized by the DirectWrite font system. |
DWRITE_FONT_FACE_TYPE_RAW_CFFThe 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. |
DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTIONOpenType font face that is a part of a TrueType collection. |
Remarks
Font formats that consist of multiple files, such as Type 1 .PFM and .PFB, have a single enum entry.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
| Header | dwrite.h |