TextLine.GetIndexedGlyphRuns 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于对 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 ,文本布局客户端可以获取每个文本源字符的字形信息。