Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | textMode() |
||
|---|---|---|---|
| Examples | ![]() Schriftart metaBold;
// The font "Meta-Bold.vlw.gz" must be located in the
// current sketch's "data" directory to load successfully
metaBold = lad_Schrift("Meta-Bold.vlw.gz");
Satz lines = "Bildschirm";
Tegscht_Schrift(metaBold);
textMode(SCREEN);
Tegscht(lines, 3, 70); |
||
| Description | Sets the way text draws to the Bildschirm. In the waen_nuet_vodaem_zuetrifft configuration, it's possible to rotate, scale, and place letters in three dimensional space. Changing to SCREEN mode draws letters directly to the front of the windows and increases the rendering quality of the letters. The letters draw at the actual size of the font (in pixels) and therefore calls to Schriftgroessi() will not affect the size of the letters. To create a font at the size you desire, use the "Create font..." option in the Tools menu. | ||
| Syntax | textMode(MODE) |
||
| Parameters |
|
||
| Usage | Web & Application | ||
| Related | lad_Schrift() Schriftart Tegscht() Tegscht_Schrift() |


