Sha256: 95115063aef4a1ed41c4cc9ecd5a1dd36733a9179bbe077d27c23b517eaec31f
Contents?: true
Size: 307 Bytes
Versions: 6
Compression:
Stored size: 307 Bytes
Contents
module Squib # System-wide default font # :nodoc: # @api public 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
Version data entries
6 entries across 6 versions & 1 rubygems