From 0eac3837284945aecb6af07e58d71725382a26d6 Mon Sep 17 00:00:00 2001
From: scuri This driver allows the access to a Clipboard area. It is greatly dependent
on the system. In Win32, it creates an Enhanced Metafile,
- a Bitmap or a CD Metafile; in X-Windows it
+ a Bitmap or a CD Metafile; in X-Windows and with
+ GDK it
creates only a CD Metafile.Use
diff --git a/html/en/drv/dbuf.html b/html/en/drv/dbuf.html
index 48556ed..0393d10 100644
--- a/html/en/drv/dbuf.html
+++ b/html/en/drv/dbuf.html
@@ -55,7 +55,7 @@ before creating the canvas.
This driver is greatly platform-dependent. For further detail, see the Behavior of Functions in each platform: Microsoft Windows (GDI), Windows Using GDI+, - X-Windows (XLIB). However, it should be noted that + X-Windows (XLIB), GDK. However, it should be noted that some functions behave differently from the basic functions of each platform.
This driver is greatly platform-dependent. For further detail, see the Behavior of Functions in each platform: Microsoft Windows (GDI), Windows Using GDI+, - X-Windows (XLIB). However, it should be noted that + X-Windows (XLIB), GDK. However, it should be noted that some functions behave differently from the basic functions of each platform.
diff --git a/html/en/drv/native.html b/html/en/drv/native.html index 257c62b..4bdeb90 100644 --- a/html/en/drv/native.html +++ b/html/en/drv/native.html @@ -62,7 +62,7 @@ before creating the canvas.This driver is greatly platform-dependent. For further detail, see the Behavior of Functions in each platform: Microsoft Windows (GDI), Windows Using GDI+, - X-Windows (XLIB). However, it should be noted that some functions behave differently from the + X-Windows (XLIB), GDK. However, it should be noted that some functions behave differently from the basic functions of each platform.
cd -> gdi32 user32 comdlg32 (system - Windows) -> X11 (system - UNIX) -> FreeType (included as separate library) +cdgdk -> gdk-win32-2.0(system - Windows) + -> gdk-x11-2.0 (system - UNIX) + -> cairo-2 (system - Windows/UNIX) cdgdiplus -> cd -> gdiplus (system - Windows) cdxrender -> cd diff --git a/html/en/history.html b/html/en/history.html index 5d85069..1a1b8e8 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -22,6 +22,7 @@CVS (15/Dec/2009)
CD (Canvas Draw) is a platform-independent graphics library. It is implemented in several diff --git a/html/en/to_do.html b/html/en/to_do.html index 7fbceaf..6a65f2a 100644 --- a/html/en/to_do.html +++ b/html/en/to_do.html @@ -6,11 +6,6 @@