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
The text was updated successfully, but these errors were encountered:
muukii
changed the title
ASTextNode does not render Japanese font correctly. (Misused serif fonts)
ASTextNode does not render Japanese font correctly. (It misuse serif fonts)
Sep 2, 2019
On iOS13, ASTextNode does not render the Japanese font correctly,
Especially, We can see this problem with specified font and linebreak mode.
The rendered font is wrong.
Followings is correct.
I think to set lineBreakMode causes this problem.
If I drop setting for lineBreakMode, ASTextNode will render correct font.
Additionally, ASTextNode2 does not have this problem. It works fine.
What's the problem?
Should I use ASTextNode2?
I attach reproduce project file.
iOS13-Text.zip
The text was updated successfully, but these errors were encountered: