TextLine.GetIndexedGlyphRuns Método

Definición

Obtiene un enumerador para enumerar objetos IndexedGlyphRun en 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)

Devoluciones

Enumerador que permite enumerar cada objeto IndexedGlyphRun de TextLine.

Comentarios

Al enumerar a través de la lista de IndexedGlyphRun objetos, el cliente de diseño de texto puede obtener información de glifo para cada carácter de origen de texto.

Se aplica a