struct HarfBuzz::OtColorLayerT

Overview

Pairs of glyph and color index.

A color index of 0xFFFF does not refer to a palette color, but indicates that the foreground color should be used.

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

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

def self.new(glyph : UInt32? = nil, color_index : UInt32? = nil) #

Instance Method Detail

def ==(other : self) : Bool #

def color_index(*args, **options) #

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

def color_index=(arg) #

def glyph(*args, **options) #

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

def glyph=(arg) #