I have a program which attempts to set a 24-point Arial font into text boxes. Under NT, 2K and 98 it seems to work fine, but under 95 the font doesn't show. It's there, but too small to be seen.
Another program of mine used the same size font, but instead of calling SetFont() on a text box it actually drew the font on the screen manually. That program works fine even on 95 machines.
Can anyone think of a reason why it should fail for text boxes on a 95 machine?
Another program of mine used the same size font, but instead of calling SetFont() on a text box it actually drew the font on the screen manually. That program works fine even on 95 machines.
Can anyone think of a reason why it should fail for text boxes on a 95 machine?