Qt 支持哪些 OpenType 排版功能?
Posted
技术标签:
【中文标题】Qt 支持哪些 OpenType 排版功能?【英文标题】:What OpenType typographic features does Qt support? 【发布时间】:2014-08-23 08:31:48 【问题描述】:我很好奇 Qt 是否支持替代图形(表格或旧样式)等功能。
【问题讨论】:
【参考方案1】:简短的回答是:无。
Qt 使用 FreeType 来呈现字体。虽然 FreeType 库本身提供了 OpenType 扩展,但 Qt 中的 QFont
对象不提供任何用于 Open Type 扩展的 API。
QFont
设置Qt文档:http://qt-project.org/doc/qt-5/QFont.html
【讨论】:
以上是关于Qt 支持哪些 OpenType 排版功能?的主要内容,如果未能解决你的问题,请参考以下文章