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
{{ message }}
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
Pure Chinese characters will lead to the issue. The bounds of text node is tight. The mix of Chinese and alphabets is correct.
The same problem to pure Japanese characters. Haven't test more languages.
The screenshot of pure Chinese character text node and mix character text node.
I found that the height of calculatedSize in ASTextNode is incorrect for Chinese and Japanese.
The test code snippet as below:
The output is:
Pure Chinese characters will lead to the issue. The bounds of text node is tight. The mix of Chinese and alphabets is correct.
The same problem to pure Japanese characters. Haven't test more languages.
The screenshot of pure Chinese character text node and mix character text node.