GNOME Bugzilla – Bug 756010
remove faux bold
Last modified: 2018-03-21 20:27:45 UTC
If the font doesn't have bold, we do the overdrawing which draws one pixel to the right outside the cell. We should just remove that and either require the font to have bold, or just not draw bold if the font doesn't have bold.
Created attachment 369957 [details] [review] Remove faux bold How to test: Pick a font that doesn't have bold counterpart, maybe because it's already bold: ./src/app/vte-2.91 -f 'Monospace Bold 10' Produce some bold text, it's no longer even bolder. This is the second of two patches, the first one is in bug 682692.
Comment on attachment 369957 [details] [review] Remove faux bold Master only, please. Thanks for the patch!
> Master only, please. Obviously! :) Submitted.