C# 将字体安装到 Windows 字体文件夹中
当我的程序启动时,我需要在客户端计算机上安装字体,并且我知道我需要使用 PInvoke 来完成此操作,但我无法理解 PInvoke 到底做什么,而且我不太理解示例 此处。有人能够将其降低到新手水平吗?
谢谢!
I need to install a font on a client machine when my program is started and I know I need to use PInvoke to accomplish this but I am having trouble understanding what exactly PInvoke does and I don't really understand the example HERE. Would someone be able to dumb this down to a newbie level?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不直接使用PrivateFontCollection?
Why not just use PrivateFontCollection?