TBarCode Library 11  TBarCode Library 11
VOID _stdcall BCSetFontColorGDI ( t_BarCode pBarcode,
COLORREF  color 
)

Sets the font color of the currently active text object (usually the human readable text).

Note:
The currently active text object can be selected by calling BCSetActiveTextIndex()
See also:
BCGetFontColorGDI(), BCSetFontColorCMYK(), BCSetFontColorGray(), BCSetFontColorRGB(), BCSetActiveTextIndex()
Parameters:
[in,out]pBarcodePointer to barcode structure.
[in]colorThe RGB color of the barcode encoded as COLORREF (DWORD).