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