# File lib/pdf/quickref.rb, line 242 242: def h1(text) 243: use_heading_font 244: @pdf.text text, :font_size => @h1_font_size 245: use_body_font 246: end