XPS_GLYPH_MAPPING 结构 (xpsobjectmodel.h)
描述字形到索引的映射。
语法
typedef struct __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0022 {
UINT32 unicodeStringStart;
UINT16 unicodeStringLength;
UINT32 glyphIndicesStart;
UINT16 glyphIndicesLength;
} XPS_GLYPH_MAPPING;
成员
unicodeStringStart
映射字符串中第一个 Unicode 字符的索引。
unicodeStringLength
映射字符串中的字符数。
glyphIndicesStart
与 unicodeStringStart 相对应的字形数组的第一个索引。
glyphIndicesLength
索引映射的长度。
要求
最低受支持的客户端 | Windows 7、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2008 R2、Windows Server 2008 SP2 和适用于 Windows Server 2008 的平台更新 [桌面应用 |UWP 应用] |
标头 | xpsobjectmodel.h |