Just Another Foundry
Just Another Foundry
I just noticed that on my computer, all .woff and .woff2 files on my computer are shown as kind “OpenType Font” in Finder. This practically eliminates the possibility to sort...
Seems that currentTab.layers.values() returns the underlying text.
It seems Glyph internally uses `9223372036854775808`, or `LLONG_MAX` as ObjC calls it, in certain scenarios to indicate “no value” or similar. I believe it would be much cleaner to have...
https://github.com/schriftgestalt/GlyphsSDK/blob/7bcddcbc819265a68985e7c4443b67a1e8760974/ObjectWrapper/GlyphsApp/__init__.py#L7782 If I try `del(layer.paths[0])`, as suggested in the documentation, I get this error: `TypeError: 'GSProxyShapes' object doesn't support item deletion` Seems like the documentation needs to be updated? Ideally...
This comment here is confusing me: https://github.com/schriftgestalt/GlyphsSDK/blob/eb1d518712de8b0e558cc4d1a2933b54a1e5e472/ObjectWrapper/GlyphsApp/__init__.py#L10478 Are you sure it’s `| 8`? For me, this doesn’t work but `& 8` works. Also, this refers to the “fit” checkbox, right?...
Is it just me, or has Callipers stopped working? I can still draw a green line but it disappears instantly, and if I draw another one it is green again.
I am working on a single-style italic font. With `fontbakery check-fontbureau`, I get ``` FAIL Font is not italic, so post.italicAngle should be equal to zero. [code: non-zero-upright] ``` Even...
Hi Rafał, first, this is a really cool plug-in! I have been using it a lot. I [forked it](https://github.com/justanotherfoundry/StemThickness) and added the capability to measure distances against the neighbouring glyph....