struct HarfBuzz::OtColorLayerT

Overview

Pairs of glyph and color index.

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(glyph : UInt32 | Nil = nil, color_index : UInt32 | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) : Bool #

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

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

[View source]
def color_index=(arg) #

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

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

[View source]
def glyph=(arg) #

[View source]