struct HarfBuzz::GlyphExtentsT

Overview

Glyph extent values, measured in font units.

Note that height is negative, in coordinate systems that grow up.

Defined in:

lib/gi-crystal/src/auto/harf_buzz-0.0/glyph_extents_t.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(x_bearing : Int32 | Nil = nil, y_bearing : Int32 | Nil = nil, width : Int32 | Nil = nil, height : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) : Bool #

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

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

[View source]
def height=(arg) #

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

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

[View source]
def width=(arg) #

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

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

[View source]
def x_bearing=(arg) #

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

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

[View source]
def y_bearing=(arg) #

[View source]