Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个原型应用程序来生成提供 TTF 的位图字体。我正在使用我使用多年的 Qt 库。然而,我意识到我以前从未参与过“角色”问题。
我正在尝试的很简单:
我需要将 1252 代码页的每个字符都绘制到 PNG 文件中。我对与编解码器、文本解码器等相关的不同问题有点迷茫。
欢迎任何建议!
Z。
QTextCodec::codecForName("Windows-1252")
char(32)
char(255)
char[225]
QString