DWRITE_PANOSE_FILL-Enumeration (dwrite_1.h)
Die DWRITE_PANOSE_FILL-Enumeration enthält Werte, die den Typ der Füll- und Zeilenbehandlung angeben.
Syntax
typedef enum DWRITE_PANOSE_FILL {
DWRITE_PANOSE_FILL_ANY = 0,
DWRITE_PANOSE_FILL_NO_FIT = 1,
DWRITE_PANOSE_FILL_STANDARD_SOLID_FILL = 2,
DWRITE_PANOSE_FILL_NO_FILL = 3,
DWRITE_PANOSE_FILL_PATTERNED_FILL = 4,
DWRITE_PANOSE_FILL_COMPLEX_FILL = 5,
DWRITE_PANOSE_FILL_SHAPED_FILL = 6,
DWRITE_PANOSE_FILL_DRAWN_DISTRESSED = 7
} ;
Konstanten
DWRITE_PANOSE_FILL_ANY Wert: 0 Beliebige Füllung. |
DWRITE_PANOSE_FILL_NO_FIT Wert: 1 Kein Füllbedarf. |
DWRITE_PANOSE_FILL_STANDARD_SOLID_FILL Wert: 2 Die Füllung ist die Standardfülle. |
DWRITE_PANOSE_FILL_NO_FILL Wert: 3 Keine Füllung. |
DWRITE_PANOSE_FILL_PATTERNED_FILL Wert: 4 Die Füllung ist eine musterierte Füllung. |
DWRITE_PANOSE_FILL_COMPLEX_FILL Wert: 5 Die Füllung ist eine komplexe Füllung. |
DWRITE_PANOSE_FILL_SHAPED_FILL Wert: 6 Die Füllung ist eine formförmige Füllung. |
DWRITE_PANOSE_FILL_DRAWN_DISTRESSED Wert: 7 Die Füllung wird notiert gezeichnet. |
Anforderungen
Anforderung | Wert |
---|---|
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 |