From 0a186150f085c34462b8c6cd5257849c73f80b65 Mon Sep 17 00:00:00 2001
From: scuri CD is a platform-independent graphics library. It is implemented in several
- platforms using native graphics libraries: Microsoft Windows (GDI and GDI+)
+ CD is a platform-independent graphics library. Its drivers are implemented in several
+ platforms, some use portable code, others use native graphics libraries, such
+ as Microsoft Windows (GDI and GDI+)
and X-Windows (XLIB). The library contains functions to support both vector and image
applications, and the visualization surface can be either a canvas or a more
abstract surface, such as Clipboard, Metafile, PS, and so on. To make the Application Programmers Interface (API) simple, all data are
- standard C types (int, double or char). Thus the application program does not
- have to maintain parallel data structures to deal with the graphic library.
- Furthermore, the list of parameters of the CD primitive functions contains
only the geometrical descriptions of the objects (line, circle, text, etc.).
Where these objects should appear and what is the their color, thickness, etc.
@@ -110,7 +107,8 @@ http://canvasdraw.cvs.sourceforge.net/canvasdraw/.Overview
-
The CD distribution includes the FreeType library, this is a third party -- cgit v1.2.3