Class: Magick::TypeMetric

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

Instance Attribute Summary collapse

Instance Attribute Details

#ascentObject

Returns the value of attribute ascent.



5
6
7
# File 'lib/rmagick4j/type_metric.rb', line 5

def ascent
  @ascent
end

#descentObject

Returns the value of attribute descent.



5
6
7
# File 'lib/rmagick4j/type_metric.rb', line 5

def descent
  @descent
end

#heightObject

Returns the value of attribute height.



5
6
7
# File 'lib/rmagick4j/type_metric.rb', line 5

def height
  @height
end

#max_advanceObject

Returns the value of attribute max_advance.



5
6
7
# File 'lib/rmagick4j/type_metric.rb', line 5

def max_advance
  @max_advance
end

#widthObject

Returns the value of attribute width.



5
6
7
# File 'lib/rmagick4j/type_metric.rb', line 5

def width
  @width
end