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