Home| base |src.lib|graphic|fbuffer| FrameBufferLoadFont Index

FrameBufferLoadFont

Syntax
struct FrameBufferFont *FrameBufferLoadFont(FILE *fp);
Header
base/rfbuffer.h
Library
rfbuf
Description

The FrameBufferLoadFont function loads a frame buffer font from an open stream.

The font is read from the open stream pointed to by the argument fp

Returns
Returns a pointer to a structure containing the font. On error, a NULL pointer is returned.
Errors
n error, a NULL pointer is returned.
Example
None