共用方式為


Glyphs.Indices 屬性

定義

取得或設定表示 Glyphs 物件的字符規格集合。

public:
 property System::String ^ Indices { System::String ^ get(); void set(System::String ^ value); };
public string Indices { get; set; }
member this.Indices : string with get, set
Public Property Indices As String

屬性值

String

表示 Glyphs 物件的圖像規格集合。

備註

字元序列會形成單一叢集。 叢集中第一個圖像的規格前面會指定多少字元,以及結合多少個字碼點以形成叢集。 屬性 Indices 會在下列屬性的一個字串中收集。

  • 字符索引

  • 字符遞增寬度

  • 合併字符附加向量

  • 從字碼指標到字符的叢集對應

  • 字符旗標

每個字符規格的形式如下。

[GlyphIndex][,[Advance][,[uOffset][,[vOffset][,[Flags]]]]]

相依性屬性資訊

識別碼欄位 IndicesProperty
中繼資料屬性設定為 true AffectsMeasure, AffectsRender

適用於