XPS_GLYPH_MAPPING struttura (xpsobjectmodel.h)
Descrive un mapping da glifi a indice.
Sintassi
typedef struct __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0022 {
UINT32 unicodeStringStart;
UINT16 unicodeStringLength;
UINT32 glyphIndicesStart;
UINT16 glyphIndicesLength;
} XPS_GLYPH_MAPPING;
Members
unicodeStringStart
Indice del primo carattere Unicode nella stringa di mapping.
unicodeStringLength
Numero di caratteri nella stringa di mapping.
glyphIndicesStart
Primo indice della matrice di glifi che corrisponde a unicodeStringStart.
glyphIndicesLength
Lunghezza del mapping degli indici.
Requisiti
Client minimo supportato | Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [app desktop | App UWP] |
Server minimo supportato | Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [app desktop | App UWP] |
Intestazione | xpsobjectmodel.h |