class Prawn::Table::Cell::Text

def font_style=(style)


+style+ option, but we already have a style method.
Sets the style of the font in use. Equivalent to the Text::Box
def font_style=(style)
  @text_options[:style] = style
end