I use CVI 5.5 with W98 or WNT 4.0.
I have A DESKJET 840C HP PRINTER.
I want to print a table with the instruction "SetPrintAttribute".
I use the policy "Courier New". This policy is not proportional but the next result is bad :
/*******/
SetPrintAttribut(ATTR_PRINT_FONT_NAME, "Courier New");
PrintTextBuffer ("----------:----------:", "");
PrintTextBuffer (" 4567 : ABCDEF :", "");
PrintTextBuffer (" azer : wxcvt- :", "");
PrintTextBuffer ("----------:----------:", "");
/*********/
The columns aren't alined.
This exemple is working with HP LaserJet 4m and the others printers. Is it normal ?
Sorry for my bad english.