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
Currently, the line breaking algorithm attempts to use Unicode::GCString to check lengths, but it does this on a per character basis. This also means it instanciates a Unicode::GCString object for each character.
It would be preferable to just use Unicode::LineBreak when it is available.
The text was updated successfully, but these errors were encountered:
Currently, the line breaking algorithm attempts to use Unicode::GCString to check lengths, but it does this on a per character basis. This also means it instanciates a Unicode::GCString object for each character.
It would be preferable to just use Unicode::LineBreak when it is available.
The text was updated successfully, but these errors were encountered: