# File lib/prawn/font/ttf.rb, line 43 def bbox @bbox ||= @ttf.bbox.map { |i| Integer(i * scale_factor) } end