Skip to content

Commit

Permalink
Cut down test
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed Dec 6, 2022
1 parent ce62c43 commit 8da23fd
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 579 deletions.
4 changes: 4 additions & 0 deletions Lib/ufo2ft/featureWriters/kernFeatureWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ class KernFeatureWriter(BaseFeatureWriter):
purely common (not inherited) glyph for bucketing purposes. This
avoids creating overlapping groups with the multi-script glyph in a
lookup.
* Some glyphs may have a script of Zyyy or Zinh but have a disjoint set
of explicit scripts as their script extension. By looking only at the
script extension, we treat many of them as being part of an explicit
script rather than as a common or inherited glyph.
* Preserve the type of the kerning pair, so class-to-class kerning stays
that way, even when there's only one glyph on each side.
* Reconstruct kerning group names for the newly split classes. This is done
Expand Down
Loading

0 comments on commit 8da23fd

Please sign in to comment.