I would not mind trying to implement this if someone could give me directions on what to do and how the codebase is layed out.
Did you make any progress? I'd like to work on adding this...
The main issue is that while it does "just" set a default value for
pixelsize, that overrides thesizeattribute.In other words, your rule breaks patterns like
monospace:size=12...
This isn't a fontconfig "hack" but just a default font property in the fontconfig spec: https://www.freedesktop.org/software/fontconfig/fontconfig-user.html
The way I see it, when I scale an...
Ok I think I tracked down the source of the issue. The problem seems to come from setting the pixelsize of the font in the fontconfig instead of foot.ini.
This is my fontconfig
<?xml...
I can't reproduce in Sway or River. Best guess is Hyprland isn't sending the appropriate output leave/enter events, or an updated output "scale" event.
Running foot with
WAYLAND_DEBUG=1...
Please attach your foot config.
I can reproduce this with default config.
I would not mind trying to implement this if someone could give me directions on what to do and how the codebase is layed out.
Thank you for the clarification and great support. I changed the title to make this issue more search engine friendly. Feel free to close this issue if you want.
Have a good day o/
You can also try setting (in
foot.ini)[tweak] grapheme-width-method=double-width
This totally fixed the emoji width issue. Yay! Maybe this value should be the...
I had already tried that but even manually setting my fonts up in foot.ini like this
font=JetBrains Mono:size=11, NotoColorEmoji:size=8
The emojis still overlap each other no...
Any idea why this would happen?