I'm using a WebBrowser that has had "contenteditable" applied to the
body so I can use it as an editor. Does anyone know how I can get the
font name of the current font so that I can preset my font combo box?
Thanks
Probably just check the .get property of the font object. For example:
http://msdn.microsoft.com/en-us/library/system.windows.controls.control.fontfamilyproperty.aspx
RL