class Pango::GlyphInfo
- Pango::GlyphInfo
- Reference
- Object
Overview
A PangoGlyphInfo
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(glyph : UInt32? = nil, geometry : Pango::GlyphGeometry? = nil, attr : Pango::GlyphVisAttr? = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #attr : Pango::GlyphVisAttr
- #attr=(value : Pango::GlyphVisAttr)
- #geometry : Pango::GlyphGeometry
- #geometry=(value : Pango::GlyphGeometry)
- #glyph : UInt32
- #glyph=(value : UInt32)
- #to_unsafe
Constructor Detail
def self.new(glyph : UInt32? = nil, geometry : Pango::GlyphGeometry? = nil, attr : Pango::GlyphVisAttr? = nil)
#
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.