As you know, the default font in Windows XP
and Windows 7
is Tahoma
. But in Windows 8
and 8.1
, it changed to Segoe UI
.
Even though my application is running on Windows 8.1, the default font in it, is Tahoma
.
So my question is how can I recognize default windows font with delphi? So my labels
, textboxes
,etc... will show in Tahoma font when my app is running under windows XP and they'll show in Segoe UI
font when my app is running under windows 8
.
By the way I tried to change the font to default
but it didn't help.