From professional translators, enterprises, web pages and freely available translation repositories.
penwidth
gehey
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
penwidth x
stiftbreite x
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
penwidth (pw)
gehex
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
penwidth sets the width of the pen (the line width) to an amount of x pixels. penwidth can be abbreviated to pw.
stiftbreite setzt die stiftbreite (die linienbreite) auf x pixel. stiftbreite kann als sb abgekürzt werden.
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
a lot of commands need a number of pixels as input. these commands are: forward, backward, go, gox, goy, canvassize and penwidth.
viele befehle brauchen als eingabe eine anzahl von pixeln. diese befehle sind: vorwärts, rückwärts, gehe, gehex, gehey, papiergröße und stiftbreite.
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
penwidth 5 sets the width (the size) of the pen to 5 pixels. from now on every line the turtle draw will have a thickness of 5, until we change the penwidth to something else.
stiftbreite 5 setzt die breite des zeichenstiftes auf 5 pixel. nach diesem befehl zeichnet die schildkröte jede linie mit einer breite von 5, bis sie die stiftbreite auf einen anderen wert einstellen.
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
reset canvassize 200,200 canvascolor 0,0,0 pencolor 255,0,0 penwidth 5 go 20,20 direction 135 forward 200 turnleft 135 forward 100 turnleft 135 forward 141 turnleft 135 forward 100 turnleft 45 go 40,100
zurücksetzen papiergröße 200,200 papierfarbe 0,0,0 stiftfarbe 255,0,0 stiftbreite 5 gehe 20,20 richtung 135 vorwärts 200 linksdrehen 135 vorwärts 100 linksdrehen 135 vorwärts 141 linksdrehen 135 vorwärts 100 linksdrehen 45 gehe 40, 100
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
hp-gl print options all options on this page are only applicable if you use kdeprint to send hp-gl and hp-gl/ 2 files to one of your printers. hp-gl and hp-gl/ 2 are page description languages developed by hewlett-packard to drive pen plotting devices. kdeprint can (with the help of cups) convert the hp-gl file format and print it on any installed printer. note 1: to print hp-gl files, start'kprinter 'and simply load the file into the running kprinter. note 2: the'fitplot' parameter provided on this dialog also works for printing pdf files (if your cups version is more recent than 1.1.22.) additional hint for power users: these kdeprint gui elements correspond to the cups command line job option parameters: -o blackplot=... # examples: "true" or "false" -o fitplot=... # examples: "true" or "false" -o penwidth=... # examples: "true" or "false"
hp-gl druck-einstellungen alle optionen auf dieser seite sind nur verfügbar, wenn kdeprint zum senden der hp-gl- und hp-gl/2-dateien zu einem ihrer drucker verwendet wird. hp-gl und hp-gl/2 sind seitenbeschreibungsspachen, entwickelt von hewlett-packard zum ansteuern von plottern. kdeprint kann (mit hilfe von cups) die hp-gl-dateiformate umwandeln und auf jedem installierten drucker ausgeben. anmerkung 1: um hp-gl-dateien zu drucken, starten sieâ kprinterâ und laden die datei in das laufende kprinter. anmerkung 2: der parameterâ fitplotâ funktioniert auch mit pdf-dateien (sofern die cups-version neuer als 1.1.22 ist). zusätzliche anregung für experten: dieses kdeprint bedien-element entspricht den folgenden cups befehlszeilen-parametern: -o blackplot=... # beispiele: â trueâ oder â false â -o fitplot=... # beispiele: â trueâ oder â false â -o penwidth=... # beispiele: â trueâ oder â falseâ
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting