Ubuntu Feisty 7.04 manual page repository
Ubuntu is a free computer operating system based on the Linux kernel. Many IT companies, like DeployIS is using it to provide an up-to-date, stable operating system.
Provided by: libaa1-dev_1.4p5-30_i386
NAME
aa_fastrender - simple and fast AA-lib rendering function.
SYNOPSIS
#include <aalib.h> void aa_fastrender ( aa_context *c, int x1, int y1, int x2, int y2 );
PARAMETERS
aa_context *c Specifies the AA-lib context to operate on. int x1 Column of top left coner of rendered area (in characters!). int y1 Row of top left coner of rendered area. int x2 Column of bottom right coner of rendered area. int y2 Row of bottom right coner of rendered area.
DESCRIPTION
This function does the trick of converting the emulated framebuffer into high quality ASCII-art. It is slightly faster and less flexible the aa_render function. Note that to see the effect you need to call aa_flush too. First call to this function may take a while, because the rendering tables are produced. aa_fonts(3), aa_dither‐ aa_mousedrivers(3), aa_displayrecommended(3), aa_scrwidth(3), aa_imgwidth(3), aa_attrs(3), aa_current‐ aa_autoinitmouse(3), aa_initkbd(3), aa_uninitmouse(3), aa_hidecursor(3), aa_showmouse(3), aa_getevent(3), aa_parseoptions(3), aa_putpixel(3), aa_recom‐ aa_recommendhimouse(3), aa_recom‐ aa_recommendlowdisplay(3)