Sdílet prostřednictvím


TextLine.GetIndexedGlyphRuns Metoda

Definice

Získá enumerátor pro výčet IndexedGlyphRun objektů v objektu 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)

Návraty

IEnumerable<IndexedGlyphRun>

Enumerátor, který umožňuje vytvořit výčet každého IndexedGlyphRun objektu v objektu TextLine.

Poznámky

Pomocí výčtu seznamu IndexedGlyphRun objektů může klient rozložení textu získat informace o glyphu pro každý znak zdroje textu.

Platí pro