-
Notifications
You must be signed in to change notification settings - Fork 24
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
Wrong description of Ref<App> Create() #2
Comments
Do you support Chinese? |
Change font family to whatever chinese font. SimSun or Microsoft YaHei would do.
|
@MatrixHan Try using mobile user agent which is,
|
The screen is rendered OK on your case, and only fonts are causing errors. |
Ref Create() comments say that one should "set your Config before creating App".
AppCore/include/AppCore/App.h
Line 51 in 0dfc793
However, as AppWin::AppWin() constructor overrides with Platform::instance().set_config, it has no effect.
AppCore/src/win/AppWin.cpp
Line 23 in 0dfc793
For example, if I load https://google.co.kr like below,
The result is like this:
The CORRECT way to setup config is,
which leads to Chrome-like correctly rendered scene.
The text was updated successfully, but these errors were encountered: