Implement Hangul Shaper - #262
Conversation
Codecov Report
@@ Coverage Diff @@
## main #262 +/- ##
====================================
Coverage 83% 83%
====================================
Files 187 188 +1
Lines 9517 9848 +331
Branches 1499 1587 +88
====================================
+ Hits 7939 8222 +283
- Misses 1231 1260 +29
- Partials 347 366 +19
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
@brianpopow I'm afraid this turned into a bit of a beast. I had to refactor the shaping collections to correctly handle glyph decomposition. On a happy note though I've got the shaper working really well now and I was able to remove a whole bunch of indexers. I have a bunch of test codepoint sequences locally that I can create tests from so don't worry about them. I'll likely do them tomorrow night. |
Prerequisites
Description
Fixes #213
Adds the Hangul Shaper to the shaping collection.
TODO