小大写字体属性?
我正在寻找一种方法来创建 .NET Font 对象,当您选中“小型大写字母”复选框时,该对象会像在 Word 中一样格式化文本。 我没有在字体对象上看到格式样式来执行此操作,我想知道是否 A. 我遗漏了一些东西或者 B. 有一个第三方库(最好是免费的)可以代替。
I'm looking for a way to create a .NET Font object that formats the text like in Word when you check the "Small Caps" check box. I'm not seeing a Format Style on the Font object to do it, and I was wondering if
A. There is something that I'm missing or
B. There is a third party library out there (preferably free) that will do it instead.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用的是 WPF,请查看 版式.大写字母。 另请查看此问题以了解一些陷阱: WFP/XAML : Typography.Capitals 似乎没有效果。
我不确定这是否适合您,但您可能很幸运。
If you're using WPF have a look at Typography.Capitals. Also look at this question for some of the pitfalls: WFP/XAML: Typography.Capitals seems to have no effect.
I'm not sure if it's going to be an appropriate solution for you, but you might be lucky.
没有这样的财产。 但是,您可以通过在较小的字体上使用普通大写字母来伪造小型大写字母。
There isn't such a property. However, you can fake small caps by using normal caps at a smaller font.