1adime_fill_textout(3) Adime API Reference adime_fill_textout(3)
23
4
NAME
6adime_fill_textout
7
SYNOPSIS
9#include <adime.h>
1011
12
void adime_fill_textout(BITMAP *bmp, const FONT *f, const char *text,
13int x, int y, int w, int fg, int bg)
14
DESCRIPTION
16Like Allegro´s `textout()´, but erases the whole area of width `w´ if
17the text doesn´t cover it. If the text is longer than `w´ it will be
18clipped.
1920
21
22
23
24
25
Adime version 2.2.1 adime_fill_textout(3)