-
Notifications
You must be signed in to change notification settings - Fork 46
Weird hinting problem for block characters #9
Comments
Trying to do specify fonts like this:
doesn't seem to help. (I believe these options don't work in this context...) |
Confirmed that disabling antialias in font config removes this issue. However, it screws ups every other font and every other character. Is it possible to specify antialias settings in lemonbar's |
I will look into how urxvt handles that |
Please note that urxvt uses |
If I change the call to |
Is there a fix coming for this? FWIW, a workaround for this is to use a bitmap font to draw the box characters, using %{T}. Bitmap fonts seem to render fine. |
Well #12 fixes this. I would really like to integrate it and the ucs branch into the main branch, however I am not using lemombar anymore and did not invest much time into it over the last year. Do you think people use the xft-fork to render bitmap fonts? Would be a huge simplification to just remove the bitmap code. |
#12 would probably suffice for my use case, which is just generating simple blocks. |
I try to display a progressbar using █ characters like this: ███(change color)███.
However, it's rendered weird no matter what font or size I use:
Note how it works in urxvt properly, while it's rendered with blue tint in lemonbar. Here's my font config:
The text was updated successfully, but these errors were encountered: