Sha256: 7de171a68f5245078720d67266f8a7e48bb931c663072842a9c422501c5ffefc

Contents?: true

Size: 1.41 KB

Versions: 1

Compression:

Stored size: 1.41 KB

Contents

## Original file prepared in 2011 by Windell H. Oskay, www.evilmadscientist.com
##
##
## Contents adapted from emergent.unpythonic.net/software/hershey
##  by way of http://www.thingiverse.com/thing:6168
##
##The Hershey Fonts are a set of vector fonts with a liberal license.
##
##USE RESTRICTION:
##	This distribution of the Hershey Fonts may be used by anyone for
##	any purpose, commercial or otherwise, providing that:
##		1. The following acknowledgements must be distributed with
##			the font data:
##			- The Hershey Fonts were originally created by Dr.
##				A. V. Hershey while working at the U. S.
##				National Bureau of Standards.
##			- The format of the Font data in this distribution
##				was originally created by
##					James Hurt
##					Cognition, Inc.
##					900 Technology Park Drive
##					Billerica, MA 01821
##					(mit-eddie!ci-dandelion!hurt)
##		2. The font data in this distribution may be converted into
##			any other format *EXCEPT* the format distributed by
##			the U.S. NTIS (which organization holds the rights
##			to the distribution and use of the font data in that
##			particular format). Not that anybody would really
##			*want* to use their format... each point is described
##			in eight bytes as "xxx yyy:", where xxx and yyy are
##			the coordinate values as ASCII numbers.

require 'psych'

module Hershey
  FONTS = Psych.load_file(File.join(File.dirname(__FILE__), 'fonts.yaml')).freeze
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hershey-0.0.8 lib/hershey/font.rb