How to access the user font settings of the Internet Explorer?
- by Mil
I would like to access the Internet Explorer user settings for fonts, especially the font family, within a Browser Helper Object written in C#.
I have looked into SHDocVw.WebBrowser and IHTMLDocument( to 5) but I don't see what I'm looking for or missing the property.
The BHO is for Internet Explorer 7.
Thank you very much!
Edit: Richard asks why I need this information: The font-family you can adjust in the IE7 settings is used if the given font-families by the HTML document or CSS are not installed on the system. I need this application-based font-family which is used to render the text in the last instance (if all other information fail).