Method: PFA::RelativePFA::Node#abs_height

Defined in:
lib/pfa/relative_pfa_node.rb

#abs_heightObject



116
117
118
# File 'lib/pfa/relative_pfa_node.rb', line 116

def abs_height
  @abs_height ||= MagickPFA::HEIGHTS[type]
end