Exception: PDF::Core::Text::BadFontFamily

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pdf/core/text.rb

Overview

Sygnals that a font doesn’t have a name.

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Bad font family') ⇒ BadFontFamily

Returns a new instance of BadFontFamily.

Source Code
lib/pdf/core/text.rb, line 31
31
def initialize(message = 'Bad font family')
32
  super
33
end