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
- 
            Type: PangoOTTableTypeThe table type to add a feature to. 
- feature_index
- 
            Type: guintThe index of the feature to add. 
- property_bit
- 
            Type: gulongThe property bit to use for this feature. Used to identify the glyphs that this feature should be applied to, or PANGO_OT_ALL_GLYPHSif it should be applied to all glyphs.