大名称中字母间距递减
我有这样的麻烦:在大名称中,如图所示alt text http://www.freeimagehosting .net/uploads/2c46b75236.jpg
,不知何故,Tahoma 字体的字母间距正在减小。 这个问题出现在我使用的两个组件中,所以我不认为这是组件的错误。 我用其他字体测试过, Arial - 情况相同;
MS Sans Serif - 相同;
Trebuchet MS - 情况良好,符号输入正确;
Times New Roman - 情况也不错,但字体有凹口
你能帮忙吗?在没有 WPF 的情况下使用 .NET。
I have such trouble: in large names, as shown in imagealt text http://www.freeimagehosting.net/uploads/2c46b75236.jpg
, somehow letter-spacing for Tahoma font is decreasing.
This issue is shown up in two components that I use, so I don't think this is bug of the components.
I have tested with another fonts,
Arial - situation the same;
MS Sans Serif - the same;
Trebuchet MS - situation is good, symbols type correctly;
Times New Roman - situation is good too, but font with notches
Can you help? Using .NET without WPF.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用什么控件?它们是:
您只在那里显示了一张屏幕截图。那是哪个控件?
有机会提供一些示例源代码吗?显示 GtkTreeView 中行为的东西最好,因为它是免费的......
What controls are you using? Are these them:
You've only shown one screen shot there. Which control is that?
Any chance of some example source code? Something which shows the behaviour in GtkTreeView would be best as it's free...