Metadata-Version: 2.1
Name: otf2ttf
Version: 0.2
Summary: command-line tool for converting OTF to TTF
Home-page: https://github.com/awesometoolbox/otf2ttf
Author: Awesome Toolbox
Author-email: info@awesometoolbox.com
License: MIT
Keywords: font convert otf ttf
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Fonts
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Description-Content-Type: text/markdown
Requires-Dist: fonttools
Requires-Dist: cu2qu

# otf2ttf

This is a simple command=line script that can be installed and used to
convert OTF (OpenType Font) and TTF (TrueType Font) file formats.

How to use it:

    $ pip install otf2ttf
    $ otf2ttf MyFont.ttf


## Background

Currently these 2 PDF libraries, require TTF fonts, which is why this script
was packaged up for ease of use:

- [ReportLab](https://www.reportlab.com/)
- [FPDF](https://github.com/reingart/pyfpdf)

This package was built using a sample script from the `fonttools` project.

Below is a link to the original script:

- [otf2ttf.py](https://github.com/fonttools/fonttools/blob/master/Snippets/otf2ttf.py)

This package was created to ease the use of non-programmers looking to 
convert their files.

More information about this script can be found in
[Issue #1283](https://github.com/fonttools/fonttools/issues/1283).




