PC_PRINTER_DEFAULT_FONT

Sets the default font for all PC_PRINTER_ routines.

Syntax:
call "PC_PRINTER_DEFAULT_FONT" using     font-family-name
                               by value  font-size
                               by value  font-style
                               returning status-code
Parameters:
Using call prototype (see Library Routines - Key) Picture (32-bit systems)
font-family-name Group predefined as cblt-printer-name containing: Group containing:
  cblte-pn-name-len   cblt-x2-comp5   pic x(2) comp-5.
  cblte-pn-name   pic x(n).   pic x(n).
font-size Numeric literal or cblt-x4-comp5 Numeric literal or pic x(4) comp-5.
font-style Numeric literal or cblt-x4-comp5 Numeric literal or pic x(4) comp-5.
status-code See Library Routines - Key
On Entry:
cblte-pn-name-len The length of the font family name.
cblte-pn-name The family name of the font to be used (for example, Courier, Helvetica, Times, Symbol, Times New Roman, Roman, and so on).
font-size Point size of font. If the point size is zero the font is reset to the system defaults.
font-style The font-style set:
bit 3 Bold
bit 2 Strikeout
bit 1 Underline
bit 0 Italic

All remaining bits are reserved for future use and should not be set.

On Exit:
status-code Printer Handling Routines Return Codes
Comments:

Default parameters are not validated until the default printer is opened.

See Also: