struct HarfBuzz::FeatureT

Overview

The #hb_feature_t is the structure that holds information about requested feature application. The feature will be applied with the given value to all glyphs which are in clusters between @start (inclusive) and @end (exclusive). Setting start to #HB_FEATURE_GLOBAL_START and end to #HB_FEATURE_GLOBAL_END specifies that the feature always applies to the entire buffer.

Defined in:

lib/gi-crystal/src/auto/harf_buzz-0.0/feature_t.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

def self.new(data : LibHarfBuzz::FeatureT, _transfer : GICrystal::Transfer) #

def self.new(tag : UInt32? = nil, value : UInt32? = nil, start : UInt32? = nil, end _end : UInt32? = nil) #

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


Instance Method Detail

def ==(other : self) : Bool #

def _string(buf : Enumerable(String)) : Nil #

def _string(*buf : String) #

def end(*args, **options) #

def end(*args, **options, &) #

def end=(arg) #

def start(*args, **options) #

def start(*args, **options, &) #

def start=(arg) #

def tag(*args, **options) #

def tag(*args, **options, &) #

def tag=(arg) #

def value(*args, **options) #

def value(*args, **options, &) #

def value=(arg) #