有关qt字体的信息
我正在尝试一些有关 qt 中字体的信息,但找不到,有人可以帮助我吗,我正在使用最后一个 qt-creator,它是如何工作的,qt-creator 有一些来自程序内部的字体,或者它取决于我电脑上的字体,提前致谢
I'm trying some infromation about fonts in qt but can't find, can somebody please help me, I'm working with the last qt-creator, how does it work, qt-creator has some fonts from inside program, or it depends on fonts on my PC, thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Qt 使用系统上安装的字体。有关详细信息,请参阅 Qt 文档中的 QFont 和相关类。
Qt uses fonts installed on your system. See QFont and related classes in the Qt documentation for details.