You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For each lookup which corresponds to an smcp or c2sc feature, we gather a list of all the substituted glyphs (stuff on the right hand side of a sub ... by statement, e.g. a.sc).
Fonts without small caps pass this check. Indeed, every font in the GF library passes this check.
Here's why:
fontbakery/Lib/fontbakery/checks/missing_small_caps_glyphs.py
Lines 30 to 36 in fb1c3de
For each lookup which corresponds to an
smcp
orc2sc
feature, we gather a list of all the substituted glyphs (stuff on the right hand side of asub ... by
statement, e.g.a.sc
).fontbakery/Lib/fontbakery/checks/missing_small_caps_glyphs.py
Line 37 in fb1c3de
And then from that set of substituted glyphs, we remove every glyph in the font.
The result is that, unsurprisingly, no glyphs are missing.
The text was updated successfully, but these errors were encountered: