I'm able to convert the font (in points) to double like this:
double pointSize = (double)new FontSizeConverter().ConvertFrom("8pt");But how to go back to point having a double?
Take a look at WPF FlashMessage
About.me
I'm able to convert the font (in points) to double like this:
double pointSize = (double)new FontSizeConverter().ConvertFrom("8pt");But how to go back to point having a double?
Take a look at WPF FlashMessage
About.me