XPS_GLYPH_MAPPING structure

Describes a glyph-to-index mapping.

Syntax

typedef struct {
  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

Minimum supported client

Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps]

Header

Xpsobjectmodel.h

IDL

XpsObjectModel.idl

See also

XML Paper Specification