googlefonts / science-gothic

Science Gothic, a libre variable font
Other
142 stars 4 forks source link

Tilde tags: `Q.sc.alt` should have tag `Q.sc~wd<250&wt>350` #267

Closed twardoch closed 9 months ago

twardoch commented 4 years ago

Tilde tags: Q.sc.alt should have tag Q.sc~wd<250&wt>350. Right now Q.sc.alt has ~wd<250&wt>350 so FontLab thinks its source is Q (we may change it in future but now it’s so). Same for uni051B.alt.sc, should have tilde tag uni051B.alt~wd<250&wt>350. Similar for ~wd<490&wt>700, ~wd<90, ~wt>800.

tphinney commented 4 years ago

Thanks, will fix.

tphinney commented 2 years ago

At some point we had actually dropped q.sc.alt, but I have recreated it, with the correct tag

tphinney commented 2 years ago

Oh shoot. It was there, it was just called q.alt.sc Anyway, fixed the tags on both glyphs

tphinney commented 2 years ago

Actually, just a few glitches in Adam's code, although the general principles are sound. Corrected:

Tilde tags: q.alt.sc should have tag q.sc~wd<250&wt>350. Right now q.alt.sc has ~wd<250&wt>350 so FontLab thinks its source is Q (we may change it in future but now it’s so). Same for uni051B.alt.sc, should have tilde tag uni051B.sc~wd<250&wt>350. Similar for ~wd<490&wt>700, ~wd<90, ~wt>800

tphinney commented 2 years ago

@twardoch we are having some difficulty with this revised code working in our current build process, which involves exporting UFOs and compiling with Fontmake. Fontmake chokes on it, and removing the code allows the build to work. (@kateliev is that an accurate summary?)

kateliev commented 9 months ago

@tphinney isn't this issue #300? If so this is now fixed using other means?