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. | |
| 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. | |
| 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). | |
| LPCSTR | BCGetDisplayTextA (t_BarCode *pBarCode) |
| Gets the current human readable text set with BCSetDisplayText(). | |
| LPCWSTR | BCGetDisplayTextW (t_BarCode *pBarCode) |
| Gets the current human readable text set with BCSetDisplayText(). | |
| ERRCODE | BCSetDisplayTextA (t_BarCode *pBarCode, LPCSTR szText) |
| Sets the human readable text. | |
| ERRCODE | BCSetDisplayTextW (t_BarCode *pBarCode, LPCWSTR szText) |
| Sets the human readable text. | |
| CHAR * | BCGetFontNameA (t_BarCode *pBarCode) |
| Gets the current font for human readable text (Unix only). | |
| WCHAR * | BCGetFontNameW (t_BarCode *pBarCode) |
| Gets the current font for human readable text (Unix only). | |
| ERRCODE | BCSetFontNameA (t_BarCode *pBarCode, const CHAR *szName) |
| Sets the font for human readable text (UNIX only). | |
| ERRCODE | BCSetFontNameW (t_BarCode *pBarCode, const WCHAR *szName) |
| Sets the font for human readable text (UNIX only). | |
Required include file: "tbarcode.h"
| © 2008 All rights reserved by TEC-IT Datenverarbeitung GmbH |
|
| Generated on Tue May 5 15:50:32 2009 for TEC-IT TBarCode Library 9.2 with doxygen 1.5.3 |