-
Why does Windows NT 4.0 (SP 6) ignore this line: :confused: :confused:
...
Printer.FontSize = 20
...
FontItalic or FontBold works.
In Windows 3.1 ,the second system on my computer, the fontsize is like I want it to be.
Where is the problem ???????? :d
Thanks for some advice, Matt
[This message has been edited by Matt-D (edited 02-06-2000).]
-
Well, I believe it is not about NT.
If you code the line:
Form.FontSize=4
it will be ignored by windows, because if you have not changed Font Name, there is no size of 4 availble for the default font ("ms sharif"}
But when it comes to a monitor, at least you know what is the default font.
Printer is a little bit of a different story. It can use "Soft Fonts" or "Printer Fonts", what ever printer is configured to.
I would recommend to change Printer.FontName to what ever you like. But you have to control Fonts when sending to printer.