-
Made this an issue instead of a discussion because it might be one if it ends up creating a new file or workflow.
To recap, the status of the build as it is today, static ttf in the current release…
-
I'll add a UFO export python script and bundle it with the next release, "Export UFO for AFDKO", that runs
``` py
font = fontforge.activeFont()
for glyph in font.glyphs():
glyph.layers[1] = glyph…
-
spun off of #62
> so-called "bracket" layers, i.e. alternate layers substituted when axis conditions are met (GSUB feature-variations)
For Glyphs v3: https://glyphsapp.com/learn/switching-shapes
…
-
I think because of unescaped XML reserved markup characters.
MWE:
```bash
curl -O https://raw.githubusercontent.com/ArtifexSoftware/urw-base35-fonts/20200910/fonts/NimbusSans-Regular.otf
pytho…
-
- [x] Screenshot
![screenshot from 2019-02-10 17-26-53](https://user-images.githubusercontent.com/47403824/54022017-87598400-415f-11e9-89b9-be7568feb92e.png)
![screenshot from 2019-03-07 00-23-13…
-
See [this pull request at Adobe](https://github.com/adobe-fonts/source-code-pro/pull/34#issuecomment-10141555). It seems most editors don't use this hint syntax (?) and it adds noise to UFOs exported …
-
When running `docker build -t toolnoto .` from the `nototools/docker/toolnoto` directory I get the following error from [notosetup.sh line 50: `pip install -r requirements.txt`](https://github.com/goo…
-
GSUB section 2.1 Multiple Subsitution says the following:
> The use of multiple substitution for deletion of an input glyph is prohibited. The glyphCount value must always be greater than 0.
(Th…
drj11 updated
2 years ago
-
Since its inception, AFDKO has used the term "rule" for a single substitution or positioning "command", see http://adobe-type-tools.github.io/afdko/OpenTypeFeatureFileSpecification.html#5 — so a "subs…
-
I accidentally ran a font through comparefamily without any blue zones. It correctly prints the error on Line 4093:
https://github.com/adobe-type-tools/afdko/blob/feebd77d9b6507a0b32f837535511be3c94d…