This repository has no description

font/coretext: shaper may return multiple runs and that's okay master

Fixes #1664 I previously asserted that we got exactly one run from CoreText because I assumed that our run iterator was perfectly splitting runs for CoreText. This assumption appears to be false and that seems okay. The test case in this commit produces two runs that are directly next to each other and there's no downside to simply iterating over them. So this commit changes to iterate over the runs.


+108 -48
3 changed files