TBarCode Library 11  TBarCode Library 11
Human Readable Text

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

Functions

LONG _stdcall BCGetMaximumTextIndex ()
 Gets the maximum text index. More...
 
LONG _stdcall BCGetActiveTextIndex (t_BarCode *pBarCode)
 Gets the currently active text index. More...
 
ERRCODE _stdcall BCSetActiveTextIndex (t_BarCode *pBarCode, LONG nIndex)
 Sets the currently active text index. More...
 
LOGFONTA *_stdcall BCGetLogFont (t_BarCode *pBarCode)
 Gets the font of the currently active text object (usually the human readable text - Windows only). More...
 
ERRCODE _stdcall BCSetLogFont (t_BarCode *pBarCode, const LOGFONTA *lf)
 Sets the font of the currently active text object (usually the human readable text - Windows only). More...
 
ERRCODE _stdcall BCSetPrintText (t_BarCode *pBarCode, BOOL bReadable, BOOL bAbove)
 Sets options concerning the currently active text (usually the human readable text). More...
 
BOOL _stdcall BCGetPrintText (t_BarCode *pBarCode)
 Determines if the currently active text object (usually the human readable text) is visible. More...
 
BOOL _stdcall BCGetTextAbove (t_BarCode *pBarCode)
 Determines if human-readable text is printed below or above the barcode. More...
 
e_BCAlign _stdcall BCGetTextAlignment (t_BarCode *pBarCode)
 Gets the alignment of the currently active text object (usually the human readable text). More...
 
ERRCODE _stdcall BCSetTextAlignment (t_BarCode *pBarCode, e_BCAlign eAlign)
 Sets the alignment of the currently active text object (usually the human readable text). More...
 
LONG _stdcall BCGetTextDist (t_BarCode *pBarCode)
 Retrieves the distance between the human readable text and the barcode. More...
 
ERRCODE _stdcall BCSetTextDist (t_BarCode *pBarCode, LONG nTextDist)
 Sets the distance between the human readable text and the barcode. More...
 
INT _stdcall BCGetFontHeight (t_BarCode *pBarCode)
 Gets the font size in Point of the currently active text object (usually the human readable text). More...
 
ERRCODE _stdcall BCSetFontHeight (t_BarCode *pBarCode, INT nHeight)
 Sets the font size [points] of the currently active text object (usually the human readable text). More...
 
RECT _stdcall BCGetTextPosition (t_BarCode *pBarCode)
 Gets the position of the currently active text object. More...
 
BOOL _stdcall BCGetTextClipping (t_BarCode *pBarCode)
 Determines if the currently active text object (usually the human readable text) is clipped. More...
 
BOOL _stdcall BCIsWordWrappingEnabled (t_BarCode *pBarCode)
 [NOT IMPLEMENTED YET!]
Determines if word wrapping is enabled for the currently active text object (usually the human readable text). More...
 
ERRCODE _stdcall BCSetTextPosition (t_BarCode *pBarCode, RECT *pRect, BOOL bClipping, BOOL bWordWrap)
 Sets the position of the currently active text object. More...
 
e_Degree _stdcall BCGetTextRotation (t_BarCode *pBarCode)
 Gets the the rotation of the currently active text object. More...
 
ERRCODE _stdcall BCSetTextRotation (t_BarCode *pBarCode, e_Degree eRotation)
 Sets the the rotation of the currently active text object. More...
 
DOUBLE _stdcall BCGetCharacterSpacing (t_BarCode *pBarCode)
 Gets the the character spacing of the currently active text object. More...
 
ERRCODE _stdcall BCSetCharacterSpacing (t_BarCode *pBarCode, DOUBLE spacing)
 Sets the the character spacing of the currently active text object. More...
 
WCHAR *_stdcall BCGetFontNameW (t_BarCode *pBarCode)
 Gets the font of the currently active text object (usually the human readable text). More...
 
ERRCODE _stdcall BCSetFontNameW (t_BarCode *pBarCode, const WCHAR *szName)
 Sets the font of the currently active text object (usually the human readable text). More...
 
LPCWSTR _stdcall BCGetDisplayTextW (t_BarCode *pBarCode)
 Retrieves the content of the currently active text object (usually the human readable text). More...
 
ERRCODE _stdcall BCSetDisplayTextW (t_BarCode *pBarCode, LPCWSTR szText)
 Sets the content of the currently active text object (usually the human readable text). More...
 
LPCSTR _stdcall BCGetDisplayTextA (t_BarCode *pBarCode)
 Retrieves the content of the currently active text object (usually the human readable text). More...
 
ERRCODE _stdcall BCSetDisplayTextA (t_BarCode *pBarCode, LPCSTR szText)
 Sets the content of the currently active text object (usually the human readable text). More...
 
CHAR *_stdcall BCGetFontNameA (t_BarCode *pBarCode)
 Gets the font of the currently active text object (usually the human readable text). More...
 
ERRCODE _stdcall BCSetFontNameA (t_BarCode *pBarCode, const CHAR *szName)
 Sets the font of the currently active text object (usually the human readable text). More...
 

Detailed Description

Functions for the human readable text of a barcode.


© 2014 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue Aug 12 2014 12:30:33 for TBarCode Library 11 with doxygen 1.8.3.1