# File lib/prawn/font/afm.rb, line 62 def bbox @bbox ||= @attributes['fontbbox'].split(/\s+/).map { |e| Integer(e) } end