View Single Post
Old 08-02-2022, 06:53 AM   #49
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,836
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Lauraq View Post
"And exactly what real font was by that virtual font could be different on different machines" ???
Are we in a science fiction movie and I haven't noticed?
Are you telling me that Windows, based on my hair color or my nails, decides which font to use?

I don't know what Qt6 is but I know that the problem is caused by the latest version of Caliber because the previous version shows the font that I use. So a change was made by the creators of Caliber which disabled the use of the font, I ask if it is possible to restore it. And please don't make me look like a madwoman asking for absurd and unattainable things. Otherwise I'll keep the old version of Caliber
Qt is a software component that calibre uses to manage the user interface - windows, fonts, icons etc etc, etc. It is widely used by applications that run on multople platforms (Windows, Linux, Macs, Unix etc)

Amongst other things Windows makes its decisions regarding Substitute Fonts on what language settings you use. Microsoft have 'discontinued' the ongoing use of Substitute Fonts, the continued support for them is to allow older application software to continue to run.

If you look in the registry at this location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes\MS Shell Dlg2 you will see which 'real' font is mapped to the substitute font MS Shell Dlg2. In my case it is Tahoma.

BR

Last edited by BetterRed; 08-02-2022 at 07:18 AM.
BetterRed is offline