Functions for the human readable text of a barcode. More...
Functions | |
LONG | BCGetMaximumTextIndex () |
Gets the maximum text index. | |
LONG | BCGetActiveTextIndex (t_BarCode *pBarCode) |
Gets the currently active text index. | |
ERRCODE | BCSetActiveTextIndex (t_BarCode *pBarCode, LONG nIndex) |
Sets the currently active text index. | |
LOGFONTA * | BCGetLogFont (t_BarCode *pBarCode) |
Gets the font of the currently active text object (usually the human readable text - Windows only). | |
ERRCODE | BCSetLogFont (t_BarCode *pBarCode, const LOGFONTA *lf) |
Sets the font of the currently active text object (usually the human readable text - Windows only). | |
ERRCODE | BCSetPrintText (t_BarCode *pBarCode, BOOL bReadable, BOOL bAbove) |
Sets options concerning the currently active text (usually the human readable text). | |
BOOL | BCGetPrintText (t_BarCode *pBarCode) |
Determines if the currently active text object (usually the human readable text) is visible. | |
BOOL | BCGetTextAbove (t_BarCode *pBarCode) |
Determines if human-readable text is printed below or above the barcode. | |
e_BCAlign | BCGetTextAlignment (t_BarCode *pBarCode) |
Gets the alignment of the currently active text object (usually the human readable text). | |
ERRCODE | BCSetTextAlignment (t_BarCode *pBarCode, e_BCAlign eAlign) |
Sets the alignment of the currently active text object (usually the human readable text). | |
LONG | BCGetTextDist (t_BarCode *pBarCode) |
Retrieves the distance between the human readable text and the barcode. | |
ERRCODE | BCSetTextDist (t_BarCode *pBarCode, LONG nTextDist) |
Sets the distance between the human readable text and the barcode. | |
INT | BCGetFontHeight (t_BarCode *pBarCode) |
Gets the font size in Point of the currently active text object (usually the human readable text). | |
ERRCODE | BCSetFontHeight (t_BarCode *pBarCode, INT nHeight) |
Sets the font size [points] of the currently active text object (usually the human readable text). | |
RECT | BCGetTextPosition (t_BarCode *pBarCode) |
Gets the position of the currently active text object. | |
BOOL | BCGetTextClipping (t_BarCode *pBarCode) |
Determines if the currently active text object (usually the human readable text) is clipped. | |
BOOL | BCIsWordWrappingEnabled (t_BarCode *pBarCode) |
[NOT IMPLEMENTED YET!] Determines if word wrapping is enabled for the currently active text object (usually the human readable text). | |
ERRCODE | BCSetTextPosition (t_BarCode *pBarCode, RECT *pRect, BOOL bClipping, BOOL bWordWrap) |
Sets the position of the currently active text object. | |
e_Degree | BCGetTextRotation (t_BarCode *pBarCode) |
Gets the the rotation of the currently active text object. | |
ERRCODE | BCSetTextRotation (t_BarCode *pBarCode, e_Degree eRotation) |
Sets the the rotation of the currently active text object. | |
| |
LPCSTR | BCGetDisplayTextA (t_BarCode *pBarCode) |
Retrieves the content of the currently active text object (usually the human readable text). | |
| |
ERRCODE | BCSetDisplayTextA (t_BarCode *pBarCode, LPCSTR szText) |
Sets the content of the currently active text object (usually the human readable text). | |
| |
CHAR * | BCGetFontNameA (t_BarCode *pBarCode) |
Gets the font of the currently active text object (usually the human readable text). | |
| |
ERRCODE | BCSetFontNameA (t_BarCode *pBarCode, const CHAR *szName) |
Sets the font of the currently active text object (usually the human readable text). | |
| |
WCHAR * | BCGetFontNameW (t_BarCode *pBarCode) |
Gets the font of the currently active text object (usually the human readable text). | |
| |
ERRCODE | BCSetFontNameW (t_BarCode *pBarCode, const WCHAR *szName) |
Sets the font of the currently active text object (usually the human readable text). | |
| |
LPCWSTR | BCGetDisplayTextW (t_BarCode *pBarCode) |
Retrieves the content of the currently active text object (usually the human readable text). | |
| |
ERRCODE | BCSetDisplayTextW (t_BarCode *pBarCode, LPCWSTR szText) |
Sets the content of the currently active text object (usually the human readable text). |
Functions for the human readable text of a barcode.
© 2008 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Thu Jun 30 16:34:48 2011 for TEC-IT TBarCode Library 10 with doxygen 1.6.2 |