struct HarfBuzz::VariationT

Overview

Data type for holding variation data. Registered OpenType variation-axis tags are listed at https://docs.microsoft.com/en-us/typography/opentype/spec/dvaraxisreg

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) #

[View source]
def self.new(data : LibHarfBuzz::VariationT, _transfer : GICrystal::Transfer) #

[View source]
def self.new(tag : UInt32 | Nil = nil, value : Float32 | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) : Bool #

[View source]
def _string(buf : String, size : UInt32) : Nil #

[View source]
def tag(*args, **options) #

[View source]
def tag(*args, **options, &) #

[View source]
def tag=(arg) #

[View source]
def value(*args, **options) #

[View source]
def value(*args, **options, &) #

[View source]
def value=(arg) #

[View source]