13 14 15
# File 'lib/epdft.rb', line 13 def ascent @ascent ||= map { |p| 0.001 * p.font.ascent * p.font.size }.max end