public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
Use dustismo
sandal (author)
Mon Jul 21 12:17:31 -0700 2008
commit  45c73d64b62039ebc6ee60779c9410dc8aeaf7b0
tree    39211165c18b3900af52c2ecf39f02d231a15afd
parent  77dba18246fd9008bc841b9ebda8df409b38d68b
...
13
14
15
16
 
17
18
19
...
13
14
15
 
16
17
18
19
0
@@ -13,7 +13,7 @@ Prawn::Document.generate "kerning.pdf" do
0
   
0
   text "To not kern and wrap. " * 5, :size => 24, :kerning => false
0
 
0
-  font "#{Prawn::BASEDIR}/data/fonts/DejaVuSans.ttf"
0
+  font "#{Prawn::BASEDIR}/data/fonts/Dustismo_Roman.ttf"
0
   
0
   text "To kern?", :at => [200,660], :size => 24, :kerning => true
0
   text "To not kern?", :at => [200,630], :size => 24, :kerning => false     

Comments