Metadata-Version: 1.1
Name: font-ttfa
Version: 0.9.0
Summary: A command line TTFA table reporting tool for fonts hinted with ttfautohint
Home-page: https://github.com/source-foundry/font-ttfa
Author: Christopher Simpkins
Author-email: chris@sourcefoundry.org
License: MIT license
Description: Source Repository: `<https://github.com/source-foundry/font-ttfa>`_
        
        What is font-ttfa?
        ----------------------------
        
        font-ttfa is a command line executable that provides a report of font hinting settings from the TTFA table of fonts that were hinted with `ttfautohint <http://www.freetype.org/ttfautohint/>`_.  It is built with the fantastic FontTools library.
        
        
        Install
        --------------
        
        Install with ``pip`` using the command:
        
        ::
        
            $ pip install font-ttfa
        
        
        or `download the source repository <https://github.com/source-foundry/font-ttfa/tarball/master>`_, unpack it, and navigate to the top level of the repository.  Then enter:
        
        
        ::
        
            $ python setup.py install
        
        
        Usage
        ------------
        
        
        ::
        
            $ font-ttfa [font path 1] [font path 2] [...font path x]
Keywords: font,fonts,typeface,typography,type,type design,type development,hinting,ttf,TrueType,instructions,ttfautohint,ttfa
Platform: any
Classifier: Intended Audience :: End Users/Desktop
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
