man box.c () - Simple box drawing.

NAME

box.c - Simple box drawing.

SYNOPSIS



Functions

void caca_draw_box (int x1, int y1, int x2, int y2, char c)

Draw a box on the screen using the given character. void caca_draw_thin_box (int x1, int y1, int x2, int y2)

Draw a thin box on the screen. void caca_fill_box (int x1, int y1, int x2, int y2, char c)

Fill a box on the screen using the given character.

Detailed Description

Version: $Id: box.c 195 2003-12-31 14:21:08Z sam $

Author: Sam Hocevar <sam@zoy.org>

This file contains box drawing functions, both filled and outline.

Author

Generated automatically by Doxygen for libcaca from the source code.