DWRITE_PANOSE_TOOL_KIND enumeration (dwrite_1.h)
The DWRITE_PANOSE_TOOL_KIND enumeration contains values that specify the kind of tool that is used to create character forms.
Syntax
typedef enum DWRITE_PANOSE_TOOL_KIND {
DWRITE_PANOSE_TOOL_KIND_ANY = 0,
DWRITE_PANOSE_TOOL_KIND_NO_FIT = 1,
DWRITE_PANOSE_TOOL_KIND_FLAT_NIB = 2,
DWRITE_PANOSE_TOOL_KIND_PRESSURE_POINT = 3,
DWRITE_PANOSE_TOOL_KIND_ENGRAVED = 4,
DWRITE_PANOSE_TOOL_KIND_BALL = 5,
DWRITE_PANOSE_TOOL_KIND_BRUSH = 6,
DWRITE_PANOSE_TOOL_KIND_ROUGH = 7,
DWRITE_PANOSE_TOOL_KIND_FELT_PEN_BRUSH_TIP = 8,
DWRITE_PANOSE_TOOL_KIND_WILD_BRUSH = 9
} ;
Constants
DWRITE_PANOSE_TOOL_KIND_ANY Value: 0 Any kind of tool. |
DWRITE_PANOSE_TOOL_KIND_NO_FIT Value: 1 No fit for the kind of tool. |
DWRITE_PANOSE_TOOL_KIND_FLAT_NIB Value: 2 Flat NIB tool. |
DWRITE_PANOSE_TOOL_KIND_PRESSURE_POINT Value: 3 Pressure point tool. |
DWRITE_PANOSE_TOOL_KIND_ENGRAVED Value: 4 Engraved tool. |
DWRITE_PANOSE_TOOL_KIND_BALL Value: 5 Ball tool. |
DWRITE_PANOSE_TOOL_KIND_BRUSH Value: 6 Brush tool. |
DWRITE_PANOSE_TOOL_KIND_ROUGH Value: 7 Rough tool. |
DWRITE_PANOSE_TOOL_KIND_FELT_PEN_BRUSH_TIP Value: 8 Felt-pen-brush-tip tool. |
DWRITE_PANOSE_TOOL_KIND_WILD_BRUSH Value: 9 Wild-brush tool. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 and Platform Update for Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps only] |
Header | dwrite_1.h |