You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm writing on very basic image generation, and want to render this font without using a font-parsing library and all that huge tree of dependencies.
Due to it's pixel-based nature, I'd want just byte arrays for each letter. Basically like this JSON from monocraft.
Do you think it's possible to export scientifica into something like this that can be converted into a byte array at build-time?
The text was updated successfully, but these errors were encountered:
Hi, I'm writing on very basic image generation, and want to render this font without using a font-parsing library and all that huge tree of dependencies.
Due to it's pixel-based nature, I'd want just byte arrays for each letter. Basically like this JSON from monocraft.
Do you think it's possible to export scientifica into something like this that can be converted into a byte array at build-time?
The text was updated successfully, but these errors were encountered: