I derive my fonts from the system using:
cSysFont := GetSysFont( )
DEFINE FONT oMfont NAME cSysFont SIZE 0,-12 BOLD
All dialogs inherit from this same font, and all displays were sized to work properly.
With version 11.03, this changed. Now a new font is used, and it clips all of my predefined text. Prompts no longer fit in the button space allocated, and labels for fields ( defined in the .rc file ) are being chopped.
I saw no mention in the notes of any change. Reverting back to 10.12 resolves the problem, which means once again I have no 2011 useable FWH.
Can anyone tell me what has happened here ? It is clearly a change between 10.12 and 11.03.
Thank you.