# File lib/prawn/font.rb, line 238
    def width_of(string, options={})
      raise NotImplementedError, "subclasses of Prawn::Font must implement #width_of"
    end