Closed hestrro closed 1 month ago
This is usually the job of the platform. If you want to load fonts manually you can use QFontDatabase::addApplicationFont - f.e how it is done in the examples ( see SkinnyNamespace.cpp ). Conceptually it is the job of the Skins to initialize font roles with specific fonts that had been loaded before ( done in the createFont for the material skin ). In application code you deal with the font roles.
Can I apply the fonts from this website to QSkinny 。 https://fonts.google.com/ I found createFont() in material skin plugin