Qt- Where can I find the list of fonts I can use?
When setting a font in a开发者_运维问答 Qt
application, where can I find the list of fonts I can choose from?
Thanks.
You can use the QFontDatabase
class to get information about available fonts in the underlying window system.
精彩评论