GlyphRun.AdvanceWidths 속성

정의

중요

이 API는 CLS 규격이 아닙니다.

문자 모양 인덱스에 해당하는 유효폭 너비를 나타내는 Double 값 목록을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<double> ^ AdvanceWidths { System::Collections::Generic::IList<double> ^ get(); void set(System::Collections::Generic::IList<double> ^ value); };
[System.CLSCompliant(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.DoubleIListConverter))]
public System.Collections.Generic.IList<double> AdvanceWidths { get; set; }
[<System.CLSCompliant(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.DoubleIListConverter))>]
member this.AdvanceWidths : System.Collections.Generic.IList<double> with get, set
Public Property AdvanceWidths As IList(Of Double)

속성 값

IList<Double>

유효폭 너비를 나타내는 Double 값 목록입니다.

특성

설명

고급 너비 목록의 각 항목은 속성에서 반환하는 문자 모양 값에 GlyphIndices 해당합니다. 실행에서 n번째 문자 모양(n>0)의 명목 원본은 n-1th 문자 모양과 실행 진행 벡터를 따라 추가된 n-1 진 너비의 명목 원본입니다. 기본 문자 모양은 일반적으로 0이 아닌 사전 너비를 가지는 반면, 문자 모양을 결합하면 일반적으로 0선 너비가 있습니다.

적용 대상