Method: IsoDoc::Convert#init_fonts

Defined in:
lib/isodoc/init.rb

#init_fonts(options) ⇒ Object



99
100
101
102
103
104
105
106
# File 'lib/isodoc/init.rb', line 99

def init_fonts(options)
  @normalfontsize = options[:normalfontsize]
  @smallerfontsize = options[:smallerfontsize]
  @monospacefontsize = options[:monospacefontsize]
  @footnotefontsize = options[:footnotefontsize]
  @fontist_fonts = options[:fonts]
  @fontlicenseagreement = options[:fontlicenseagreement]
end