public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
Experimental text box idea
sandal (author)
Thu Nov 13 21:33:38 -0800 2008
commit  a123f4980b03072593f14d33219a10c16cce50f3
tree    3e415abc8cc1dd054bd87db2fe269596b06cf225
parent  5f72786cf84d5ff5d9d15b0ac803c6681becf13f
...
6
7
8
 
9
10
11
...
6
7
8
9
10
11
12
0
@@ -6,6 +6,7 @@
0
 #
0
 # This is free software. Please see the LICENSE and COPYING files for details.
0
 require "zlib"
0
+require "prawn/document/text/box"
0
 
0
 module Prawn
0
   class Document

Comments