class Prawn::Table::Cell::Text

def styled_width_of(text)


Returns the width of +text+ under the given text options.
def styled_width_of(text)
  @pdf.width_of(text, @text_options)
end