Great work! One bit of feedback on the TTF, though. The glyph for the "X-button" uses Combining Latin Small Letter X (U+036F). The combinator makes it pretty tough to use. E.g. it combines in the mappings like this: ßͯ
Viewing post in "Kitchen Sink" Monospaced Textmode Font comments
Sure thing, and thanks again for the excellent font!
For some additional context: The problem is that the glyph can't be input individually given that it is mapped to a combining character. And, when combined with another character, it is placed above it like thisͯ or this̽. See the "Block" and "Combining Class" in https://www.compart.com/en/unicode/U+036F, for example.
Mapping the glyph to any printable character that can be input individually would solve the problem. If I may suggest, the Multiplication Sign (U+00D7) "×" from the Latin-1 Supplement -block could be a good option.
Here's my exact test case: https://codepen.io/bearror/pen/b6f7292ecdbf35cf8bc192cdca4c1649
Thanks for that :) I've given you a shoutout in the changelog and the about file. New versions of the TTF and the character map have been uploaded.
https://polyducks.itch.io/kitchen-sink-textmode-font/devlog/223385/bugfix-11