I've tried setting the printer font by using SetPrintAttribute (ATTR_PRINT_FONT_NAME, VAL_EDITOR_FONT); and SetPrintAttribute (ATTR_PRINT_FONT_NAME, "Courier"); In both instances, what prints out is not a fixed-width font. The style of the font never changes.
For the columnated data I am printing, it is necessary to use a fixed-width font. Any help here?