Class: Magick::TypeMetric

Inherits:
Object
  • Object
show all
Defined in:
lib/rmagick4j/rmagick4j.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ascentObject

Returns the value of attribute ascent.



333
334
335
# File 'lib/rmagick4j/rmagick4j.rb', line 333

def ascent
  @ascent
end

#descentObject

Returns the value of attribute descent.



333
334
335
# File 'lib/rmagick4j/rmagick4j.rb', line 333

def descent
  @descent
end

#heightObject

Returns the value of attribute height.



333
334
335
# File 'lib/rmagick4j/rmagick4j.rb', line 333

def height
  @height
end

#max_advanceObject

Returns the value of attribute max_advance.



333
334
335
# File 'lib/rmagick4j/rmagick4j.rb', line 333

def max_advance
  @max_advance
end

#widthObject

Returns the value of attribute width.



333
334
335
# File 'lib/rmagick4j/rmagick4j.rb', line 333

def width
  @width
end