class HbFeature
The Feature
is the structure that holds information about requested feature application.
Lua wrapper for hb_feature_t
type.
Reference:
- HarfBuzz online documentation: hb_feature_t
- Corresponding C source code: luaharfbuzz.h#L16
- Corresponding Lua source code: hb_feature_t
😱 Types incomplete or incorrect? 🙏 Please contribute!
methods
HbFeature.new
@param
feature_string
- See feature string syntax reference
😱 Types incomplete or incorrect? 🙏 Please contribute!
Wraps hb_feature_from_string
Reference:
- Corresponding C source code: feature.c#L4-L18
- HarfBuzz online documentation: hb_feature_from_string
HbFeature.__tostring
Enables nice output with tostring(…)
.
Wraps hb_feature_to_string
.
Reference:
- Corresponding C source code: feature.c#L20-L27
😱 Types incomplete or incorrect? 🙏 Please contribute!