XPS_GLYPH_MAPPING structure (xpsobjectmodel.h)
Décrit un mappage de glyphe à index.
Syntaxe
typedef struct __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0022 {
UINT32 unicodeStringStart;
UINT16 unicodeStringLength;
UINT32 glyphIndicesStart;
UINT16 glyphIndicesLength;
} XPS_GLYPH_MAPPING;
Membres
unicodeStringStart
Index du premier caractère Unicode dans la chaîne de mappage.
unicodeStringLength
Nombre de caractères dans la chaîne de mappage.
glyphIndicesStart
Premier index du tableau de glyphes qui correspond à unicodeStringStart.
glyphIndicesLength
Longueur du mappage d’index.
Configuration requise
Client minimal pris en charge | Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2, Windows Server 2008 avec SP2 et Platform Update pour Windows Server 2008 [applications de bureau | Applications UWP] |
En-tête | xpsobjectmodel.h |