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

FrameBufferSaveFont

Syntax
int FrameBufferSaveFont(FILE *fp, struct FrameBufferFont *ptr);
Header
base/rfbuffer.h
Library
rfbuf
Description

The FrameBufferSaveFont function saves a frame buffer font to an open stream.

The font is written to the open stream pointed to by the argument fp. The argument ptr points the structure containing the font.

Returns
Returns zero on success. On error, (-1) is returned.
Errors
On error, (-1) is returned.
Example
None