使用 C# 在 Win Forms 中预览字体
首先为我糟糕的英语感到抱歉。 我想使用 C# 使用 WinForms 或 WPF 创建桌面应用程序。此应用程序必须以与 http://www.dafont 相同的方式工作.com/theme.php?cat=115&text=Font+Test 站点。用户将输入示例文本,我将在列表视图或网格中以该计算机中安装的不同字体显示该文本。您能指导我这样做的最佳实践是什么吗?
First of all sorry for my poor English.
I want to create a desktop application using WinForms or WPF using C#. This app must work in same way like http://www.dafont.com/theme.php?cat=115&text=Font+Test site. User will enter a sample text and I will show this text in different fonts installed in this computer in list view or grid. Could you please guide me what is the best practice for doing it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 WPF 中,它只是 XAML:
In WPF it's a XAML only thing: