9 10 11
# File 'lib/epdft.rb', line 9 def height @height ||= map { |p| 0.001 * p.font.height * p.font.size }.max end