5 ms·
If anyone is interested in automating it, I wrote up quick howto in Python a few days ago. https://readevalprint.com/Schmelvetica.html https://readevalprint.com
by coconutrandom 7y ago
If anyone is interested in automating it, I wrote up quick howto in Python a few days ago. https://readevalprint.com/Schmelvetica.html https://readevalprint.com/Schmelvetica.html
- app4soft 7y agoWhy fonts extension is .TTC? ORIGINAL_FONT_PATH = "path/to/Helvetica.ttc" GLORIOUS_FONT_PATH = "path/to/Schmelvetica.ttc"
- danaliv 7y agoA TTC is a TrueType Collection. Multiple fonts in one file. Instead of having separate files for every size, weight, etc. they’re combined into one. The major advantage is the ability to share glyphs between fonts instead of duplicating information in each file.
- coconutrandom 7y agoAh yes, ".ttf" will work just the same.