qt qFont 微软雅黑 字体14
时间: 2023-07-12 14:39:48 浏览: 218
微软雅黑字体
4星 · 用户满意度95%
您可以使用以下代码将QFont设置为微软雅黑字体,大小为14:
```cpp
QFont font("微软雅黑", 14);
```
如果您想将此字体设置为QWidget的字体,可以使用以下代码:
```cpp
widget->setFont(font);
```
请注意,您需要在系统中安装了微软雅黑字体才能使用此字体。
阅读全文
微软雅黑字体