Quote:
Originally Posted by kovidgoyal
Font rendering is done by Qt its not in calibre's control. And as far as I know Qt renders text using DirectWrite on windows, so it should look the same as the rest of windows.
|
I also came across a minor issue with bold text in comments field. Copying it here in case anyone needs it:
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
|