-
Re: Stylistic Set Consistency Between Styles
I’d make the numbers unique across the family, so if italic’s ss02 is not the same as upright’s, I’d name ut ss04. This way if you apply ss02 on the whole text you don’t get different results for dif…3 -
Re: Opentype feature auto-disable?
There are some hard-coded order in layout engines (and some time differ per script), but this is uasually for features that should be applied by default not optional ones.3 -
Re: [OTVar] GVAR delta-popping
gvar detlas is just an efficient way to store the masters, so instead of storing to sets of outlines, you store one and the glyph table and the delta between it and the second master in the gvar tabl…1 -
Re: [OTVar] Introducing OpenType variable fonts
Printers do not need to know anything about variable fonts, not even PDF. You just send/embed an interpolated instance, and it will be the same as ever.1 -
Re: Glyph names for new fonts
Personally, I prefer to generate fonts with no glyph names at all (since the way I build my fonts makes glyph name → to Unicode value mapping rather useless). But to answer your question, AGL is the …3