Struct
PangoOTFeatureMap
since: 1.18
Description [src]
struct PangoOTFeatureMap {
  char feature_name[5];
  gulong property_bit;
}
        The PangoOTFeatureMap typedef is used to represent an OpenType
feature with the property bit associated with it.  The feature tag is
represented as a char array instead of a PangoOTTag for convenience.
Structure members
feature_name:charFeature tag in represented as four-letter ASCII string.
property_bit:gulongThe property bit to use for this feature. See
pango_ot_ruleset_add_feature()for details.
Available since: 1.18