Aspose::Cells::PclSaveOptions::AddPrinterFont method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
fontFullName | const U16String& | Full name of the font (e.g. “Times New Roman Bold Italic”) used in the source file. |
fontPclName | const 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
- Class Vector
- Class U16String
- Class PclSaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
fontFullName | const char16_t* | Full name of the font (e.g. “Times New Roman Bold Italic”) used in the source file. |
fontPclName | const 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
- Class Vector
- Class PclSaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++