add_printer_font method

add_printer_font

Adds information about font that is already added to the printer by manufacturer.

def add_printer_font(self, font_full_name, font_pcl_name):
    ...
ParameterTypeDescription
font_full_namestrFull name of the font (e.g. “Times New Roman Bold Italic”) used in the source file.
font_pcl_namestrName of the font that will be used in the output Pcl document.

Remarks

There are 52 fonts that are to be built in any printer according to Pcl specification. However manufactures can add some other fonts to their devices.

See Also