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