SetBarName

The SetBarName function set the barcode font name and barcode font height (in points) that become the current default settings (ie. Those returned after a BarFont() call).

VB declaration

Declare Function SetBarName Lib "DFONT32.DLL" (ByVal name As String, ByRef ht As Long ) As Long

C declaration

int WINAPI SetBarName(LPSTR foname, LPINT foht);

 

More:

GetBarName