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.
我正在使用 direct3d 9 并使用 D3DXCreateFont 创建可用于将文本写入屏幕的字体对象。但是我想使用我在 TTF 文件中的字体而不是安装的字体。有什么方法可以从 TTF 文件创建字体对象,而无需先将字体安装到我不想做的窗口中?
尝试使用AddFontResourceEx 函数。
re: MSDN字体安装和删除