All line printers have a built in "condensed font", usually 17cpi. Using LPRINT
in condensed mode creates a very readable report (not too small). Using XPRINT
however, I need to specilfy a FONT. Using Courier New at 7 Points yields the
necessary 17 cpi but is very hard to read (small characters). Since I need
a Fixed Font I don't have much choice. How would the gurus handle this? This needs to be done using DDOC. I have tried playing with the LOGFONT settings
to no avail. Would like to use a standard windows font instead of a purchaed
one that would need to be loaded on every machine (I'll do it as a last resort).
If I only could get the character height larger without changing anything else,
it would look better.
in condensed mode creates a very readable report (not too small). Using XPRINT
however, I need to specilfy a FONT. Using Courier New at 7 Points yields the
necessary 17 cpi but is very hard to read (small characters). Since I need
a Fixed Font I don't have much choice. How would the gurus handle this? This needs to be done using DDOC. I have tried playing with the LOGFONT settings
to no avail. Would like to use a standard windows font instead of a purchaed
one that would need to be loaded on every machine (I'll do it as a last resort).
If I only could get the character height larger without changing anything else,
it would look better.
Comment