adime_fill_textout - Man Page
Synopsis
#include <adime.h>
void adime_fill_textout(BITMAP *bmp, const FONT *f, const char *text, int x, int y, int w, int fg, int bg)
Description
Like Allegro´s `textout()´, but erases the whole area of width `w´ if the text doesn´t cover it. If the text is longer than `w´ it will be clipped.
Info
version 2.2.1 Adime API Reference