Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunaoka/otf-to-ttf-converter

Converting OpenType fonts (otf) to TrueType fonts (ttf)
https://github.com/sunaoka/otf-to-ttf-converter

converter font fontforge opentype otf2ttf otftottf truetype

Last synced: about 2 months ago
JSON representation

Converting OpenType fonts (otf) to TrueType fonts (ttf)

Awesome Lists containing this project

README

        

# Converting OpenType fonts (otf) to TrueType fonts (ttf)

## Required

- docker
- make

## Usage

1. `git clone --recursive https://github.com/sunaoka/otf-to-ttf-converter.git`
2. Copy an OpenType font files to the `oft` directory.
3. Run the `make` command.
4. TrueType fonts will be generated in the `fonts` directory.