结构

PangoOT字形

描述 [源]

struct PangoOTGlyph {
  guint32 glyph;
  guint properties;
  guint cluster;
  gushort component;
  gushort ligID;
  guint internal;
}

PangoOTGlyph结构表示单个字形及其用于字形OpenType布局处理的信息。它包含以下字段。

结构成员
glyph

字形本身。

properties

属性值,用于标识应应用于此字形的特征。请参见 pango_ot_ruleset_add_feature()。

cluster

此字形所属的簇。

component

组件值,由OpenType布局引擎设置。

ligID

字组合索引值,由OpenType布局引擎设置。

internal

用于Pango内部。