Quote:
Originally Posted by un_pogaz
Is it Qt that does the font-weight a numeric value in Calibre 5 and string value in 6 for the comments?
Because currently the comments inherited from 5 have a slightly erroneous rendering of the font-weight [picture].
Actually, it's much nicer so it's cool.
If it's Qt, I understand, I would just be careful when Qt7 will happen.
Windows 10, Calibre 6.1
|
I came across this in the beta:
https://bugs.launchpad.net/bugs/1980792
My solution was a search-and-replace:
Quote:
Originally Posted by ownedbycats
For anyone else who's run into bold text rendering weirdly in the comments field (this may be dependent on UI font used):
QT6 changed the font weight for 'bold' from 600 to 700. You can search comments:font-weight to find them and then apply this search-and-replace:
Attachment 194770
|