diff options
Diffstat (limited to 'html/en/drv/clipbd.html')
-rw-r--r-- | html/en/drv/clipbd.html | 9 |
1 files changed, 5 insertions, 4 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 |