Adam Twardoch
Adam Twardoch
I think it would make sense. This would of course require reversing the sub rules. In my initial implementation I only remapped the Unicodes, so the original encoded glyphs are...
Yeah, that's what I mean. I've never done this and if you feel like doing it, please kindly make this optional (onable or offable, I don't care) for the TTC...
If you have "a" and lookup1 associated with ss01 replaces "a" with "a.ss01", and lookup2 associated with ss02 replaces "a" with "a.ss02", then when you enable both features and you...
PS. The tool does not remove any glyphs, because a glyph from which it "steals" the Unicode may (or may not) be also used as an output glyph in some...
In the end, it really depends how the features are written in the font, on the order of the original lookups. The tool only changes the entry points to the...
So let's say I'm writing an UFO version 3 for a font that has only Hebrew letters and some Latin punctuation. I have 3 kerning pairs: LEFT: /mem-hb, RIGHT: /dalet-hb,...
1. But if I have to store, trying to follow the spec as best as poss is still a better choice than going simple/visual? 2. For visual, we’re waiting for...
Did you try Ctrl-click the .app then choosing Open > Open, and then repeating this if needed?
I think it’d be best to find out WHY it’s happening. There are multiple modules: - https://en.wiktionary.org/wiki/Module:ar-translit - https://en.wiktionary.org/wiki/Module:ks-Arab-translit - https://en.wiktionary.org/wiki/Module:fa-translit - https://en.wiktionary.org/wiki/Module:pa-Arab-translit `ar-translit` has an unusual `tr` function: `function...
Yeah, there are a few different Arabic-script transliterators and the whole notion of Arabic needs some special handling in our Py code.