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.

Note:
The currently active text object can be selected by calling BCSetActiveTextIndex().
Parameters:
[in]pBarCodePointer to barcode structure.
[in]nHeightFont height.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.