Possible Duplicate:
How do I detect if the user's font (DPI) is set to small, large, or something else?
I'm looking for a way to retrieve the setting as used in the picture below?
Thanks?
Check under class SystemFonts. I don't think you need more than the default namespaces for this.
string name = SystemFonts.IconTitleFont.FontFamily.Name;
float size = SystemFonts.IconTitleFont.Size;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With