GlyphRun.AdvanceWidths 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 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)
속성 값
유효폭 너비를 나타내는 Double 값 목록입니다.
- 특성
설명
고급 너비 목록의 각 항목은 속성에서 반환하는 문자 모양 값에 GlyphIndices 해당합니다. 실행에서 n번째 문자 모양(n>0)의 명목 원본은 n-1th 문자 모양과 실행 진행 벡터를 따라 추가된 n-1선 진 너비의 명목 원본입니다. 기본 문자 모양은 일반적으로 0이 아닌 사전 너비를 가지는 반면, 문자 모양을 결합하면 일반적으로 0선 너비가 있습니다.