Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FontTexture::new(..) is very very slow when load CJK font #7

Open
tioover opened this issue Jun 28, 2015 · 0 comments
Open

FontTexture::new(..) is very very slow when load CJK font #7

tioover opened this issue Jun 28, 2015 · 0 comments

Comments

@tioover
Copy link
Contributor

tioover commented Jun 28, 2015

Example font: https://github.com/adobe-fonts/source-han-sans/
There are a large number of Unicode characters, they do not require all converted Texture. This will block the process tens of seconds.
Perhaps we should render the texture in TextDisply::new(..), like SDL_ttf.
I will try to do this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant