struct HarfBuzz::VariationT

Overview

Data type for holding variation data. Registered OpenType variation-axis tags are listed in OpenType Axis Tag Registry.

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

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

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

def self.new(tag : UInt32? = nil, value : Float32? = nil) #

Instance Method Detail

def ==(other : self) : Bool #

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

def _string(*buf : String) #

def tag(*args, **options) #

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

def tag=(arg) #

def value(*args, **options) #

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

def value=(arg) #