Nikolaus Waxweiler

Results 161 issues of Nikolaus Waxweiler

I noticed that period and colon don't line up: ![bildschirmfoto vom 2018-12-02 19-49-39](https://user-images.githubusercontent.com/380829/49344193-ee9cff00-f66b-11e8-8b57-3cba6df2a80d.png) It's less noticeable for comma and semicolon. Looking through the UFOs, I found that additionally, colon and...

This helps keep things in once place, i.e. helps maintenance. Internally, we put shared feature code into `src/family.fea` and possibly `src/family_italic.fea` and then just include them in each UFO's feature.fea...

These are just noise if you're using Git. You can keep Glyphs from inserting them by setting the "Disable Last Change" parameter in the font or inserting the `com.schriftgestaltung.customParameter.GSFont.lastChange` lib...

Currently, when running tasks in parallel, output is printed as it comes in, leading to output of different tasks to be mixed together. Gmake has the option to group output...

enhancement

Hi, I don't have a Lobste.rs account so I'll comment here: https://harfbuzz.github.io/utilities.html#utilities-command-line-hbsubset is developed as a replacement for pyftsubset and it's much faster (fast CJK subsetting was a design goal)....

Similar to `fontTools.subset`'s `--layout-features[+|-]=[,...]` and `--layout-scripts[+|-]=[,...]` switches, but with a twist: `-=` means "everything except what I specify henceforth".

subset

Hi! First, thanks for the guide, I enjoyed it :smiley: I am wondering if there are test-images or something that extensively test if things are implemented correctly? The code I...

good first issue

Currently, passing a Path (args.old_font) to e.g. Face() raises an exception: ``` Traceback (most recent call last): File ".\glyphdiff\fttest.py", line 43, in old_font_ft = freetype.Face(args.old_font) File "C:\Users\nikolaus.waxweiler\AppData\Local\Python\Python36\site-packages\freetype\__init__.py", line 981, in...

Why are there two entries for regular in the `STAT` table (here taken from the Italic VF)? ``` [...] ``` is it because `LinkedValue` isn't available in format 2? Reading...

question

Adobe apps need a unique name ID 25 per font variant or they mix up everything if they are installed together.