Aaron

Results 20 issues of Aaron

I am tracking down a bug on Cascadia Code and noticed that JetBrains Mono appears to have a rendering issue in VS Code on Big Sur (macOS 11.4). Here's my...

I'm helping Google Fonts to sort out `stat` table issues across the variable fonts library, and found that Inconsolata has an odd situation going on where "Regular" and "Bold" appear...

The current GASP setting in the fix_unhinted_font tooling actually turns on hinting across the entire range. An unhinted font should have gridfit turned off, and smoothing turned on. This fix...

In converting Museo Moderno to the UFR format, I ran into an issue where the variable font was not generating instances in the `fvar` table. It turned out that the...

builder

It struck me today that, since Fontgoggles provides a handy way to compare a variety of different font files, that it would also be useful to be able to print...

enhancement

It could be useful to include a font here that contains the [TrueType mode debugging glyphs](https://github.com/unicode-org/text-rendering-tests/blob/master/fonts/Selawik-README.md#debugging-glyphs) as it can be useful for better understanding what's going on. For example, even...

Thanks so much for putting this together Mike! It is a thorough description of the process, and best practices for hinting. I also learned a couple of things :). One...

Since updating my python libraries to the point where the ninja builder is being used, I noticed that temp files are being deleted (specifically a master_ufo folder) despite having set...

Making the Ninja script aware if "cleanUp" has been set in project.yaml. Otherwise Ninja will *always* delete all the temp files, even if that is undesirable (such as when running...

Did a major overhaul of the repository structure and build system. Now split out the differentiated glyphs from the common glyphs and merges them together on build. Also did some...