TextLine.GetIndexedGlyphRuns 메서드

정의

IndexedGlyphRunTextLine 개체를 열거하기 위한 열거자를 가져옵니다.

public:
 abstract System::Collections::Generic::IEnumerable<System::Windows::Media::TextFormatting::IndexedGlyphRun ^> ^ GetIndexedGlyphRuns();
public abstract System.Collections.Generic.IEnumerable<System.Windows.Media.TextFormatting.IndexedGlyphRun> GetIndexedGlyphRuns ();
abstract member GetIndexedGlyphRuns : unit -> seq<System.Windows.Media.TextFormatting.IndexedGlyphRun>
Public MustOverride Function GetIndexedGlyphRuns () As IEnumerable(Of IndexedGlyphRun)

반환

IndexedGlyphRun의 각 TextLine 개체를 열거할 수 있는 열거자입니다.

설명

개체 목록을 IndexedGlyphRun 열거하면 텍스트 레이아웃 클라이언트가 각 텍스트 원본 문자에 대한 문자 모양 정보를 가져올 수 있습니다.

적용 대상