C#/.NET/Mono:没有 WPF 的字形/字体信息?
有没有办法检索 此类中提供的相同信息,但不依赖WPF?我的应用程序需要在 Mono 下运行,而 Mono 目前尚未实现这一点。
(理想情况下,替代方案应该是可移植的并且可以在 MS.NET 和 Mono 下运行...)
谢谢。
Is there any way to retrieve the same info available in this class, but without relying on WPF? My app needs to run under Mono, which doesn't currently implement this.
(Ideally, the alternative should be portable and run under both MS.NET and Mono...)
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
结果 Mono.Cairo 以独立于平台的方式提供了这些信息(好吧,不是真的,但它是可移植的)。
Turns out Mono.Cairo provides this information in a platform-independent fashion (well, not really, but it's portable).