Kbase 13641: How to change print font when printing from PROCEDURE EDITOR
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
How to change print font when printing from PROCEDURE EDITOR
How to change the print font when printing from the Procedure Editor
The Procedure Editor will currently print with the same font that
is being used for viewing in the Procedure Editor. If you change the
font that is used for viewing, you will also change the font that is
used for printing from the Procedure Editor. You can change the font
for viewing/printing by Buffer->font menu option OR by changing
the font specified by 'editor4gl' in the progress.ini file.
If you want to change the font for printing ONLY and do not want to
change the font for viewing at the same time, then you must change the
code that the Procedure Editor uses for printing. This code is
available to you. Specifically, the file 'pfile.i` runs a procedure
adecomm/_osprint.p specifying a font as a parameter. You can change
this procedure call to _osprint.p to specify the font you want to use
during printing. You can hard code the font in or use any of the
global settings.
Progress Software Technical Support Note # 13641