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