Using WPF, what is the most efficient way to measure a large number of short strings? Specifically, I\'d like to determine the display height of each string, given uniform
It is very simple and done by FormattedText class! Try it.