Results 1 to 3 of 3

Thread: Print the content of PictureBox

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 1999
    Location
    Preddvor, SI, Slovenia
    Posts
    18
    Hi
    When I write some text in Picturebox control (picturebox1.print "Hello") and then try to print the picture (printer.paintpicture picturebox1.image,0,0) it doesn't look smooth on paper - the letters are made of big pixels. How can I fix it so the printed letters would be smoother?
    Thanks.

    Jure

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Make sure that the PictureBox is set to use a TrueType font.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    Guest
    Printer fonts (as opposed to Screen Fonts) will work too. (But TT is considered to best because it shows up well on the screen and 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