Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

Schriftgroessi()

Examples
example pic
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
size Ganzizahl or Komazahl : the size of the letters in units of pixels
Usage Web & Application
Related lad_Schrift()
Schriftart
Tegscht()
Tegscht_Schrift()
Stefan Baltensperger 2009

Creative Commons License