| |
|
|
| Code39-Barcodes possible simple selberdrucken/ generieren avec anhängiger TTF-Schriftart:
Télécharger externer Télécharger
comme Scanner peux Je l' BCP-5000 empfehlen.
{$cleq}
window maxx,maxy
startPrint "*CODE39-BARCODE"
useFont "Bar-Code 39 lesbar",50,0,0,0,0
DrawText 0,0,"*XPROFAN-DOT-COM-HYPERTERMINAL-ACCESS*"
DrawText 0,70,"*CODE-"+date$(3)+"*"
endPrint
waitinput
end
Siehe aussi: BCP5000 contrôle: [...]
'URL: https://XProfan.com/intl/de/quelltexte/barcode-code39-drucken-generieren/
{$cleq}
window maxx,maxy
startPrint "*CODE39-BARCODE"
useFont "Bar-Code 39",20,0,0,0,0//funktioniert! - mais très très petite im Druck
DrawText 0,0,"*123456789*"
useFont "Bar-Code 39",30,0,0,0,0//optimal
DrawText 0,30,"*123456789*"
useFont "Bar-Code 39",40,0,0,0,0//optimal
DrawText 0,70,"*123456789*"
useFont "Bar-Code 39",50,0,0,0,0//bien
DrawText 0,120,"*123456789*"
useFont "Bar-Code 39",60,0,0,0,0//pas plus si bien
DrawText 0,180,"*123456789*"
useFont "Bar-Code 39",70,0,0,0,0//presque trop grand
DrawText 0,250,"*123456789*"
endPrint
waitinput
end
|
|
|
| |
|
|