I have my controls / layout setup in a fluid manner, but the font size stays the same. Does anyone know how I can have the font change automatically with resolution?
You'd theoretically need to investigate system properties to find out what the resolution is, and to be notified of events raised when this is changed. Doing this is outside the scope of functionality that our toolset provides; you might find more information on this by searching MSDN or other resources.
Once you know what font size you'd like to use, you can adjust Appearance objects on our controls and components to reflect that updated font size.