1adime_fill_textout(3)         Adime API Reference        adime_fill_textout(3)
2
3
4

NAME

6       adime_fill_textout
7

SYNOPSIS

9       #include <adime.h>
10
11
12       void  adime_fill_textout(BITMAP  *bmp, const FONT *f, const char *text,
13       int x, int y, int w, int fg, int bg)
14

DESCRIPTION

16       Like Allegro´s `textout()´, but erases the whole area of width  `w´  if
17       the  text  doesn´t  cover it. If the text is longer than `w´ it will be
18       clipped.
19
20
21
22
23
24
25Adime                            version 2.2.1           adime_fill_textout(3)
Impressum