XPS_GLYPH_MAPPING structure (xpsobjectmodel.h)
Describes a glyph-to-index mapping.
Syntax
typedef struct __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0022 {
UINT32 unicodeStringStart;
UINT16 unicodeStringLength;
UINT32 glyphIndicesStart;
UINT16 glyphIndicesLength;
} XPS_GLYPH_MAPPING;
Members
unicodeStringStart
Index of the first Unicode character in the mapping string.
unicodeStringLength
Number of characters in the mapping string.
glyphIndicesStart
The glyph array's first index that corresponds to unicodeStringStart.
glyphIndicesLength
Length of index mapping.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Header | xpsobjectmodel.h |