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

适用于