ios13
Solved
Mobile and Embedded
-
My app displays normal Chinese characters under ios13.0 system, but most of the ios13 systems do not display properly.I am very confused, I don't know how to solve it.
-
Finally I found a solution,set the font,At first, try qApp->setFont() in the main function, and it didn't succeed. Then set the font-famliy of the button, label and other controls in the css style, and finally succeeded.