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