From ab3a6acf6a4b77b065fe5ac9e5ec563aac5557d3 Mon Sep 17 00:00:00 2001 From: scuri Date: Tue, 3 Aug 2010 01:34:58 +0000 Subject: *** empty log message *** --- html/en/drv/clipbd.html | 9 +++++---- html/en/drv/wmf.html | 3 +-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'html') diff --git a/html/en/drv/clipbd.html b/html/en/drv/clipbd.html index 0a2d254..888198c 100644 --- a/html/en/drv/clipbd.html +++ b/html/en/drv/clipbd.html @@ -28,11 +28,12 @@ varies according to the metafile created. See each metafile's documentation, but remember to exclude parameter "filename".

In the Windows environment, if the string "-b" - is present, it means that a Bitmap must be created instead of a - metafile, and, if the string "-m" is specified, a + is present at the end, it means that a Bitmap must be created instead of a + metafile, and, if the string "-m" is + present at the end, a CD Metafile will be created. For a Bitmap the remaining string - must contains the bitmap size and optionally its resolution: "-b - widthxheight [resolution]" or in C "%dx%d %g", + must contains the bitmap size and optionally its resolution: "widthxheight [resolution] + -b" or in C "%dx%d %g -b", the resolution default is the screen resolution.

In the X-Windows environment, the Display ("%p") where the data will be stored must be passed as a parameter before the CD diff --git a/html/en/drv/wmf.html b/html/en/drv/wmf.html index b7e91f3..411a448 100644 --- a/html/en/drv/wmf.html +++ b/html/en/drv/wmf.html @@ -30,8 +30,7 @@ functions in the CD library can be called as usual. The Data parameter string has the following format:

-
"filename widthxheight [resolution]"     or in C "%s 
-    %dx%d %g"
+
"filename widthxheight [resolution]"     or in C "%s %dx%d %g"

The file's name and dimensions are required. Width and height are provided in pixels (note the -- cgit v1.2.3