# File lib/prawn/table/cell.rb, line 101
      def width
        @width || (@document.width_of(@text, :size => @font_size)) + 2*@horizontal_padding
      end