public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
Move font-ttf into it's own folder
sandal (author)
Thu Jul 24 15:17:00 -0700 2008
commit  c6f822b271bc04c5a1f231f8aa8eb29928814900
tree    6dbf094a8f87744913783436d88b58d82d94ced6
parent  91577a60f5cb1d490ebadde5d23d0c0d91d28c1c
...
14
15
16
17
 
18
19
20
...
14
15
16
 
17
18
19
20
0
@@ -14,7 +14,7 @@ require "prawn/document"
0
 require "prawn/reference"
0
 require "prawn/font" 
0
 
0
-$LOAD_PATH.unshift(File.dirname(__FILE__) + "/../vendor/")
0
+$LOAD_PATH.unshift(File.dirname(__FILE__) + "/../vendor/font_ttf")
0
 
0
 require 'ttf'
0
 

Comments