Package aalib-devel
Development files for aalib
http://aa-project.sourceforge.net/aalib/
This package contains header files and other files needed to develop
with aalib.
Version: 1.4.0
See also: aalib.
Library Functions | |
| aa_attrs | returns pointer to the text output buffer used by AA-lib. |
| aa_autoinit | easy to use AA-lib initialization function. |
| aa_autoinitkbd | easy to use AA-lib keyboard initialization function. |
| aa_autoinitmouse | easy to use AA-lib mouse initialization function. |
| aa_close | close the AA-lib context. |
| aa_createedit | Simple interactive line editor provided as helper function. |
| aa_currentfont | returns specification of the fonts used by AA-lib rendering routines. |
| aa_defparams | default hardware paramters requested by AA-lib programs. |
| aa_defrenderparams | default rendering parameters. |
| aa_displayrecommended | List of recommended drivers. |
| aa_dithernames | Names of dithering methods supported by AA-lib. |
| aa_drivers | NULL-terminated array of output drivers available in AA-lib. |
| aa_edit | Simple interactive line editor. |
| aa_editkey | Notify the line editor about keypress. |
| aa_fastrender | simple and fast AA-lib rendering function. |
| aa_fonts | Null-terminated array of available fonts. |
| aa_formats | NULL terminated array of save formats supported by AA-lib. |
| aa_getevent | keyboard functions |
| aa_getkey | return next keypress event from queue. |
| aa_getmouse | Get mouse position as specified by last mouse event read by aa_getevent. |
| aa_gotoxy | move the hardware cursor (if any) to specified position. |
| aa_help | AA-lib help string for the default command line parser. |
| aa_hidecursor | hide the hardware cursor. |
| aa_hidemouse | hide the mouse cursor. |
| aa_image | returns pointer to the framebuffer emulated by AA-lib. |
| aa_imgheight | returns height of the emulated image in pixels. |
| aa_imgwidth | returns width of the emulated image in pixels. |
| aa_init | open the output display for AA-lib. |
| aa_initkbd | initialize the AA-lib keyboard driver. |
| aa_initmouse | initialize the AA-lib mouse driver. |
| aa_kbddrivers | NULL-terminated array of keyboard drivers available in AA_lib. |
| aa_kbdrecommended | List of recommended drivers. |
| aa_mmheight | returns height of the output screen in millimeters. |
| aa_mmwidth | returns width of the output screen in millimeters. |
| aa_mousedrivers | NULL terminated array of mouse drivers supported by AA-lib. |
| aa_mouserecommended | List of recommended drivers. |
| aa_parseoptions | parse the standard command line options used by AA-lib. |
| aa_printf | print text to AA-lib output buffers. |
| aa_putpixel | put pixel to emulated framebuffer |
| aa_puts | output string to AA-lib output buffers. |
| aa_recommendhi | insert the given driver on beggining of the list of recommended drivers. |
| aa_recommendhidisplay | insert the given driver on beggining of the list of recommended display drivers. |
| aa_recommendhikbd | insert the given driver on beggining of the list of recommended keyboard drivers. |
| aa_recommendhimouse | insert the given driver on beggining of the list of recommended mouse drivers. |
| aa_recommendlow | Add the given driver to the end of list of recommended drivers. |
| aa_recommendlowdisplay | Add the given driver to the end of list of display recommended drivers. |
| aa_recommendlowkbd | Add the given driver to the end of list of keyboard recommended drivers. |
| aa_recommendlowmouse | Add the given driver to the end of list of mouse recommended drivers. |
| aa_registerfont | add new font specification to aa_fonts array. |
| aa_render | convert image buffer to ASCII-art. |
| aa_resize | resize functions |
| aa_resizehandler | Set user handler to be called on resize event. |
| aa_scrheight | returns height of the output screen in characters. |
| aa_scrwidth | returns width of the output screen in characters. |
| aa_setfont | set font specification to be used by rendering functions. |
| aa_setsupported | alter the "supported" field of hardware_params structure used by AA-lib |
| aa_showcursor | show the hardware cursor. |
| aa_showmouse | show the mouse cursor. |
| aa_text | returns pointer to the text output buffer used by AA-lib. |
| aa_uninitkbd | uninitialize the keyboard driver. |
| aa_uninitmouse | uninitialize the mouse driver. |
| mem_d | AA-lib memory driver. |
| save_d | AA-lib driver used to save ascii-art image into file in used specified format. |