Share via


TextLine.GetIndexedGlyphRuns Método

Definição

Obtém um enumerador para enumerar objetos IndexedGlyphRun no 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)

Retornos

IEnumerable<IndexedGlyphRun>

Um enumerador que permite enumerar cada objeto IndexedGlyphRun no TextLine.

Comentários

Ao enumerar por meio da lista de IndexedGlyphRun objetos, o cliente de layout de texto pode obter informações de glifo para cada caractere de origem de texto.

Aplica-se a