# File lib/pdf/techbook.rb, line 892
892:   def techbook_text(line)
893:     opt = @techbook_textopt.dup
894:     opt[:font_size] = @techbook_fontsize
895:     text(line, opt)
896:   end