TBarCode Library 11  TBarCode Library 11
Human Readable Text

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

Functions

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

Detailed Description

Functions for the human readable text of a barcode.


© 2022 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Wed May 18 2022 11:16:25 for TBarCode Library 11 with doxygen 1.8.17