PclSaveOptions.AddPrinterFont

PclSaveOptions.AddPrinterFont method

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

public void AddPrinterFont(string fontFullName, string fontPclName)
ParameterTypeDescription
fontFullNameStringFull name of the font (e.g. “Times New Roman Bold Italic”) used in the source file.
fontPclNameStringName 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