class HarfBuzz::AatLayoutFeatureSelectorInfoT
- HarfBuzz::AatLayoutFeatureSelectorInfoT
- Reference
- Object
Overview
Structure representing a setting for an #hb_aat_layout_feature_type_t.
Defined in:
lib/gi-crystal/src/auto/harf_buzz-0.0/aat_layout_feature_selector_info_t.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibHarfBuzz::AatLayoutFeatureSelectorInfoT, transfer : GICrystal::Transfer)
- .new(name_id : UInt32? = nil, enable : HarfBuzz::AatLayoutFeatureSelectorT? = nil, disable : HarfBuzz::AatLayoutFeatureSelectorT? = nil, reserved : UInt32? = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #disable : HarfBuzz::AatLayoutFeatureSelectorT
- #disable=(value : HarfBuzz::AatLayoutFeatureSelectorT)
- #enable : HarfBuzz::AatLayoutFeatureSelectorT
- #enable=(value : HarfBuzz::AatLayoutFeatureSelectorT)
- #name_id : UInt32
- #name_id=(value : UInt32)
- #reserved : UInt32
- #reserved=(value : UInt32)
- #to_unsafe
Constructor Detail
def self.new(name_id : UInt32? = nil, enable : HarfBuzz::AatLayoutFeatureSelectorT? = nil, disable : HarfBuzz::AatLayoutFeatureSelectorT? = nil, reserved : UInt32? = nil)
#
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.