Harry Dalton

Results 20 issues of Harry Dalton

Currently, the output of the merge process is non-deterministic: if the tool is run twice with the same input UFOs, the outputs will differ. This is undesirable, as it produces...

Hello! When pyftsubset identifies LangSys records in GPOS/GSUB that are equivalent to the default, [it removes them as redundant](https://github.com/fonttools/fonttools/blob/760c737/Lib/fontTools/subset/__init__.py#L2019-L2020). 1. Are we aware of any semantic reason to keep these?...

Hello! : ) When Font Validator tests a variable font, it sometimes produces false-positive warnings for Device table values. Variable fonts [may repurpose Device tables as VariationIndex tables](https://learn.microsoft.com/en-us/typography/opentype/spec/chapter2#devVarIdxTbls), for which...

When ufoLib2 reads a UFO that contains a glif file with invalid XML, we do not provide enough information to identify which glif file is causing the problem. ### Example...

Hi Georg! We found that omitting the `closed` property causes Glyphs 3 to assume a path is closed; can you confirm that this is what Glyphs expects in all scenarios?...

Hello! ## What does this change? I am having a stab at setting up a local dev environment, and so am working through the README. In doing so, I found...

Hello - I've had a stab at #206! This is largely a modification of `sphinx-quickstart` to automatically generate an API reference for the module, taking a few hints from fonttools/ufoLib2...

Closes #1654 ## What does this change? This commit replaces the `framer-motion` dependency with a custom CSS transition. To keep the implementation simple, the `visibility` property is being toggled instead...

*Spun off from #3635, see PR and originating issue for fuller discussion* `iup.py` accepts floats for positions and deltas, and retains their fractional part throughout its calculations: https://github.com/fonttools/fonttools/blob/11343ed64c10d3905f4fb4c8d2810c9612ee8acd/Lib/fontTools/varLib/iup.py#L460-L465 This is...

The first Read the Docs link in [the root project README](https://github.com/fonttools/fontbakery/blob/main/README.md) is 404'ing: https://fontbakery.readthedocs.io/en/stable/ Read the Docs' own docs say that [`stable` is automatically created from a project's tags](https://docs.readthedocs.io/en/stable/versions.html#versions-are-git-tags-and-branches), so...