Metadata-Version: 1.0
Name: fontaine
Version: 1.0.8
Summary: Fontaine font tool
Home-page: https://github.com/davelab6/pyfontaine
Author: Dave Crossland, Виталий Волков
Author-email: dave@lab6.com
License: GNU GPL
Description: ===========
        py-fontaine
        ===========
        
        Dependencies
        ------------
        
        * freetype-py_
        * lxml_
        * simpleHilbertCurve_
        * matplotlib_
        
        Related:
        
        * libunicodenames_
        
        Usage
        ---------
        
        To output plain text:
        
            pyfontaine font.ttf
        
        To output XML:
        
            pyfontaine --xml font.ttf
        
        To output JSON:
        
            pyfontaine --json font.ttf
        
        To output percent coveraging in CSV:
        
            pyfontaine --csv font.ttf
        
        If you want to see PNG that represent coverage implementation of font charset:
        
            pyfontaine --coverage font.ttf
        
        To specify only set of charmaps:
        	
        	pyfontaine --set African,'Basic Latin','GWF vietnamese' font.ttf
        
        
        .. _libunicodenames: https://bitbucket.org/sortsmill/libunicodenames
        .. _freetype-py: http://code.google.com/p/freetype-py/
        .. _lxml: http://pypi.python.org/pypi/lxml/
        .. _simpleHilbertCurve: https://github.com/dentearl/simpleHilbertCurve
        .. _matplotlib: https://pypi.python.org/pypi/matplotlib
        
Platform: UNKNOWN
