Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sunaoka/otf-to-ttf-converter
- Owner: sunaoka
- License: bsd-3-clause
- Created: 2020-05-13T07:00:09.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-08T01:26:21.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T11:13:03.034Z (3 months ago)
- Topics: converter, font, fontforge, opentype, otf2ttf, otftottf, truetype
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.