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.
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_ANYValue: 0 Any kind of tool. |
DWRITE_PANOSE_TOOL_KIND_NO_FITValue: 1 No fit for the kind of tool. |
DWRITE_PANOSE_TOOL_KIND_FLAT_NIBValue: 2 Flat NIB tool. |
DWRITE_PANOSE_TOOL_KIND_PRESSURE_POINTValue: 3 Pressure point tool. |
DWRITE_PANOSE_TOOL_KIND_ENGRAVEDValue: 4 Engraved tool. |
DWRITE_PANOSE_TOOL_KIND_BALLValue: 5 Ball tool. |
DWRITE_PANOSE_TOOL_KIND_BRUSHValue: 6 Brush tool. |
DWRITE_PANOSE_TOOL_KIND_ROUGHValue: 7 Rough tool. |
DWRITE_PANOSE_TOOL_KIND_FELT_PEN_BRUSH_TIPValue: 8 Felt-pen-brush-tip tool. |
DWRITE_PANOSE_TOOL_KIND_WILD_BRUSHValue: 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 |