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

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

[View source]
def self.new(codepoint : UInt32 | Nil = nil, mask : UInt32 | Nil = nil, cluster : UInt32 | Nil = nil, var1 : HarfBuzz::VarIntT | Nil = nil, var2 : HarfBuzz::VarIntT | Nil = nil) #

[View source]

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

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


[View source]
def cluster : UInt32 #

[View source]
def cluster=(value : UInt32) #

[View source]
def codepoint : UInt32 #

[View source]
def codepoint=(value : UInt32) #

[View source]
def mask : UInt32 #

[View source]
def mask=(value : UInt32) #

[View source]
def to_unsafe #

[View source]
def var1 : HarfBuzz::VarIntT #

[View source]
def var1=(value : HarfBuzz::VarIntT) #

[View source]
def var2 : HarfBuzz::VarIntT #

[View source]
def var2=(value : HarfBuzz::VarIntT) #

[View source]