Reputation: 971
I'm trying to find the amount of space/width that a string would take when its drawn on a WPF canvas?
Upvotes: 2
Views: 1678
Reputation: 971
I may have found an answer to my own question. The FormattedText class seems to have what I'm after.
Upvotes: 3