Printer Object
 
Syntax
 
Printer.Font FontName[,Size][,Bold][,Italic][,Underline][,Strikethru]
 
Description
Set the font used for the paragraph
 
Not all parameters are required. Listed below, the default values when omitted are described:
 
Parameter
Description
FontName
Valid fontname, can be truetype or any other Windows font
Size
Optional. Measured in point. When omitted, the default value is 10 points
Bold
True or False. Defaults to False when omitted
Italic
True or False. Defaults to False when omitted
Underline
True or False. Defaults to False when omitted
StrikeThru
True or False. Defaults to False when omitted
See Also
 
Example