| 
| LPCSTR  | BCGetDisplayTextA (t_BarCode *pBarCode) | 
|   | Gets the current human readable text set with BCSetDisplayText().  
  | 
| ERRCODE  | BCSetDisplayTextA (t_BarCode *pBarCode, LPCSTR szText) | 
|   | Sets the human readable text.  
  | 
| CHAR *  | BCGetFontNameA (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).  
  | 
| WCHAR *  | BCGetFontNameW (t_BarCode *pBarCode) | 
|   | Gets the current font for human readable text (Unix only).  
  | 
| ERRCODE  | BCSetFontNameW (t_BarCode *pBarCode, const WCHAR *szName) | 
|   | Sets the font for human readable text (UNIX only).  
  | 
| LPCWSTR  | BCGetDisplayTextW (t_BarCode *pBarCode) | 
|   | Gets the current human readable text set with BCSetDisplayText().  
  | 
| ERRCODE  | BCSetDisplayTextW (t_BarCode *pBarCode, LPCWSTR szText) | 
|   | Sets the human readable text.  
  | 
 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).  
  |