:right-sidebar: True FeatureMap =================================================================== .. currentmodule:: gi.repository.PangoOT .. versionadded:: 1.18 .. class:: FeatureMap(*args, **kwargs) :no-contents-entry: 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. Fields ------ .. rst-class:: interim-class .. class:: FeatureMap :no-index: .. attribute:: feature_name Feature tag in represented as four-letter ASCII string. .. attribute:: property_bit The property bit to use for this feature. See :func:`~gi.repository.PangoOT.Ruleset.add_feature` for details.