class Prawn::Table::Cell::Text

def styled_width_of_single_character


use whichever character is widest under the current font)
(Although we currently determine this by measuring "M", it should really
(We use this to determine the minimum width of a table cell)
under the given text options.
Returns the greatest possible width of any single character
def styled_width_of_single_character
  styled_width_of("M")
end