-
Re: Creating a font editor?
something about them is hard to make/laborious. To write a good font editor, you will need deep understanding of: * Programming (because you're writing a complex program) * Graphical user interface d…3 -
Re: Flipping alternates
If you want them to alternate, but with arbitrary ignored glyphs in the middle, then (and this is completely over-engineering it) give the glyphs that you want to ignore the "ligature" cate…2 -
Re: Encoding the unencoded
If it matters whether a character is atomically encoded or encoded through a decomposed sequence, then something has gone wrong with the implementation. For example, I don't think it's true that Acce…3 -
Re: Fontbakery feedback
Try this.6 -
Re: Full character set of Latin script
There isn't really any such thing as "the" "full" character set of the Latin script; it depends what languages you are targeting. If you want to cover everything that Unicode cons…9