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,
This is a wonderful library. I want use it to render Chinese. But it seems characterset don't containt chinese.
So is it possible to support chinese characterset ?
Thanks.
The text was updated successfully, but these errors were encountered:
Currently QuickFont does not support loading characters on demand. Instead, all the desired characters are loaded into memory when the QFont object is created. If you need only some Chinese characters, then you can specify them manually, see my reply to a previous issue here: #41 (comment) for some more information on this.
The correct way to render Chinese characters is to load them on demand, when the program needs to draw them. This on-the-fly loading could be implemented into QuickFont, but is not currently. I am happy to point you in the right direction / answer any questions you have about doing this.
Hi,
This is a wonderful library. I want use it to render Chinese. But it seems characterset don't containt chinese.
So is it possible to support chinese characterset ?
Thanks.
The text was updated successfully, but these errors were encountered: