Does anyone have an idea what parameters to use when defining a printer font that will make the printer print in the equivalent old DOS font size?
What I am trying to say is (for example):
In DOS we had Chr(27) + Chr(15) (usually) which was 'compressed' print and Chr(27) + Chr(18) (usually) which was 'normal' print. What is the equivalent 'Define Font oFont ... Size ...' etc. etc. for 'normal' and 'compressed' fonts.
I don't mean that I want to print using DOS (using TDosPrn) but what the closest fonts to 'normal' and 'compressed' using FWH and Windows printing.
Basically I need a 'normal' and 'compressed' font that does not use proportional spacing.
I hope my question makes sense.
Regards,
Dale.