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)

返回

一个枚举数,用于对 IndexedGlyphRun 中的每个 TextLine 对象进行枚举。

注解

通过枚举对象列表 IndexedGlyphRun ,文本布局客户端可以获取每个文本源字符的字形信息。

适用于