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

Detailed Description

Functions for the human readable text of a barcode.