public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
Text API docs -- nodoc font_metrics [#26]
sandal (author)
Thu Jun 26 16:20:39 -0700 2008
commit  81bf90f6cd86ecdaa25879f2973c255d4188793c
tree    cdc4b1fecfca52b2a79b9f9d98d7c9b5f6d62071
parent  bf20d22cde2e892bd578a81620eacdc683e57d69
...
71
72
73
74
75
76
77
 
78
79
80
...
71
72
73
 
 
 
 
74
75
76
77
0
@@ -71,10 +71,7 @@ module Prawn
0
         end
0
       end
0
 
0
-      # The current font metrics object.  If the font has not yet been set, this
0
-      # will default to Helvetica.
0
-      #
0
-      def font_metrics
0
+      def font_metrics #:nodoc:
0
         @font_metrics ||= Prawn::Font::Metrics["Helvetica"]
0
       end
0
 

Comments