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
매핑 문자열의 첫 번째 유니코드 문자 인덱스입니다.
unicodeStringLength
매핑 문자열의 문자 수입니다.
glyphIndicesStart
unicodeStringStart에 해당하는 문자 모양 배열의 첫 번째 인덱스입니다.
glyphIndicesLength
인덱스 매핑의 길이입니다.
요구 사항
지원되는 최소 클라이언트 | Windows 7, Windows Vista SP2 및 Windows Vista용 플랫폼 업데이트 [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows Server 2008 R2, Windows Server 2008 SP2 및 Windows Server 2008용 플랫폼 업데이트 [데스크톱 앱 | UWP 앱] |
머리글 | xpsobjectmodel.h |