GlyphTypeface.AdvanceWidths 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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<TKey,TValue> 개체입니다. 키는 문자 모양 인덱스를 식별하는 UInt16입니다. 값은 이동 너비를 나타내는 Double입니다.
설명
이 AdvanceHeights 속성은 가로 레이아웃을 계산하는 데 사용됩니다.