|
FindFont | ||
FontIndex = FindFont(FontName$, Size, Style, Type) | ||
Parameters: FontName$ = The Filename of the font you want to search for Size = The size your searching for Style = The Style your searching for Type = The type of font it should be (1=windows, 2 bitmap) |
||
Returns: FontIndex = The index of the font matching your find font request |
||
FindFont will locate a change the size of loaded font. FACTS: * none Mini Tutorial: This simple example loads the windows Arial font in as font 2. Then using FontFont it searching for the index of this loaded font and displays if it was found or not.
This example would output.
|
Related Info: | CreateBitmapFont | GetCurrentFont | GetFreeFont | LoadFont | LoadNewFont : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |