Skip to content

Instantly share code, notes, and snippets.

@bradediger
Created February 5, 2009 19:59
Show Gist options
  • Save bradediger/58961 to your computer and use it in GitHub Desktop.
Save bradediger/58961 to your computer and use it in GitHub Desktop.
require 'prawn'
Prawn::Document.generate('font_test.pdf') do
font "Helvetica", :style => :bold
text "Bold"
start_new_page
text "This should be bold"
end
$ ruby -rubygems font_test.rb
$ grep ProcSet font_test.pdf
/ProcSet 6 0 R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment