Get kerning offset value for given character pair and font in .NET

限于喜欢 提交于 2020-01-02 05:29:53

问题


How can I get kerning adjustment of space between 2 given chars in .NET? In WPF application?

For example, lets say I have font Times New Roman of size 22 that is bold. What kerning will be used for characters A and v ? How can I get this value in my WPF application ?

If you wander why do I need it: I want to make H.B.'s answer to my question Create guitar chords editor in WPF to work with kerning.

来源:https://stackoverflow.com/questions/5809498/get-kerning-offset-value-for-given-character-pair-and-font-in-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!