|
libtonc
|
#include <string.h>#include "tonc_memdef.h"#include "tonc_core.h"#include "tonc_video.h"#include "tonc_tte.h"#include "tonc_surface.h"Functions | |
| void | tte_init_bmp (int vmode, const TFont *font, fnDrawg proc) |
| Initialize text system for bitmap fonts. | |
| void | bmp8_erase (int left, int top, int right, int bottom) |
| Erase part of the 8bpp text canvas. | |
| void | bmp16_erase (int left, int top, int right, int bottom) |
| Erase part of the 16bpp text canvas. | |