DWRITE_PANOSE_TOOL_KIND enumeration

The DWRITE_PANOSE_TOOL_KIND enumeration contains values that specify the kind of tool that is used to create character forms.

Syntax


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

Any kind of tool.

DWRITE_PANOSE_TOOL_KIND_NO_FIT

No fit for the kind of tool.

DWRITE_PANOSE_TOOL_KIND_FLAT_NIB

Flat NIB tool.

DWRITE_PANOSE_TOOL_KIND_PRESSURE_POINT

Pressure point tool.

DWRITE_PANOSE_TOOL_KIND_ENGRAVED

Engraved tool.

DWRITE_PANOSE_TOOL_KIND_BALL

Ball tool.

DWRITE_PANOSE_TOOL_KIND_BRUSH

Brush tool.

DWRITE_PANOSE_TOOL_KIND_ROUGH

Rough tool.

DWRITE_PANOSE_TOOL_KIND_FELT_PEN_BRUSH_TIP

Felt-pen-brush-tip tool.

DWRITE_PANOSE_TOOL_KIND_WILD_BRUSH

Wild-brush tool.

Requirements

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]

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps]

Header

Dwrite_1.h

See also

DWRITE_PANOSE

 

 

Show: