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
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
Languages
Python
99.9%