Share via


GlyphTypeface.AdvanceWidths 속성

정의

GlyphTypeface 개체로 표현되는 문자 모양의 이동 너비를 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::UInt16, double> ^ AdvanceWidths { System::Collections::Generic::IDictionary<System::UInt16, double> ^ get(); };
public System.Collections.Generic.IDictionary<ushort,double> AdvanceWidths { get; }
member this.AdvanceWidths : System.Collections.Generic.IDictionary<uint16, double>
Public ReadOnly Property AdvanceWidths As IDictionary(Of UShort, Double)

속성 값

IDictionary<UInt16,Double>

문자 모양의 이동 너비 정보를 나타내는 키/값 쌍이 들어 있는 IDictionary<TKey,TValue> 개체입니다. 키는 문자 모양 인덱스를 식별하는 UInt16입니다. 값은 이동 너비를 나타내는 Double입니다.

설명

AdvanceHeights 속성은 가로 레이아웃을 계산하는 데 사용됩니다.

적용 대상

추가 정보