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)

適用於

另請參閱