Dirk,

> Is it possible to determine the text/font size ?
>
> From the System Info.

"Get System Info (DPI Setting)" lets you retrieve the screen resolution DPI.
But you can't retrieve the "font size" (and the font size value itself does
not really change when you have a non-standard DPI). You define the font
size when you compile the application and it is "fix".

Friedrich