共用方式為


IndexedGlyphRun.TextSourceLength 屬性

定義

取得對應於 IndexedGlyphRun 物件的文字來源字元長度。

public:
 property int TextSourceLength { int get(); };
public int TextSourceLength { get; }
member this.TextSourceLength : int
Public ReadOnly Property TextSourceLength As Integer

屬性值

表示文字來源字元之長度的 Int32 值。

備註

屬性的值 TextSourceLength 不一定等於對應 GlyphRun 的字元計數。

適用於