Sha256: 4d5a82d4fae33472005f5cba99c2e3c5b2e36648694780d6c3e3ce57aad8965e
Contents?: true
Size: 324 Bytes
Versions: 13
Compression:
Stored size: 324 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
13 entries across 13 versions & 1 rubygems