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 Vista 的 Windows 7、Windows Vista SP2 和平臺更新 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
標頭 | xpsobjectmodel.h |