base |src.lib|graphic|fontdb| FrameBufferFontDB Index

FrameBufferFontDB

Header
base/fontdb.h
Library
fontdb
Members
char *path; Pathname of the directory containing the font files.
char *buf; Internal buffer used to deproto the database.
int flg; Internal flag used to deproto the database.
int num; Number of fonts in the datbase.
struct FrameBufferFont **font; Pointer to an array of strcutures containing the bit map fonts.
struct FrameBufferFont *dfont; Default font to use if no match is found.
Description

The struct FrameBufferFontDB structure stores a font database.