GlyphRun.GlyphOffsets 속성

정의

중요

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

GlyphRun의 문자 모양 오프셋을 나타내는 Point 배열을 가져오거나 설정합니다.

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)

속성 값

IList<Point>

문자 모양 오프셋을 나타내는 Point 값 목록입니다.

특성

설명

문자 모양 오프셋 값은 문자 모양에 대한 최종 원점 생성을 위해 명목 문자 모양 원점에 추가됩니다. 속성은 AdvanceWidths 에 대한 GlyphRun명목 문자 모양 원점의 값을 나타냅니다.

기본 문자 모양은 일반적으로 문자 모양 오프셋 (0, 0)을 가지며, 문자 모양을 결합하면 일반적으로 가장 가까운 선행 기본 문자 모양 위에 올바르게 배치되는 오프셋이 있습니다.

적용 대상