IndexedGlyphRun 类

定义

允许文本引擎客户端将文本源字符索引映射到对应的 GlyphRun

public ref class IndexedGlyphRun sealed
public sealed class IndexedGlyphRun
type IndexedGlyphRun = class
Public NotInheritable Class IndexedGlyphRun
继承
IndexedGlyphRun

注解

对象 IndexedGlyphRun 允许文本引擎客户端获取文本源字符的字形信息,例如字形的分类映射、字形索引和字形字样。

属性

GlyphRun

获取与 GlyphRun 对象相对应的 IndexedGlyphRun

TextSourceCharacterIndex

获取与 GlyphRun 的开头相对应的文本源字符索引。

TextSourceLength

获取与 IndexedGlyphRun 对象相对应的文本源字符长度。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅