-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[ASTextNode] has inconsistent line space when add emoji #103
Comments
From @zaaroth on January 17, 2016 11:48 I bumped into this issue as well. UILabel takes NSParagraphStyle into account just fine, but ASTextNode does not seem to be doing so as well when there are emojis on the attributed string. |
From @sainttail on June 18, 2016 11:6 Any update on this? I also have this kind of problem. Some clarification of the
Anyway to overcome this? Don't know this is the same problem with @d6u or not. |
From @appleguy on June 18, 2016 22:51 Very cool test app. Could you share the full source to that app? Sorry I didn’t read back on the thread, maybe you already did. Hannah may look at this soon.
|
From @sainttail on June 22, 2016 18:47 Here is the test app. I didn't hardcode the test text so you need to enter that yourself. |
From @dssheng on August 12, 2016 5:45 I' meet the same issue, and here is my solution. |
From @d6u on September 6, 2015 1:58
So I added two text label with the same attributed string. The line with 👍 won't agree with each other. I also added red strip as reference.
How do I render consistent line space using TextNode? Did I miss some config?
Copied from original issue: facebookarchive/AsyncDisplayKit#639
The text was updated successfully, but these errors were encountered: