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

[View source]
def self.new(data : LibPango::GlyphInfo, _transfer : GICrystal::Transfer) #

[View source]
def self.new(glyph : UInt32 | Nil = nil, geometry : Pango::GlyphGeometry | Nil = nil, attr : Pango::GlyphVisAttr | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) : Bool #

[View source]
def attr(*args, **options) #

[View source]
def attr(*args, **options, &) #

[View source]
def attr=(arg) #

[View source]
def geometry(*args, **options) #

[View source]
def geometry(*args, **options, &) #

[View source]
def geometry=(arg) #

[View source]
def glyph(*args, **options) #

[View source]
def glyph(*args, **options, &) #

[View source]
def glyph=(arg) #

[View source]