|
GetFreeFont | ||
FreeFontIndex = GetFreeFont() | ||
Parameters: NONE | ||
Returns: FreeFontIndex = The Index value of a Font that is currently not in use |
||
The GetFreeFont() function returns the Index of a Font that is currently NOT in use. FACTS: * GetFreeFont() will return a always return a valid font index, providing the computer hasn't run out of memory. Mini Tutorial: Requesting a free Font index, then loads the Arial font and displays a message.
This example would output.
|
Related Info: | DeleteFont | FontQuantity | GetCurrentFont | LoadFont | LoadNewFont | SetFont : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |