Share via


Glyphs.Indices 속성

정의

문자 모양 개체를 나타내는 문자 모양 사양의 컬렉션을 가져오거나 설정합니다.

public:
 property Platform::String ^ Indices { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Indices();

void Indices(winrt::hstring value);
public string Indices { get; set; }
var string = glyphs.indices;
glyphs.indices = string;
Public Property Indices As String
<Glyphs Indices="string"/>

속성 값

String

Platform::String

winrt::hstring

문자 모양 개체를 나타내는 문자 모양 사양의 컬렉션입니다. 글꼴에서 문자 모양 위치와 문자열 미니 언어의 다른 문자 모양 세부 정보를 정의하는 문자열입니다. 기본값은 빈 문자열입니다.

설명

문자 모양 시퀀스는 단일 클러스터를 형성합니다. 클러스터의 첫 번째 문자 모양 사양 앞에는 문자 모양 수와 클러스터를 형성하기 위해 결합된 코드 포인트 수에 대한 사양이 있습니다. Indices 속성은 다음 속성을 한 문자열로 수집합니다.

  • 문자 모양 인덱스
  • 문자 모양의 사전 너비
  • 문자 모양 첨부 벡터 조합
  • 코드 포인트에서 문자 모양으로 클러스터 매핑
  • 문자 모양 플래그

각 문자 모양 사양에는 다음 형식이 있습니다.

[GlyphIndex][,[Advance][,[uOffset][,[vOffset][,[Flags]]]]]

적용 대상