Results 1 to 2 of 2

Thread: Fotsize and NT

  1. #1

    Thread Starter
    Hyperactive Member Matt-D's Avatar
    Join Date
    Nov 1999
    Location
    Mettmann, Germany
    Posts
    305

    Post

    Why does Windows NT 4.0 (SP 6) ignore this line:
    ...
    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).]

  2. #2
    Hyperactive Member
    Join Date
    Jun 1999
    Posts
    308

    Post

    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.




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width