# File lib/pdf/techbook.rb, line 661 661: def techbook_directive_code(args) 662: __render_paragraph 663: select_font @techbook_codefont, @techbook_encoding 664: @techbook_lastmode, @techbook_mode = @techbook_mode, :code 665: @techbook_textopt = { :justification => :left, :left => 20, :right => 20 } 666: @techbook_fontsize = 10 667: end