Navigation Menu

Skip to content

Commit

Permalink
This will be unbelievably lame if it causes Adobe to work
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Jun 6, 2008
1 parent dcf870d commit 18b4f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added data/fonts/Activa.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/simple_text_ttf.rb
Expand Up @@ -3,8 +3,8 @@

Prawn::Document.generate "hello-ttf.pdf" do
fill_color "0000ff"
font "#{Prawn::BASEDIR}/data/fonts/comicsans.ttf"
font "#{Prawn::BASEDIR}/data/fonts/Activa.ttf"
text "Hello World", :at => [200,720], :size => 32
font "#{Prawn::BASEDIR}/data/fonts/Chalkboard.ttf"
#font "#{Prawn::BASEDIR}/data/fonts/Chalkboard.ttf"
text "Blah Blah Blah " * 100
end

0 comments on commit 18b4f5a

Please sign in to comment.