class HarfBuzz::GlyphInfoT

Overview

The #hb_glyph_info_t is the structure that holds information about the glyphs and their relation to input text.

Defined in:

lib/gi-crystal/src/auto/harf_buzz-0.0/glyph_info_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::GlyphInfoT, transfer : GICrystal::Transfer) #

def self.new(codepoint : UInt32? = nil, mask : UInt32? = nil, cluster : UInt32? = nil, var1 : HarfBuzz::VarIntT? = nil, var2 : HarfBuzz::VarIntT? = 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 #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def cluster : UInt32 #

def cluster=(value : UInt32) #

def codepoint : UInt32 #

def codepoint=(value : UInt32) #

def mask : UInt32 #

def mask=(value : UInt32) #

def to_unsafe #

def var1 : HarfBuzz::VarIntT #

def var1=(value : HarfBuzz::VarIntT) #

def var2 : HarfBuzz::VarIntT #

def var2=(value : HarfBuzz::VarIntT) #