TextLine.GetIndexedGlyphRuns Метод

Определение

Получает перечислитель для перечисления объектов IndexedGlyphRun в 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)

Возвращаемое значение

IEnumerable<IndexedGlyphRun>

Перечислитель, позволяющий перечислять каждый объект IndexedGlyphRun в TextLine.

Комментарии

Перечислив список объектов, клиент макета текста может получить сведения о глифе IndexedGlyphRun для каждого символа источника текста.

Применяется к