DWRITE_PANOSE_XHEIGHT-Enumeration (dwrite_1.h)
Die DWRITE_PANOSE_XHEIGHT-Enumeration enthält Werte, die Informationen zur relativen Größe von Kleinbuchstaben und zur Behandlung diakritischer Zeichen (xheight) angeben.
Syntax
typedef enum DWRITE_PANOSE_XHEIGHT {
DWRITE_PANOSE_XHEIGHT_ANY = 0,
DWRITE_PANOSE_XHEIGHT_NO_FIT = 1,
DWRITE_PANOSE_XHEIGHT_CONSTANT_SMALL = 2,
DWRITE_PANOSE_XHEIGHT_CONSTANT_STANDARD = 3,
DWRITE_PANOSE_XHEIGHT_CONSTANT_LARGE = 4,
DWRITE_PANOSE_XHEIGHT_DUCKING_SMALL = 5,
DWRITE_PANOSE_XHEIGHT_DUCKING_STANDARD = 6,
DWRITE_PANOSE_XHEIGHT_DUCKING_LARGE = 7,
DWRITE_PANOSE_XHEIGHT_CONSTANT_STD,
DWRITE_PANOSE_XHEIGHT_DUCKING_STD
} ;
Konstanten
DWRITE_PANOSE_XHEIGHT_ANY Wert: 0 Beliebige xheight. |
DWRITE_PANOSE_XHEIGHT_NO_FIT Wert: 1 Keine anpassungsfähige xheight. |
DWRITE_PANOSE_XHEIGHT_CONSTANT_SMALL Wert: 2 Konstantes kleines xheight. |
DWRITE_PANOSE_XHEIGHT_CONSTANT_STANDARD Wert: 3 Konstante Standard xheight. |
DWRITE_PANOSE_XHEIGHT_CONSTANT_LARGE Wert: 4 Konstantes großes xheight. |
DWRITE_PANOSE_XHEIGHT_DUCKING_SMALL Wert: 5 Enten kleiner xheight. |
DWRITE_PANOSE_XHEIGHT_DUCKING_STANDARD Wert: 6 Ducking Standard xheight. |
DWRITE_PANOSE_XHEIGHT_DUCKING_LARGE Wert: 7 Enten großer xheight. |
DWRITE_PANOSE_XHEIGHT_CONSTANT_STD Konstante Standard xheight. |
DWRITE_PANOSE_XHEIGHT_DUCKING_STD Ducking Standard xheight. |
Anforderungen
Unterstützte Mindestversion (Client) | Windows 8 und Plattformupdate für Windows 7 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 und Plattformupdate für Windows Server 2008 R2 [nur Desktop-Apps] |
Kopfzeile | dwrite_1.h |