adobe-fonts / source-serif

Typeface for setting text in many sizes, weights, and languages. Designed to complement Source Sans.
https://adobe-fonts.github.io/source-serif
SIL Open Font License 1.1
2.15k stars 161 forks source link

kern feature needs lookupflag #50

Closed frankrolf closed 5 years ago

frankrolf commented 5 years ago

The current familyGPOS.fea file needs an additional line, so combining accents don’t break the existing kerning:

from:

feature kern {
    include (../kern.fea);
    include (../kern_ctxt.fea);
} kern;

to:

feature kern {
        lookupflag IgnoreMarks;
    include (../kern.fea);
    include (../kern_ctxt.fea);
} kern;