| TBarCode Library 11
    TBarCode Library 11
    | 
| ERRCODE _stdcall BCSetFontHeight | ( | t_BarCode * | pBarCode, | 
| INT | nHeight | ||
| ) | 
Sets the font size [points] of the currently active text object (usually the human readable text).
If the font size is not set, a suitable font size is automatically calculated depending on the barcode type and barcode dimensions.
| [in] | pBarCode | Pointer to barcode structure. | 
| [in] | nHeight | Font height. | 
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |