Closed bagasme closed 1 month ago
Hey @bagasme,
Thanks for the issue. Does it work when you use other font?
Hey @bagasme,
Thanks for the issue. Does it work when you use other font?
I don't have this issue when using traditional static fonts (like Source Code Pro). I can also reproduce this issue with another variable font (I test with Victor Mono).
Hmm, looks Rio isn't finding the correct bold font then. Marking as a bug
Implemented support to auto bold and italic on main
Hi,
On my Rio config (
~/.config/rio/config
), I use locally installed variable font (here GitLab Mono):When I run vttest no. 2 (
Test of screen features
), bold texts are displayed as regular weight instead of bold:On another terminal (e.g.
kgx
aka GNOME console), these render correctly:It seems like Rio (especially underlying sugarloaf library) treats variable fonts as static regular fonts (or does Rio not support variable fonts?). These can be confirmed when running Rio with debugging logs (
RIO_LOG_LEVEL=debug rio
). The log excerpt have:Here is the complete gzipped log of Rio session.