Reputation: 3978
In WPF 4.0, the FormattedText class requires at least to have enough vertical space to show a line and enough horizontal space to show a character, else shows nothing.
Is there a way to force FormattedText to generate the text characters partially?
By the way, I want this to show big text (e.g. with Arial 72)
Upvotes: 2
Views: 214