jvr 8df8f6385e TTFont now has a getGlyphSet() method, which will return a generic
GlyphSet. A GlyphSet is simply a dict-like object mapping glyph names
to glyphs. The glyphs in a GlyphSet have a .draw(pen) method and a
.width attribute. This provides a generic interface for drawing glyphs
or extracting outlines, and works both for CFF-based fonts and TT fonts.

See also fontTools.pens.basePen for a description of what makes a Pen
a Pen.


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@420 4cde692c-a291-49d1-8350-778aa11640f8
2003-08-25 13:15:50 +00:00
2002-10-29 15:51:38 +00:00
2002-09-12 22:03:59 +00:00
2002-09-12 23:14:59 +00:00
2002-10-27 09:11:42 +00:00
2002-05-03 19:03:49 +00:00

See the file "documentation.html" in the "Doc" subdirectory for TTX
usage instructions and information about the TTX file format.

See the file "install.txt" in the "Doc" subdirectory for instructions
how to build and install TTX/FontTools from the sources.

Quick start: run python setup.py install from the command line.

See the file "LICENSE.txt" for licensing info.

Have fun!

Just van Rossum <just@letterror.com>
Description
No description provided
Readme 28 MiB
Languages
Python 99.9%