Hello all, recent st convert here. Because fontconfig's emboldened fonts are hideous, I am trying to disable bold fonts entirely in st. This crude hack does it:
--- st-0.4.1/st.c
@@ -2752,7 +2752,7 @@
* 196 - 231 – highest 256 color cube
* 252 - 255 – brightest colors in greyscale
*/
- font = &dc.bfont;
+ font = &dc.font;
frcflags = FRC_BOLD;
}
Obviously, bold fonts are still loaded/unloaded, etc. Has anyone created
a cleaner and more comprehensive patch to disable bold fonts entirely?
Thanks.
--
Wolfgang Corcoran-Mathe
pgpzZNypWph4q.pgp
Description: PGP signature
