TextLine.GetIndexedGlyphRuns Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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.