:right-sidebar: True feature_t =================================================================== .. currentmodule:: gi.repository.HarfBuzz .. class:: feature_t(*args, **kwargs) :no-contents-entry: :Constructors: :: feature_t() Fields ------ .. rst-class:: interim-class .. class:: feature_t :no-index: .. attribute:: end The cluster to end applying this feature setting (exclusive). .. attribute:: start The cluster to start applying this feature setting (inclusive). .. attribute:: tag The :obj:`~gi.repository.HarfBuzz.tag_t` tag of the feature .. attribute:: value The value of the feature. 0 disables the feature, non-zero (usually 1) enables the feature. For features implemented as lookup type 3 (like 'salt') the ``value`` is a one based index into the alternates.