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)
Parameter | Type | Description |
---|---|---|
fontFullName | String | Full name of the font (e.g. “Times New Roman Bold Italic”) used in the source file. |
fontPclName | String | Name 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
- class PclSaveOptions
- namespace Aspose.Cells
- assembly Aspose.Cells