Problem: The Win32 and Mac versions of my app are visually different due primarily to fonts. I develop on Mac and all the default fonts don't exist on Windows.
Solutions: I've tried several things so far, some work better than others, but I really don't like any of them currently:
- Choose a font that does exist commonly between platforms (like "Courier"). Yuck.
- On openStack run through fields and buttons and change the font if "Win32". Annoying.
- Import a TT font that I like into the stack and be able to use that on all platforms. Ideal.
Thanks!
Jeff M.