TftSetBdfFont()

Library Description ›› Fonts ›› BDF ››
 visits
Parent Previous Next

Syntax

TftSetBdfFont(bCurrentFont As Byte)

Parameters

Parameter

Description

bCurrentFont

font index

Overview

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: Full-featured Documentation generator