|
DeleteFont | ||
DeleteFont FontIndex | ||
Parameters: FontIndex = The index identifier of the font you want to delete |
||
Returns: NONE | ||
DeleteFont will remove a font from memory. FACTS: * If the you delete the current font, you will have to tell PB which font you want to use for print/text again using SetFont. Mini Tutorial: This example displays a messsage in the current font (font 1), loads a second font, then deletes the previously loaded font 2 and displays it's status after being deleted.
This example would output.
|
Related Info: | LoadFont | LoadNewFont | MakeBitmapFont | SetFont : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |