TextLine.GetIndexedGlyphRuns Metodo

Definizione

Ottiene un enumeratore per gli oggetti di enumerazione IndexedGlyphRun nel 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)

Restituisce

Un enumeratore che permette di enumerare ogni oggetto IndexedGlyphRun nel TextLine.

Commenti

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

Si applica a