TextLine.GetIndexedGlyphRuns 方法

定義

取得列舉值,用於列舉 IndexedGlyphRun 中的 TextLine 物件。

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 列舉,文字配置用戶端可以取得每個文字來源字元的字元資訊。

適用於