Skip to content

Commit

Permalink
Add link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed May 22, 2024
1 parent db7f965 commit e36d9c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/ufo2ft/featureWriters/kernFeatureWriter2.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ def _registerKernLookups(self, feature, lookups):
# InDesign bugfix: register kerning lookups for all LTR scripts under DFLT
# so that the basic composer, without a language selected, will still kern.
# Register LTR lookups if any, otherwise RTL lookups.
# See https://github.com/googlefonts/ufo2ft/pull/787.
dfltLookups = []
ltrLookups = lookups.get("LTR")
rtlLookups = lookups.get("RTL")
Expand Down

0 comments on commit e36d9c1

Please sign in to comment.