Aspose::Cells::PclSaveOptions::AddPrinterFont method

PclSaveOptions::AddPrinterFont(const U16String&, const U16String&) method

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

void Aspose::Cells::PclSaveOptions::AddPrinterFont(const U16String &fontFullName, const U16String &fontPclName)
ParameterTypeDescription
fontFullNameconst U16String&Full name of the font (e.g. “Times New Roman Bold Italic”) used in the source file.
fontPclNameconst U16String&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

PclSaveOptions::AddPrinterFont(const char16_t*, const char16_t*) method

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

void Aspose::Cells::PclSaveOptions::AddPrinterFont(const char16_t *fontFullName, const char16_t *fontPclName)
ParameterTypeDescription
fontFullNameconst char16_t*Full name of the font (e.g. “Times New Roman Bold Italic”) used in the source file.
fontPclNameconst char16_t*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