Results 124 issues of Simon Cozens

In a class-based (format 2) substitution, class 0 can be used to specify "all glyphs not in this set". This allows you to effectively do "wildcard" contextual substitutions (and positionings),...

As discussed with @punchcutter on Twitter, if you have a contextual lookup such as: ``` sub a' lookup luB b' lookup luA; ``` this is currently encoded as ``` ```...

- [X] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [X] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** Markdown blockquotes emit a U+258C (LEFT...

Needs triage

### Prerequisites * [x] If you are reporting an issue that affects glyphs for characters for a particular region or regions, did you verify that the characters are within the...

This is hard, but it's really key. No release until this is possible.

enhancement

# New builder sketch The current builder does a good job of taking source files and producing a range of outputs suitable for Google Fonts use. However, it statically encodes...

See e.g. https://github.com/google/fonts/pull/5758#issuecomment-1942033279 fontbakery is claiming that cyrillic-ext and greek-ext are unnecessary in the METADATA.pb, but it's the packager that put them there, not me, so one of them is...

This is quite a major change which splits the packager up into multiple modules, tidies up the handling of upstream.yml files by making that into a class, removes the "interactive...

Fixes #654. First commit is unrelated but makes testing nicer...