|
TBarCode Library 11
TBarCode Library 11
|
| ERRCODE _stdcall BCSetFontNameA | ( | t_BarCode * | pBarCode, |
| const CHAR * | szName | ||
| ) |
Sets the font of the currently active text object (usually the human readable text).
The name of the font depends on the output format, for example:
Helvetica, Courier, Times-Roman, Helvetica-Bold, etc.Helvetica (maps to 16602), Times (maps to 4101), Courier (maps to 4099) or any font number (optional: name and number can be followed by 'Bold') Consult a Postscript or PCL reference for more information.
| [in] | pBarCode | Pointer to barcode structure. |
| [in] | szName | Font name. |
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |