IXpsOMGlyphsEditor::GetGlyphIndices 方法 (xpsobjectmodel.h)
获取描述字体中特定字形索引的 XPS_GLYPH_INDEX 结构的数组。
语法
HRESULT GetGlyphIndices(
[in, out] UINT32 *indexCount,
[out] XPS_GLYPH_INDEX *glyphIndices
);
参数
[in, out] indexCount
将容纳在 由 glyphIndices 参数引用的数组中的元素数。 方法返回时,indexCount 将包含 glyphIndices 引用的数组中返回的XPS_GLYPH_INDEX结构的数目。
[out] glyphIndices
接收字形索引 的XPS_GLYPH_INDEX 结构数组。
返回值
该方法返回 HRESULT。 可能的值包括但不限于后面的表中的值。 有关此表中未列出的 XPS 文档 API 返回值的信息,请参阅 XPS 文档错误。
返回代码 | 说明 |
---|---|
|
方法成功。 |
|
indexCount 或 glyphIndices 为 NULL,或两者均为 NULL。 |
|
glyphIndices 不够大,无法接收字形索引数据。 indexCount 包含所需数量的元素。 |
注解
glyphIndices 中返回的字形索引将覆盖从 UnicodeString 属性到字形索引的默认 cmap 映射。 每个 XPS_GLYPH_INDEX 结构还包含前进宽度以及垂直和水平偏移信息。
GetGlyphIndexCount 获取字形索引数组中的元素数。
要求
最低受支持的客户端 | Windows 7、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2008 R2、Windows Server 2008 SP2 和适用于 Windows Server 2008 的平台更新 [桌面应用 |UWP 应用] |
目标平台 | Windows |
标头 | xpsobjectmodel.h |