.NET 中 Windows 窗体上的三角/数学表达式
我正在 .NET Windows 中开发一个数学应用程序。我想显示这些表达式:
我必须使用哪种字体以及如何显示这些字体?
I am developing an application in .NET Windows for mathematics. I want to show these expressions:
Which font do I have to use and how do I display these?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我通过遵循代码项目文章让您的用户能够在您的网络和桌面应用程序中编写数学方程。
I achieved by this by following The Code Project article Enable Your Users to Write Math Equations in Your Web and Desktop Apps.
看看 Cambria Math Microsoft 在 Microsoft Word 方程中使用它。
要使用它,我的猜测是(我还没有尝试过)WPF 可能会给你最好的机会,因为它支持开放类型。
Have a look at Cambria Math Microsoft uses it in Microsoft Word Equations.
To use it my guess is (I haven't tried it) that WPF might give you the best odds as it supports open types.