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.
PangoOTFeatureMap
PangoOTTag
feature tag in represented as four-letter ASCII string.
the property bit to use for this feature. See pango_ot_ruleset_add_feature() for details.
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 aPangoOTTag
for convenience.