! (c) Circle Software July 1989
!
! Premier command file defining printer functions available in Premier.
! If any function is not available on this printer, a null string is defined.
!
! Printer: HP LaserJet
!
! The following strings define code sequences for controlling various
! printer functions, and should be used with the premier 'send' command,
! and (usually) incorporated into dynamic text items. Please see the
! reference manual for further details.
!
! These strings conform to the convention that pre-defined variable and 
! macro names are in upper case, while printer codes start with the letter
! 'P'. The following letters represent Font codes, while 1 & 0 = on & off.
!
! User defined codes should be included using lower case names, to avoid
! name clashes with future releases of this file.

str "PIN"   = "\27E"			! Initialise printer.
str "PFU1"  = "\27&d1D"			! Underline on.
str "PFU0"  = "\27&d@"			! Underline off.
str "PFB1"  = "\27(s3B"			! Bold on.
str "PFB0"  = "\27(s0B"			! Bold off.
str "PFI1"  = "\27(s1S"			! Italic on.
str "PFI0"  = "\27(s0S"			! Italic off.
str "PFSB1" = "\27(s-1U"			! Subscript on.
str "PFSB0" = "\27(s0U"			! Subscript off.
str "PFSP1" = "\27(s+1U"			! Superscript on.
str "PFSP0" = "\27(s0U"			! Superscript off.
