printer-handle
|
The printer handle returned when the printer was opened.
|
name-len
|
The length of the font family name.
|
name-text
|
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.
|
font-style
|
Set of bits defining the required font style:
- Bit 15
- The high-order 32-bits contain a printer character set as defined by Windows
- 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.
|