DWRITE_PANOSE_FINIALS enumeration
The DWRITE_PANOSE_FINIALS enumeration contains values that specify how character ends and miniscule ascenders are treated.
Syntax
enum DWRITE_PANOSE_FINIALS {
DWRITE_PANOSE_FINIALS_ANY = 0,
DWRITE_PANOSE_FINIALS_NO_FIT = 1,
DWRITE_PANOSE_FINIALS_NONE_NO_LOOPS = 2,
DWRITE_PANOSE_FINIALS_NONE_CLOSED_LOOPS = 3,
DWRITE_PANOSE_FINIALS_NONE_OPEN_LOOPS = 4,
DWRITE_PANOSE_FINIALS_SHARP_NO_LOOPS = 5,
DWRITE_PANOSE_FINIALS_SHARP_CLOSED_LOOPS = 6,
DWRITE_PANOSE_FINIALS_SHARP_OPEN_LOOPS = 7,
DWRITE_PANOSE_FINIALS_TAPERED_NO_LOOPS = 8,
DWRITE_PANOSE_FINIALS_TAPERED_CLOSED_LOOPS = 9,
DWRITE_PANOSE_FINIALS_TAPERED_OPEN_LOOPS = 10,
DWRITE_PANOSE_FINIALS_ROUND_NO_LOOPS = 11,
DWRITE_PANOSE_FINIALS_ROUND_CLOSED_LOOPS = 12,
DWRITE_PANOSE_FINIALS_ROUND_OPEN_LOOPS = 13
};
Constants
- DWRITE_PANOSE_FINIALS_ANY
-
Any finials.
- DWRITE_PANOSE_FINIALS_NO_FIT
-
No fit for finials.
- DWRITE_PANOSE_FINIALS_NONE_NO_LOOPS
-
No loops.
- DWRITE_PANOSE_FINIALS_NONE_CLOSED_LOOPS
-
No closed loops.
- DWRITE_PANOSE_FINIALS_NONE_OPEN_LOOPS
-
No open loops.
- DWRITE_PANOSE_FINIALS_SHARP_NO_LOOPS
-
Sharp with no loops.
- DWRITE_PANOSE_FINIALS_SHARP_CLOSED_LOOPS
-
Sharp with closed loops.
- DWRITE_PANOSE_FINIALS_SHARP_OPEN_LOOPS
-
Sharp with open loops.
- DWRITE_PANOSE_FINIALS_TAPERED_NO_LOOPS
-
Tapered with no loops.
- DWRITE_PANOSE_FINIALS_TAPERED_CLOSED_LOOPS
-
Tapered with closed loops.
- DWRITE_PANOSE_FINIALS_TAPERED_OPEN_LOOPS
-
Tapered with open loops.
- DWRITE_PANOSE_FINIALS_ROUND_NO_LOOPS
-
Round with no loops.
- DWRITE_PANOSE_FINIALS_ROUND_CLOSED_LOOPS
-
Round with closed loops.
- DWRITE_PANOSE_FINIALS_ROUND_OPEN_LOOPS
-
Round with open loops.
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