# File lib/pdf/quickref.rb, line 266 266: def h4(text) 267: use_heading_font 268: @pdf.text "<b><i>#{text}</i></b>", :font_size => @h4_font_size 269: use_body_font 270: end