diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/en/drv/clipbd.html | 9 | ||||
| -rw-r--r-- | html/en/drv/wmf.html | 3 | 
2 files changed, 6 insertions, 6 deletions
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 <font face="Courier">"filename".</font></p>    <p>In the Windows environment, if the string "<font face="Courier">-b</font>"  -  is present, it means that a <b>Bitmap</b> must be created instead of a  -  metafile, and, if the string <font face="Courier">"-m"</font> is specified, a +  is present at the end, it means that a <b>Bitmap</b> must be created instead of a  +  metafile, and, if the string <font face="Courier">"-m"</font> is  +	present at the end, a    <b>CD Metafile</b> will be created. For a <b>Bitmap</b> the remaining string  -  must contains the bitmap size and optionally its resolution: <em>"-b  -  widthxheight [resolution]"</em> or in C "<tt><em><strong>%dx%d %g"</strong></em></tt>,  +  must contains the bitmap size and optionally its resolution: <em>"widthxheight [resolution]  +	-b"</em> or in C "<tt><em><strong>%dx%d %g -b"</strong></em></tt>,     the resolution default is the screen resolution.</p>    <p>In the X-Windows environment, the Display <font face="Courier">("%p")</font>     where the data will be stored must be passed as a parameter before the <b>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 <font face="Courier">    Data</font> parameter string has the following format:</p> -    <pre><em>"filename widthxheight </em>[resolution]<em>"     </em>or in C <em>"<strong><tt>%s  -    %dx%d</tt></strong> <strong>%g</strong>"</em></pre> +    <pre><em>"filename widthxheight </em>[resolution]<em>"     </em>or in C <em>"<strong><tt>%s %dx%d</tt></strong> <strong>%g</strong>"</em></pre>    <p>The file's name and dimensions are required. <font face="Courier">Width</font>     and <font face="Courier">height</font> are provided in pixels (note the   | 
