|
GetFontHeight | ||
Height = GetFontHeight(FontIndex) | ||
Parameters: FontIndex = The index identifier of the font you wish to query |
||
Returns: Height = The max pixel height of this font |
||
The GetFontHeight function returns the pixel Height of the selected font. FACTS: * GetFontHeight returns the absolute pixel height of this font. 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: | GetFontMaskColour | GetFontName$ | GetFontSize | GetFontStyle | GetFontType | GetFontWidth : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |