On 18.08.2020 at 15:15 Sascha Brawer wrote: > The fonttools python library [1] comes with ttx [2], a script for > printing the tables inside a font to XML. After you’ve installed > fonttools, something like [2] will print the character-to-glyph maps > in your font. That output (just the cmap table should be enough) > might help with debugging what’s going on here.
Thanks! So Werner is right. There is only an Apple and a Microsoft charmap inside the TTF. So I have to debug my FreeType version to see why it returns an additional Unicode charmap that clearly isn't in the TTF... -- Best regards, Andreas Falkenhahn mailto:[email protected]
