lib/squib/constants.rb in squib-0.13.4 vs lib/squib/constants.rb in squib-0.14.beta1
- old
+ new
@@ -1,12 +1,17 @@
module Squib
# System-wide default font
# :nodoc:
# @api public
- DEFAULT_FONT = 'Arial 36'
+ DEFAULT_FONT = 'Arial 12'
# Used for inch-cm conversion
# :nodoc:
# @api private
INCHES_IN_CM = 0.393700787
+
+ # Used for points-inch conversion
+ # :nodoc:
+ # @api private
+ POINTS_PER_IN = 72.0
end