SETFONT
Syntax SETFONT name size attributes
 
 
Explanation SETFONT defines the turtle font. The first input is the font name. This font should be present in the system. If the font is not present, the operating system selects a similar font for you. The second input is the font size, given in points, while the third is a combination of the following attributes:
0   regular
1   bold
2   italic
4   underlined

You can also use PPROP to set the FONT property of a turtle to a three-element list containing the font name, the font size and the font attributes.

See also FONT, FONTS and TURTLETEXT.
 

Examples

TopIndex