Sarah Groß
Sarah Groß
OK but then I still think we should handle this more gracefully, by setting the macintosh names to available names, our at least rather log a warning instead of throwing...
It doesn't seem to be too uncommon by the way, I have another variable font with the same issue. Or it might have been the unicode table there, but I'll...
This will be fixed by #701 ``` Font.prototype.getEnglishName = function(name) { const translations = (this.names.unicode || this.names.macintosh || this.names.windows)[name]; if(!translations) { for(let platform of ['unicode', 'macintosh', 'windows']) { if(this.names[platform] &&...
Good question... Both of them made changes to bidi.js which I also altered, and both of them could probably benefit from the common helper function that I introduced. I think...
up-to-date with current master, blocked by #535 and #557
I somehow managed to mess up this branch... Going to convert to draft until I find time to fix this.
I wouldn't hardcode it or make it un-disableable (is that an actual word?). An application like a font editor might want to disable them temporarily for debugging or demonstration purposes....
> We do have it implemented, but we need more formats added to it see #491 As far as I can see, #491 adds read support, but not write support....
Could you provide an example file and what is being parsed vs. how it's supposed to be?
> If this tagging process is correctly done, I don't see why an end-users would need an untagged version. Due to breaking changes, we're currently on our way to a...