Patrick Martin
Patrick Martin
> Short version: Can you point at the freetype API you are referring too? I don't think it can do something like this and I don't think opentype.js should. This...
Is this ready for review? If so, we should mark the PR as no longer being a draft in the description.
This has been resolved.
@Connum there's some problems with this, first off I don't think it should be the responsibility of our library to handle this, as it would introduce side effects. Secondly, this...
@Pomax WOFF2 requires some fancy compression that is out of scope for this library, there are libraries that can be used with this one to read WOFF2 files.
> Currently, we only have download() as a public method. If you want to only get a URL, you have to use all the more low-level methods yourself, building the...
@Pomax here's how you can export/import WOFF2 from opentype.js: https://github.com/opentypejs/opentype.js/issues/183#issuecomment-1147228025
It's pretty self-explanatory.
The USE_TYPO_METRICS flag is part of the OS/2 table, it's just a setting and is accessible via the OS/2 table that Opentype.js parses.
This works, but for this script to work the xram needs to be correctly banked. ```python ## # Imports a text file containing symbol definitions for Gameboy. # @author ILOVEPIE...