Microsoft's guidelines for apps running under Windows 8 and 10 state that they should be using the font Segoe UI.
I am wondering how we can do this with FW without conditionally assigning a new font to every window and dialog.
I am interested to know how font inheritance works. If, for instance, we assign a new font to an app's main window, then do all other windows and dialogs inherit this font? Or, do we have to assign a new font to every window and dialog?
Would it help if the Window class had the font assigned as CLASSDATA? Wouldn't then all other windows inherit the newly assigned font? Dialogs? How would this affect existing apps?
One other concern is that if the font is dynamically changed depending on the Windows version, is this going to affect the formatting design?
Other thoughts on this welcome.
James