GlyphRun.GlyphOffsets 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 API는 CLS 규격이 아닙니다.
public:
property System::Collections::Generic::IList<System::Windows::Point> ^ GlyphOffsets { System::Collections::Generic::IList<System::Windows::Point> ^ get(); void set(System::Collections::Generic::IList<System::Windows::Point> ^ value); };
[System.CLSCompliant(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.PointIListConverter))]
public System.Collections.Generic.IList<System.Windows.Point> GlyphOffsets { get; set; }
[<System.CLSCompliant(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.PointIListConverter))>]
member this.GlyphOffsets : System.Collections.Generic.IList<System.Windows.Point> with get, set
Public Property GlyphOffsets As IList(Of Point)
속성 값
문자 모양 오프셋을 나타내는 Point 값 목록입니다.
- 특성
설명
문자 모양 오프셋 값은 문자 모양에 대한 최종 원점 생성을 위해 명목 문자 모양 원점에 추가됩니다. 속성은 AdvanceWidths 에 대한 GlyphRun명목 문자 모양 원점의 값을 나타냅니다.
기본 문자 모양은 일반적으로 문자 모양 오프셋 (0, 0)을 가지며, 문자 모양을 결합하면 일반적으로 가장 가까운 선행 기본 문자 모양 위에 올바르게 배치되는 오프셋이 있습니다.