skef
skef
A lot of our docs are still Type 1/".pfa"-centric. I don't advocate removing support for Type 1 from AFDKO, particularly as it's a good tool for transforming Type 1 fonts...
Flake8 introduced a new warning having to do with exceptions that fails on some of our test code. I deactivated it in #1601 to make the tests pass but it...
Suppose you have `onequarter` like this: ``` public.markColor 0,1,0.8,0.2 ``` `one.numr` like this: ``` public.markColor 0,1,0.8,0.2 ``` and `four.dnom` analogous to `one.numr`. Our current tests don't seem to catch some...
I was going to add a tx CFF2 instancer (-U) test along side our existing instancer tests but it doesn't look like we have any such tests at present. Too...
The lack of glyphname support would make sense when the input doesn't have glyph names, but in this case I'm testing with a cff2 source that includes a v2 `post`...
More complete document with background: [conditions.pdf](https://github.com/MPEGGroup/OpenFontFormat/files/12198534/conditions.pdf) Suppose that you have a feature with three substitutions on one axis, as well as a different feature with three entirely unrelated substitutions on...
Discussion in issue #53 lead to the design of alternative, more ambitious design for a replacment (or complement) to the existing feature variations mechanism. This issue is for discussion and...
More complete document with background: [conditions.pdf](https://github.com/MPEGGroup/OpenFontFormat/files/12288434/conditions.pdf) (This version of the PDF was updated August 8th). Consider the archetypal case of substitution: A variable font has two glyphs for the dollar...
A central aspect of support for variable fonts in OpenType is the default location, which has a normalized value of 0 on every axis. Variable glyph outline data and other...
I think I understand how we got to the current variable composite proposal. Roughly: 1. The variable composites specification extends the current glyf composites mechanism. 2. Leaving variable composites in...