Aspic 1.05 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Aspic 1.05 (Stable branch)
# 1  
Old 03-04-2008
Aspic 1.05 (Stable branch)

Aspic is a program that generates line art images from a text description of a picture that contains commands such as "line", "box", "circle", and "arc". Aspic's concept is similar to the "pic" command. Output is either encapsulated PostScript, or Scalable Vector Graphics (SVG). Quite complex pictures can be constructed from Aspic's primitives, which include facilities for positioning text alongside graphics, and the use of colour.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
circle(3alleg4) 						  Allegro manual						   circle(3alleg4)

NAME
circle - Draws a circle. Allegro game programming library. SYNOPSIS
#include <allegro.h> void circle(BITMAP *bmp, int x, int y, int radius, int color); DESCRIPTION
Draws a circle with the specified centre and radius. SEE ALSO
ellipse(3alleg4), arc(3alleg4), circlefill(3alleg4), do_circle(3alleg4), drawing_mode(3alleg4), makecol(3alleg4), ex12bit(3alleg4), exblend(3alleg4), excustom(3alleg4), exjoy(3alleg4), exmem(3alleg4), exmouse(3alleg4), exquat(3alleg4), exsprite(3alleg4) Allegro version 4.4.2 circle(3alleg4)