Human Readable Text
[Barcode Settings]

Functions for the human readable text of a barcode. More...

Functions

LOGFONTA * BCGetLogFont (t_BarCode *pBarCode)
 Gets current font for human readable text (Windows only).
ERRCODE BCSetLogFont (t_BarCode *pBarCode, const LOGFONTA *lf)
 Sets the font for the human readable text (Windows only).
ERRCODE BCSetPrintText (t_BarCode *pBarCode, BOOL bReadable, BOOL bAbove)
 Sets human-readable text options.
LPCSTR BCGetDisplayText (t_BarCode *pBarCode)
 Gets the current human readable text set with BCSetDisplayText().
ERRCODE BCSetDisplayText (t_BarCode *pBarCode, LPCSTR szText)
 Sets the human readable text.
e_BCAlign BCGetTextAlignment (t_BarCode *pBarCode)
 Gets alignment of the human readable text.
ERRCODE BCSetTextAlignment (t_BarCode *pBarCode, e_BCAlign eAlign)
 Selects the alignment of the human readable text.
BOOL BCGetPrintText (t_BarCode *pBarCode)
 Determines if human-readable text is printed.
BOOL BCGetTextAbove (t_BarCode *pBarCode)
 Determines if human-readable text is printed below or above the barcode.
LONG BCGetTextDist (t_BarCode *pBarCode)
 Gets the current distance between the human readable text and the barcode.
ERRCODE BCSetTextDist (t_BarCode *pBarCode, LONG nTextDist)
 Sets the distance between human readable text and the barcode.
CHAR * BCGetFontName (t_BarCode *pBarCode)
 Gets the current font for human readable text (Unix only).
ERRCODE BCSetFontName (t_BarCode *pBarCode, const CHAR *szName)
 Sets the font for human readable text (UNIX only).
INT BCGetFontHeight (t_BarCode *pBarCode)
 Gets the font size [points] for human readable text (Unix only).
ERRCODE BCSetFontHeight (t_BarCode *pBarCode, INT nHeight)
 Sets the font size [points] for human readable text (Unix only).

Detailed Description

Functions for the human readable text of a barcode.


© 2006 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Thu Dec 7 13:38:27 2006 for TEC-IT TBarCode Library 7.0.4 with doxygen 1.4.7