-
Re: "Class 0" in GSUB/GPOS
Answering my own question after a bit of experimentation, it does appear to mean “every other glyph in the font”. Which is a) cool and potentially very useful, b) extremely unwieldy to express in fea…1 -
Re: Unexplained phrase in GPOS explanation
Yes, that’s an invalid font and you should probably raise an issue with Unicode. Additionally, I’d argue that there is a bug in fontTools if you can generate that font in the first place. If you can …1 -
Re: Dreaming of a new feature syntax
Just a note that I am playing with this in this repository, and am currently having a lot of fun. Here is an example of combining extensible Python plugins with regexp-based classes. Input feature fi…1 -
Re: Dreaming of a new feature syntax
Some more ideas: * Specify classes using regular expressions. This allows you to use your glyph names to set up your classes: @MARKS = /\.mark/; * I'm moving from the idea of a "feature file&quo…2 -
Re: The Future of Font Naming: is it still unethical to use the same font name?
BRB, just designing Tenet and Rotas.1