Go to the previous, next section.

Initialization as an ascii art renderer

If you want to use just AA-lib's rendering routines but no output to screen (eg. you have your own output routines) you can use dummy memory driver. It's named mem_d and it's inicialization should look like this:

 context = aa_init(mem_d,&aa_defparams,NULL);

Go to the previous, next section.