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