|
GetFontType | ||
TypeFlag = GetFontType(FontIndex) | ||
Parameters: FontIndex = The index identifier of the font you wish to query |
||
Returns: TypeFlag = The Type Flag of this font |
||
The GetFontType function returns the Type of the selected font. [ TypeFlag ] 0 = No font 1 = Normal Windows Font 2 = PlayBasic Bitmap Font 4 = PlayBasic FX Bitmap Font 8 = PlayBasic Compressed Raster Font (CRF) 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: | GetFontHeight | GetFontMaskColour | GetFontName$ | GetFontStatus | GetFontStyle | GetFontWidth | LoadFont | MakeBitmapFont : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |