TextLine.GetIndexedGlyphRuns Metoda

Definicja

Pobiera moduł wyliczający do wyliczania IndexedGlyphRun obiektów w obiekcie 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)

Zwraca

Moduł wyliczający, który umożliwia wyliczanie każdego IndexedGlyphRun obiektu w obiekcie TextLine.

Uwagi

Wyliczając na liście IndexedGlyphRun obiektów, klient układu tekstu może uzyskać informacje o glifach dla każdego znaku źródłowego tekstu.

Dotyczy