更改字体属性以改变字符串中字符之间的间距?
有谁知道我如何(如果可能)更改字符串或文本框输出的字符间距?一种可能性是创建自定义字体,但我不确定其中一个重载中是否有属性允许我更改字符间距?!任何回复都会很好,提前感谢大家!
Does anyone know how i am able (if possible) to change the character spacing of a string or textbox output? One possibility is by creating a custom font, but i am unsure if there is a property in one of the overloads that will allow me to change character spacing?! Any response would be great, thanks in advance guys!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我打算将您发送到 的路径CHARFORMAT2 您可以在其中设置
sSpacing
值,但根据该页面:所以基本上,我认为你不能,抱歉。
Well, I was going to send you down the path of CHARFORMAT2 where you can set the
sSpacing
value but according to that page:So basically, I don't think you can, sorry.