Method
PangoOT.Ruleset.add_feature
Declaration [src]
void
pango_ot_ruleset_add_feature (
PangoOTRuleset* ruleset,
PangoOTTableType table_type,
guint feature_index,
gulong property_bit
)
Parameters
table_type |
PangoOTTableType |
the table type to add a feature to |
|
feature_index |
guint |
the index of the feature to add |
|
property_bit |
gulong |
the property bit to use for this feature. Used to
identify the glyphs that this feature should be applied to, or
|