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 is "ABCD" * 5
Some characters advance too far and not visible within the width of layout.
(code)
Is it a bug or a corner case not to be considered?
The text was updated successfully, but these errors were encountered:
This looks like a bug. There are only two reasonable behaviors here: 1) render the whole “word” on one line and clip, or 2) wrap at a cluster boundary. This does neither.
There are Unicode codepoints which may also affect the expected behavior, when this is implemented properly (particularly U+2060 WORD JOINER [including ZWNBSP], and maybe U+00AD SOFT HYPHEN).
The text is "ABCD" * 5
Some characters advance too far and not visible within the width of layout.
(code)
Is it a bug or a corner case not to be considered?
The text was updated successfully, but these errors were encountered: