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]]]]]

适用于