XPS_GLYPH_MAPPING-Struktur (xpsobjectmodel.h)
Beschreibt eine Glyphe-zu-Index-Zuordnung.
Syntax
typedef struct __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0022 {
UINT32 unicodeStringStart;
UINT16 unicodeStringLength;
UINT32 glyphIndicesStart;
UINT16 glyphIndicesLength;
} XPS_GLYPH_MAPPING;
Member
unicodeStringStart
Index des ersten Unicode-Zeichens in der Zuordnungszeichenfolge.
unicodeStringLength
Anzahl der Zeichen in der Zuordnungszeichenfolge.
glyphIndicesStart
Der erste Index des glyphen-Arrays, der unicodeStringStart entspricht.
glyphIndicesLength
Länge der Indexzuordnung.
Anforderungen
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Kopfzeile | xpsobjectmodel.h |