class HarfBuzz::AatLayoutFeatureSelectorInfoT

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

def self.new(data : LibHarfBuzz::AatLayoutFeatureSelectorInfoT, transfer : GICrystal::Transfer) #

def self.new(name_id : UInt32? = nil, enable : HarfBuzz::AatLayoutFeatureSelectorT? = nil, disable : HarfBuzz::AatLayoutFeatureSelectorT? = nil, reserved : UInt32? = nil) #

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.



def disable=(value : HarfBuzz::AatLayoutFeatureSelectorT) #


def enable=(value : HarfBuzz::AatLayoutFeatureSelectorT) #

def name_id : UInt32 #

def name_id=(value : UInt32) #

def reserved : UInt32 #

def reserved=(value : UInt32) #

def to_unsafe #