PRINTTEXTOUT

Determines the method used to print text. When turned on (set to 1, the default), text prints using TextOut GDI functionality and smooth fonts rendering. When turned off (set to 0), text prints using a polygonal approach, which in some cases and for some fonts produces better results but slower printing. If text doesn't print as desired, try printing with PRINTTEXTOUT turned off.

Type:     Integer

Saved:     In the registry

Range:     0 (Off) and 1 (On)

Default:     1