https://github.com/zzkt/otf2ttf
convert an OTF font to TTF
https://github.com/zzkt/otf2ttf
fontforge fonts opentype otf ttf
Last synced: 11 months ago
JSON representation
convert an OTF font to TTF
- Host: GitHub
- URL: https://github.com/zzkt/otf2ttf
- Owner: zzkt
- Created: 2019-09-06T13:32:58.000Z (almost 7 years ago)
- Default Branch: endless
- Last Pushed: 2020-06-18T14:26:44.000Z (about 6 years ago)
- Last Synced: 2025-01-11T18:39:52.887Z (over 1 year ago)
- Topics: fontforge, fonts, opentype, otf, ttf
- Size: 2.93 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# otf2ttf
This script can convert fonts in OTF format (or any other format fontforge can read) into TTF.
It requires [fontforge](https://fontforge.github.io/) to be installed. `otf2ttf` can be used either as a fontforge script (extended or in combination with others) or as an executable (run `chmod a+x otf2ttf` and ensure it's somewhere $PATH like). It will convert one or more fonts into TTF files in the current directory.
# usage
as a script `fontforge -script otf2ttf.pe FONT.otf` or standalone `otf2ttf FONT-*.otf`
# further
* [fontforge tutorial](https://fontforge.github.io/editexample.html)
* [Differences between LuaTeX, ConTeXt and XeTeX](https://tex.stackexchange.com/questions/36/differences-between-luatex-context-and-xetex)