|
GetFontName$ | ||
Name$ = GetFontName$(FontIndex) | ||
Parameters: FontIndex = The index identifier of the font you wish to query |
||
Returns: Name$ = The name of the font |
||
The GetFontName$ function returns the name of the selected font. FACTS: * GetFontName$ will return the windows font name, or the CRF filename. 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: | FindFont | GetFontHeight | GetFontStyle | GetFontWidth | LoadFont : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |