Method
PangoOTRulesetadd_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
   |