class Prawn::Table::Cell::Text

def font


Returns the font that will be used to draw this cell.
def font
  with_font { @pdf.font }
end