-
Fontforge fails to permit lookupFlag named parameters MarkAttachmentType and UseMarkFilteringSet in certain scenarios.
Example 1:
```
lookup ShaddaLigatures {
lookupflag RightToLeft MarkAttachment…
-
A cool little `thing` I was playing with earlier today was the ability to build specific fonts from their sources.
I couldn't get it working locally or via Ansible but I was pressed for time.
It…
-
see https://adobe-type-tools.github.io/afdko/OpenTypeFeatureFileSpecification.html#6.b.ii
in this example there is a glyph-class pair and an glyph-glyph exception, there is no reason to enumerate.
…
-
Since Windows Insider build 17083, Windows contains a new UI to view and manage fonts. After some test, I found that the new UI uses the `meta` table to identify the design language and supported lang…
-
Sorry for side-subject question, could not find a better place and possibly that relates to afdko.
Is there a way to generate a static, simple font instance from a variable font, based on particula…
-
I am still investigating this issue, but I hit a crash in this function:
https://github.com/adobe-type-tools/afdko/blob/df31d5e7f43decf90c3970f445280d9444e5d931/c/makeotf/makeotf_lib/source/hotconv…
-
As I've been working on some reorganization I've spent way too much time trying to work through how to reproduce the command line equivalents of `runner.py` based tests. The command itself has a "verb…
-
Following @tiroj comment in https://github.com/googlefonts/fontbakery/issues/3155#issuecomment-845522476 and https://github.com/googlefonts/glyphsLib/pull/615 I wonder if its worth adding a convenienc…
-
Main now supports CFF2 instancing, but in many situations (e.g. PDF embedding) we need also to convert to CFF for the result to be usable.
-
foo.fea:
```afdko
languagesystem latn dflt;
feature liga {
script latn;
sub a by x;
} liga;
feature liga {
script latn;
language dflt;
sub b by y;
} liga;
```
``…