FrameBufferLoadFont
Syntax | |
struct FrameBufferFont *FrameBufferLoadFont(FILE *fp); | |
Header | |
base/rfbuffer.h | |
Library | |
rfbuf | |
Description | |
The 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 |