Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | Zileabstand() |
||
|---|---|---|---|
| Examples | ![]() Schriftart font;
// The font must be located in the sketch's
// "data" directory to load successfully
font = lad_Schrift("EurekaMonoCond-Bold-14.vlw");
// Text to display. The "n" is a "new line" character
Satz lines = "LIN1nLIN2nLIN3";
Tegscht_Schrift(font, 14);
Zileabstand(10);
Tegscht(lines, 5, 25);
Fuellfarb(126); // Set value to gray
Zileabstand(20);
Tegscht(lines, 36, 25);
Fuellfarb(0); // Set value to black
Zileabstand(30);
Tegscht(lines, 68, 25); |
||
| Description | Sets the spacing between lines of text in units of pixels. This setting will be used in all subsequent calls to the Tegscht() function. | ||
| Syntax | Zileabstand(dist) |
||
| Parameters |
|
||
| Usage | Web & Application | ||
| Related | lad_Schrift() Schriftart Tegscht() Tegscht_Schrift() |


