wezterm
wezterm copied to clipboard
Glyphs look bad and box drawing
What Operating System(s) are you seeing this problem on?
Linux X11
Which Wayland compositor or X11 Window manager(s) are you using?
qtile
WezTerm version
wezterm 20240812-215703-30345b36
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
No, and I'll explain why below
Describe the bug
box drawing doesn't look that good and also some glyphs, too. like u+25e5 and some others that contain diagonal lines
look weird.
wezterm:
kitty:
wezterm line drawing (this might be intentional):
kitty line drawing:
i am using jetbrains mono nerd font
To Reproduce
print triangle unicode characters (like u+25e5) and box drawing glyphs (again it look weird too because i switched from kitty)
Configuration
c.freetype_load_target = "HorizontalLcd" -- better anti-aliasing
c.custom_block_glyphs = true
c.anti_alias_custom_block_glyphs = true
i can't disable custom_block_glyphs
, then it looks terrible and anti_aliasing doesn't do anything for triangle glyphs,
freetype_load_target
has to be HorizontallLcd for some characters too look good (that depends on monitor)
Expected Behavior
display triangle glyphs correctly like kitty does
Logs
No response
Anything else?
No response