DWRITE_PANOSE_DECORATIVE_TOPOLOGY enumeration
The DWRITE_PANOSE_DECORATIVE_TOPOLOGY enumeration contains values that specify the overall shape characteristics of the font.
Syntax
enum DWRITE_PANOSE_DECORATIVE_TOPOLOGY {
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ANY = 0,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_NO_FIT = 1,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_STANDARD = 2,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SQUARE = 3,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_MULTIPLE_SEGMENT = 4,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ART_DECO = 5,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UNEVEN_WEIGHTING = 6,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_ARMS = 7,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_FORMS = 8,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_LOMBARDIC_FORMS = 9,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UPPER_CASE_IN_LOWER_CASE = 10,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_IMPLIED_TOPOLOGY = 11,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_HORSESHOE_E_AND_A = 12,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_CURSIVE = 13,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_BLACKLETTER = 14,
DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SWASH_VARIANCE = 15
};
Constants
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ANY
-
Any decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_NO_FIT
-
No fit for decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_STANDARD
-
Standard decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SQUARE
-
Square decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_MULTIPLE_SEGMENT
-
Multiple segment decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ART_DECO
-
Art deco decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UNEVEN_WEIGHTING
-
Uneven weighting decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_ARMS
-
Diverse arms decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_FORMS
-
Diverse forms decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_LOMBARDIC_FORMS
-
Lombardic forms decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UPPER_CASE_IN_LOWER_CASE
-
Upper case in lower case decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_IMPLIED_TOPOLOGY
-
The decorative topology is implied.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_HORSESHOE_E_AND_A
-
Horseshoe E and A decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_CURSIVE
-
Cursive decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_BLACKLETTER
-
Blackletter decorative topology.
- DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SWASH_VARIANCE
-
Swash variance decorative topology.
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 |
|
See also