class Prawn::Text::Formatted::Arranger::BadFontFamily

Public Class Methods

new(message = 'Bad font family') click to toggle source
Calls superclass method
# File lib/prawn/text/formatted/arranger.rb, line 30
def initialize(message = 'Bad font family')
  super
end