molarmanful / kirsch

A versatile bitmap font with an organic flair.
SIL Open Font License 1.1
45 stars 0 forks source link

arrow left ascii character misses the 2 leftmost pixels #4

Open Damnjelly opened 4 months ago

Damnjelly commented 4 months ago

Certain characters are missing their leftmost pixel in kirsch, below an image of the characters with tis issue, and their mirrored counterpart:

image

molarmanful commented 4 months ago

What terminal/platform/etc. is this? I suspect it has to do with the font renderer, but I'll have to look into it to be sure.

Damnjelly commented 4 months ago

I'm using foot on wayland

molarmanful commented 4 months ago

Do any other characters that are really wide (specifically towards the left) have this issue? I'm looking at foot's troubleshooting wiki, and this came up - worth trying if you haven't already. If that doesn't work, then I'll have to see what else I can do.

Damnjelly commented 4 months ago

I've tried setting to overflowing-glyphs=yes, this did not solve the issue unfortunately.

molarmanful commented 4 months ago

Dang, I'm stumped; I'll leave this issue open for now. It may be possible that some other terminals/platforms/etc. have similar issues, but I haven't run into anything else like this yet.

molarmanful commented 4 months ago

Oh actually, just to verify, is this with the bitmap or vector version of the font? (And if it's with the bitmap version, does the vector version also have this issue?)

Damnjelly commented 4 months ago

I tried both the obt and ttf font, both don't show the full glyphs. It might be an issue on Foot's side. I tried Alacritty, which does show the full glyph. Ill make a issue on foots repo. Thanks a lot for looking into it aswell!