adime_fill_textout(3) Adime API Reference adime_fill_textout(3)NAME
adime_fill_textoutSYNOPSIS
#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. Adime version 2.2.1 adime_fill_textout(3)