Class: Uh::Font

Inherits:
Object
  • Object
show all
Defined in:
lib/uh/font.rb,
ext/uh/uh.c

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#ascentObject (readonly)

#descentObject (readonly)

#widthObject (readonly)

Instance Method Details

#heightObject



3
4
5
# File 'lib/uh/font.rb', line 3

def height
  ascent + descent
end