XPS_GLYPH_INDEX structure (xpsobjectmodel.h)
Describes the placement and location of a glyph.
Syntax
typedef struct __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0021 {
LONG index;
FLOAT advanceWidth;
FLOAT horizontalOffset;
FLOAT verticalOffset;
} XPS_GLYPH_INDEX;
Members
index
The index of a glyph in the physical font.
advanceWidth
Indicates the placement of the glyph that follows, relative to the origin of the current glyph. Measured in hundredths of the font's em-size.
horizontalOffset
The horizontal distance, in the effective coordinate space, by which to move the glyph from the glyph's origin. Measured in hundredths of the font's em-size.
verticalOffset
The vertical distance, in the effective coordinate space, by which to move the glyph from the glyph's origin. Measured in hundredths of the font's em-size.
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 |