如何将 System.Drawing.font 转换为 System.Windows.Media.Fonts 或 TypeFace?
如何将 System.Drawing.Font
转换为 System.Windows.Media.Fonts
或 TypeFace
?
或者如何从 System.Drawing.Font
实例生成 System.Windows.Media.Fonts
或 TypeFace
实例?
How can I convert a System.Drawing.Font
to a System.Windows.Media.Fonts
or TypeFace
?
Or how can I generate an instance of System.Windows.Media.Fonts
or TypeFace
from an instance of System.Drawing.Font
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你无法实例化 Media.Fonts ,但我认为你可以获得一个 Media.FontFamily 这就是我实现它的方式。
you cant instantiate Media.Fonts , but I think you can get a Media.FontFamily this is how I achieved it.
我正在使用下面的代码
I'm using below codes