struct Pango::GlyphInfo
- Pango::GlyphInfo
- Struct
- Value
- Object
Overview
A Pango::GlyphInfo
structure represents a single glyph with
positioning information and visual attributes.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/glyph_info.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibPango::GlyphInfo, _transfer : GICrystal::Transfer)
- .new(glyph : UInt32? = nil, geometry : Pango::GlyphGeometry? = nil, attr : Pango::GlyphVisAttr? = nil)
Instance Method Summary
- #==(other : self) : Bool
- #attr(*args, **options)
- #attr(*args, **options, &)
- #attr=(arg)
- #geometry(*args, **options)
- #geometry(*args, **options, &)
- #geometry=(arg)
- #glyph(*args, **options)
- #glyph(*args, **options, &)
- #glyph=(arg)
Constructor Detail
def self.new(glyph : UInt32? = nil, geometry : Pango::GlyphGeometry? = nil, attr : Pango::GlyphVisAttr? = nil)
#