I am currently developing an application for Windows 8.1 and OSX Yosemite.
Firemonkey uses Segoe UI (12) and Helvetica (13) as the default font family and size.
Does someone know a way to change those default settings or completely deactive them:
Because the default fonts have different font sizes (12 and 13) it's hard to get an equal look and feel.
As you can see the other sizes all look pretty equal except default.
If you want to display a font with text size 12 in OSX you would have to do that by runtime. That's because if you set text size 12 in designer it would automatically switch to (Default) and change it to 13 when compiling for mac.