TextLine.GetIndexedGlyphRuns Metodo

Definizione

Ottiene un enumeratore per l'enumerazione di IndexedGlyphRun oggetti nell'oggetto 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)

Valori restituiti

Enumeratore che consente di enumerare ogni IndexedGlyphRun oggetto nell'oggetto TextLine.

Commenti

Enumerando l'elenco di oggetti, il client di layout del testo può ottenere informazioni suglifi per ogni carattere di IndexedGlyphRun origine del testo.

Si applica a