Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
比如setFont(QFont("Helvetica",16,1)),我想总结一下这些字体。但是,我不知道有多少种字体。有大佬告诉我吗 或者给我一个链接。谢谢 !!
setFont(QFont("Helvetica",16,1))
用于QFontDatabase查找系统上安装的字体。特别是,检查QFontDatabase::families().
QFontDatabase
QFontDatabase::families()