-
I'd like to change character spacing of text displayed in a control. Is this possible using WPF? Here's an example, taken from the corresponding text parameter in Adobe Illustrator: |
Beta Was this translation helpful? Give feedback.
Answered by
miloush
Nov 6, 2024
Replies: 2 comments 3 replies
-
Not natively. You would need to use GlyphRun and adjust the spacing yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #293 (and more recently #9868). It would probably go to
TextElement
orTypopgrahy
. Not sure about word spacing as for some languages it requires linguistic analysis.