在 windows / direct3d 中使用 ttf 文件中的字体
我正在使用 direct3d 9 并使用 D3DXCreateFont 创建一个字体对象,我可以用它来将文本写入屏幕。 但是我想使用 TTF 文件中的字体而不是已安装的字体。 有没有办法从 TTF 文件创建字体对象,而无需先将字体安装到我不想做的 Windows 中?
I'm using direct3d 9 and using D3DXCreateFont to create a font object that I can use to write text to the screen. However I want to use a font I have in TTF file instead of an installed font. Is there any way to create a font object from a TTF file without first installing the font into windows which I don't want to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 AddFontResourceEx 函数。
回复:MSDN 字体安装和删除
Try using the AddFontResourceEx Function.
re: MSDN Font Installation and Deletion