.\" Generated by the Allegro makedoc utility .TH adime_fill_textout 3 "version 2.2.1" "Adime" "Adime API Reference" .SH NAME adime_fill_textout .SH SYNOPSIS .B #include .sp .B void adime_fill_textout(BITMAP *bmp, const FONT *f, const char *text, .B int x, int y, int w, int fg, int bg) .SH 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.