class UIng::OpenTypeFeatures

Defined in:

uing/area/area/attribute/open_type_features.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ref_ptr : Pointer(LibUI::OpenTypeFeatures)) #

Used in clone method


[View source]
def self.new #

[View source]

Instance Method Detail

def add(tag : String, value : Int32 = 1) : Nil #

[View source]
def clone : OpenTypeFeatures #

[View source]
def finalize #

[View source]
def for_each(&callback : String, Int32 -> _) : Nil #

[View source]
def free : Nil #

[View source]
def get(tag : String) : Tuple(Bool, Int32) #

[View source]
def remove(tag : String) : Nil #

[View source]
def to_unsafe : Pointer(Void) #

[View source]