Partager via


TextLine.GetIndexedGlyphRuns Méthode

Définition

Obtient un énumérateur pour énumérer les objets IndexedGlyphRun dans le 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)

Retours

IEnumerable<IndexedGlyphRun>

Enumérateur qui vous permet d'énumérer chaque objet IndexedGlyphRun dans le TextLine.

Remarques

En énumérant la liste des objets, le client de disposition de IndexedGlyphRun texte peut obtenir des informations de glyphe pour chaque caractère source de texte.

S’applique à