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
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
Currently, when looking at the api, it seems nearly impossible to render some i18n text (for example, Korean) because luxe only has the ability to load bitmap fonts. (It will probably be a pain to export all character sets into a giant bitmap font, because there are tens of thousands of Korean characters just to start with.)
The most straightforward solution seems to be adding functionality for loading ttf fonts. Any thoughts on the issue?
Currently, when looking at the api, it seems nearly impossible to render some i18n text (for example, Korean) because luxe only has the ability to load bitmap fonts. (It will probably be a pain to export all character sets into a giant bitmap font, because there are tens of thousands of Korean characters just to start with.)
The most straightforward solution seems to be adding functionality for loading ttf fonts. Any thoughts on the issue?