|
GetFontStatus | ||
State = GetFontStatus(FontIndex) | ||
Parameters: FontIndex = The index identifier of the font you wish to query |
||
Returns: State = The state of this font (1= in use, 0 = free) |
||
The GetFontStatus function returns the status (1= in use, 0 free) of the selected font. FACTS: * None Mini Tutorial: This example loads the windows Arial font as font #2, then displays all the information about this font.
This example would output.
|
Related Info: | DeleteFont | GetCurrentFont | GetFontHeight | GetFontSize | GetFontWidth | GetFreeFont | LoadFont | SetFont : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |