TftSetBdfFont(bCurrentFont As Byte)
bCurrentFont = font index
Select the BDF font to be used.
Example:
TftSetBdfFont(1)
To use a specific BDF font, include the corresponding BDF font *.inc file in your project. Then, in your code, select the BDF font with the command TftSetBdfFont(), which should be issued only once. If multiple BDF fonts are used, the currently selected font remains active until changed by a new TftSetBdfFont() command.
Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor