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
and this is now passing in coretext; previously it was running out of layout space and dropping some of the text.
DirectWrite currently fails this test, reporting its trailing whitespace length as '1'.
I think this is a matter of different expectations around trailing whitespace for these two APIs, but I can't investigate this week, since I don't have access to a windows machine.
The text was updated successfully, but these errors were encountered:
This is very much related to #411, but slightly more specific.
In #409 I added the following test:
and this is now passing in coretext; previously it was running out of layout space and dropping some of the text.
DirectWrite currently fails this test, reporting its trailing whitespace length as '1'.
I think this is a matter of different expectations around trailing whitespace for these two APIs, but I can't investigate this week, since I don't have access to a windows machine.
The text was updated successfully, but these errors were encountered: