adime_fill_textout

Langue: en

Version: version 2.2.1 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

adime_fill_textout

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.