Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits) (+1)

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

OHHHHHH I see! Thanks for the explanation. The X character appears above the previous character like a 2 in a square number. Yes, okay, I can fix that. Good suggestion for the replacement too. I'll put out a log when it's live.

-PDX

(+1)

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