class HarfBuzz::GlyphInfoT
- HarfBuzz::GlyphInfoT
- Reference
- Object
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.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibHarfBuzz::GlyphInfoT, transfer : GICrystal::Transfer)
- .new(codepoint : UInt32? = nil, mask : UInt32? = nil, cluster : UInt32? = nil, var1 : HarfBuzz::VarIntT? = nil, var2 : HarfBuzz::VarIntT? = nil)
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #cluster : UInt32
- #cluster=(value : UInt32)
- #codepoint : UInt32
- #codepoint=(value : UInt32)
- #mask : UInt32
- #mask=(value : UInt32)
- #to_unsafe
- #var1 : HarfBuzz::VarIntT
- #var1=(value : HarfBuzz::VarIntT)
- #var2 : HarfBuzz::VarIntT
- #var2=(value : HarfBuzz::VarIntT)
Constructor Detail
def self.new(codepoint : UInt32? = nil, mask : UInt32? = nil, cluster : UInt32? = nil, var1 : HarfBuzz::VarIntT? = nil, var2 : HarfBuzz::VarIntT? = nil)
#
Class Method Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.