struct Pango::GlyphInfo

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

def self.new(data : LibPango::GlyphInfo, _transfer : GICrystal::Transfer) #

def self.new(glyph : UInt32? = nil, geometry : Pango::GlyphGeometry? = nil, attr : Pango::GlyphVisAttr? = nil) #

Instance Method Detail

def ==(other : self) : Bool #

def attr(*args, **options) #

def attr(*args, **options, &) #

def attr=(arg) #

def geometry(*args, **options) #

def geometry(*args, **options, &) #

def geometry=(arg) #

def glyph(*args, **options) #

def glyph(*args, **options, &) #

def glyph=(arg) #