共用方式為


Glyphs.Indices 屬性

定義

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

public:
 property Platform::String ^ Indices { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Indices();

void Indices(winrt::hstring value);
public string Indices { get; set; }
var string = glyphs.indices;
glyphs.indices = string;
Public Property Indices As String
<Glyphs Indices="string"/>

屬性值

String

Platform::String

winrt::hstring

代表 Glyphs 物件的字元規格集合。 字串,定義字元在字型中的位置,以及字串迷你語言中的其他圖像細節。 預設為空字串。

備註

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

  • 字符索引
  • 字符遞增寬度
  • 合併字符附加向量
  • 從字碼指標到字符的叢集對應
  • 字符旗標

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

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

適用於