Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | Schriftgroessi() |
||
|---|---|---|---|
| Examples | ![]() Schriftart font;
// The font must be located in the sketch's
// "data" directory to load successfully
font = lad_Schrift("FFScala-32.vlw");
Tegscht_Schrift(font, 32);
Tegscht("word", 15, 50);
Schriftgroessi(14);
Tegscht("word", 15, 70); |
||
| Description | Sets the current font size. This size will be used in all subsequent calls to the Tegscht() function. Font size is measured in units of pixels. | ||
| Syntax | Schriftgroessi(size) |
||
| Parameters |
|
||
| Usage | Web & Application | ||
| Related | lad_Schrift() Schriftart Tegscht() Tegscht_Schrift() |


