windows下可以使用QStandardPaths来获取字体所在路径。未测试其他系统。 qDebug()<<"FontsLocation"<<QStandardPaths::standardLocations(QStandardPaths::FontsLocation);
qt 获取字体所在路径 QStandardPaths::standardLocations
最新推荐文章于 2024-05-07 22:19:25 发布
windows下可以使用QStandardPaths来获取字体所在路径。未测试其他系统。 qDebug()<<"FontsLocation"<<QStandardPaths::standardLocations(QStandardPaths::FontsLocation);