|
SetFont | ||
SetFont FontIndex | ||
Parameters: FontIndex = The index identifier of the font you want to draw with |
||
Returns: NONE | ||
SetFont changes the current font used for all text output (Ie. Print / Text). FACTS: * PlayBASIC uses font #1 for it's default font. * See GetCurrentFont() for the current font. Mini Tutorial:
This example would output.
|
Related Info: | DeleteFont | GetCurrentFont | LoadFont : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |