Marc Foley

Results 158 comments of Marc Foley

Thanks, I'll take a look at it.

@eliheuer don't know if you'd like to work on this? we can pair on it if you'd like? This isn't urgent but it's definitely something we'll need. Perhaps we'll tackle...

> Oddly, I’m now getting a similar error with gftools fix-dsig, but that is probably for another issue. fix-dsig is gone. We now don't care if fonts lack this table.

@simoncozens ready for review?

What's the support like in glyphsapp/glyphsLib for this table? I can already predict what you're all thinking ![image](https://user-images.githubusercontent.com/7525512/158591570-a4e24e13-38e4-42a5-854a-f2539baf226d.png)

Simon recently opened a tonne of pull requests for the noto fonts in google/fonts. Unfortunately Browserstack has a race condition where screenshots were getting mixed up between different pull requests...

Confirmed. Using `fontmake -m Texturina.glyphs -o variable` I'm able to build the family. However, if I run the builder, I get the same tracebacks. I reckon this is happening because...

Issue is happening when the `DecomposeTransformedComponentsFilter(pre=True)` is used. If I run the following fontmake cmd, the issue occurs: `fontmake -m Texturina.designspace --filter "FlattenComponentsFilter(pre=True)" --filter "DecomposeTransformedComponentsFilter(pre=True)" -o variable` I then get...

A thought just occurred to me. In Texturina, the omacron is built from transformed components as we've discovered. When the `DecomposeTransformedComponentsFilter` decomposes the glyph, it may not be able to...

A way to solve this is to rewrite the filter so it decomposes the glyph with no transformations then it applies the transformations to the outlines. @moyogo I can take...