Skip to content

class HbFeature

The Feature is the structure that holds information about requested feature application.

Lua wrapper for hb_feature_t type.

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!


methods


HbFeature.new


function HbFeature.new(feature_string: string)
@param feature_string - See feature string syntax reference

😱 Types incomplete or incorrect? 🙏 Please contribute!

Wraps hb_feature_from_string

Reference:

HbFeature.__tostring


function HbFeature.__tostring()

Enables nice output with tostring(…).

Wraps hb_feature_to_string.

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!