summaryrefslogtreecommitdiff
path: root/html/en/drv
diff options
context:
space:
mode:
authorscuri <scuri>2009-10-07 15:01:48 +0000
committerscuri <scuri>2009-10-07 15:01:48 +0000
commita9f58764aaf13d31c9927ead8b5d25b0ad4f5362 (patch)
treeb0f8a550fb27ac976cd8251ba2b27d1d0391816e /html/en/drv
parent3fa46531cbe092696d18526fbaa7c34dcba054c0 (diff)
*** empty log message ***
Diffstat (limited to 'html/en/drv')
-rw-r--r--html/en/drv/cgm.html2
-rw-r--r--html/en/drv/clipbd.html2
-rw-r--r--html/en/drv/dbuf.html2
-rw-r--r--html/en/drv/dbufrgb.html2
-rw-r--r--html/en/drv/debug.html2
-rw-r--r--html/en/drv/dgn.html2
-rw-r--r--html/en/drv/dxf.html2
-rw-r--r--html/en/drv/emf.html2
-rw-r--r--html/en/drv/image.html2
-rw-r--r--html/en/drv/irgb.html2
-rw-r--r--html/en/drv/iup.html2
-rw-r--r--html/en/drv/mf.html2
-rw-r--r--html/en/drv/native.html2
-rw-r--r--html/en/drv/pdf.html2
-rw-r--r--html/en/drv/picture.html2
-rw-r--r--html/en/drv/printer.html2
-rw-r--r--html/en/drv/ps.html2
-rw-r--r--html/en/drv/wmf.html2
18 files changed, 18 insertions, 18 deletions
diff --git a/html/en/drv/cgm.html b/html/en/drv/cgm.html
index 17ca141..470561a 100644
--- a/html/en/drv/cgm.html
+++ b/html/en/drv/cgm.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_CGM - <em>Computer Graphics Metafile Driver </em>(cdcgm.h)</h2>
+<h2 style="text-align: left">CD_CGM - <em>Computer Graphics Metafile Driver </em>(cdcgm.h)</h2>
<p>This driver allows generating a Computer Graphics Metafile, which is an ANSI standard for the persistent storage of
graphics primitives. The file usually has an extension .CGM.</p>
diff --git a/html/en/drv/clipbd.html b/html/en/drv/clipbd.html
index 0b9be2d..7a9c115 100644
--- a/html/en/drv/clipbd.html
+++ b/html/en/drv/clipbd.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_CLIPBOARD - Clipboard Driver (cdclipbd.h)</h2>
+<h2 style="text-align: left">CD_CLIPBOARD - Clipboard Driver (cdclipbd.h)</h2>
<p>This driver allows the access to a Clipboard area. It is greatly dependent
on the system. In Win32, it creates an <a href="emf.html">Enhanced Metafile</a>,
diff --git a/html/en/drv/dbuf.html b/html/en/drv/dbuf.html
index 37b5c89..48556ed 100644
--- a/html/en/drv/dbuf.html
+++ b/html/en/drv/dbuf.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_DBUFFER - Double Buffer Driver using a server image (cddbuf.h)</h2>
+<h2 style="text-align: left">CD_DBUFFER - Double Buffer Driver using a server image (cddbuf.h)</h2>
<p>Implements the concept of offscreen drawing. It is based on a Server Image
(the back buffer) and a Window canvas (the front buffer).</p>
diff --git a/html/en/drv/dbufrgb.html b/html/en/drv/dbufrgb.html
index a9fa4c8..f6a63b2 100644
--- a/html/en/drv/dbufrgb.html
+++ b/html/en/drv/dbufrgb.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_DBUFFERRGB - Double Buffer Driver using a RGB image (cdirgb.h)</h2>
+<h2 style="text-align: left">CD_DBUFFERRGB - Double Buffer Driver using a RGB image (cdirgb.h)</h2>
<p>Implements the concept of offscreen drawing. It is based on a Image
RGB (the back buffer) and any other canvas (the front buffer).</p>
diff --git a/html/en/drv/debug.html b/html/en/drv/debug.html
index e405dac..bc64a73 100644
--- a/html/en/drv/debug.html
+++ b/html/en/drv/debug.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_DEBUG - CD Debug Driver (cddebug.h)</h2>
+<h2 style="text-align: left">CD_DEBUG - CD Debug Driver (cddebug.h)</h2>
<p>This driver creates a text file with a log of all function calls. But for
only the functions that have a driver implementation and in the order that
diff --git a/html/en/drv/dgn.html b/html/en/drv/dgn.html
index acd688b..be52f3c 100644
--- a/html/en/drv/dgn.html
+++ b/html/en/drv/dgn.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_DGN - MicroStation Design File Driver (cddgn.h)</h2>
+<h2 style="text-align: left">CD_DGN - MicroStation Design File Driver (cddgn.h)</h2>
<p>This driver allows generating a MicroStation design file. The file name usually has an extension .DGN. The driver
supports only MicroStation version 4.0 or later. The format's copyrights are property of
diff --git a/html/en/drv/dxf.html b/html/en/drv/dxf.html
index 95274ee..0637e92 100644
--- a/html/en/drv/dxf.html
+++ b/html/en/drv/dxf.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_DXF - AutoCAD Image Exchange File Driver (cddxf.h)</h2>
+<h2 style="text-align: left">CD_DXF - AutoCAD Image Exchange File Driver (cddxf.h)</h2>
<p>This driver allows generating an AutoCAD image exchange file. The file name usually has an extension .DXF. This
driver supports only AutoCAD version 10.0 or later. The format's copyrights are property of
diff --git a/html/en/drv/emf.html b/html/en/drv/emf.html
index 1f7b462..bed1461 100644
--- a/html/en/drv/emf.html
+++ b/html/en/drv/emf.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_EMF - Enhanced Metafile Driver (cdemf.h)</h2>
+<h2 style="text-align: left">CD_EMF - Enhanced Metafile Driver (cdemf.h)</h2>
<p>This driver allows generating a Microsoft Windows Enhanced Metafile, the
format used by 32-bit Windows systems to store graphics primitives. Usually,
diff --git a/html/en/drv/image.html b/html/en/drv/image.html
index f19b3b3..8dd7258 100644
--- a/html/en/drv/image.html
+++ b/html/en/drv/image.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_IMAGE - Server Image Driver (cdimage.h)</h2>
+<h2 style="text-align: left">CD_IMAGE - Server Image Driver (cdimage.h)</h2>
<p>This driver provides access to a Server Image, a memory-based
high-performance image that corresponds to the attributes of the system's
diff --git a/html/en/drv/irgb.html b/html/en/drv/irgb.html
index 3ab71f4..0689dfc 100644
--- a/html/en/drv/irgb.html
+++ b/html/en/drv/irgb.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_IMAGERGB - RGB Client Image Driver (cdirgb.h)</h2>
+<h2 style="text-align: left">CD_IMAGERGB - RGB Client Image Driver (cdirgb.h)</h2>
<p>This driver allows access to a Client Image, an imaged based in RGB colors with 24
or 32 bits per pixel (8 per channel).
diff --git a/html/en/drv/iup.html b/html/en/drv/iup.html
index 90f11d9..b2644e0 100644
--- a/html/en/drv/iup.html
+++ b/html/en/drv/iup.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_IUP - IUP Driver (cdiup.h)</h2>
+<h2 style="text-align: left">CD_IUP - IUP Driver (cdiup.h)</h2>
<p>This driver provides access to an interface element of a IUP canvas. IUP is a portable user-interface library used
to create portable user-interface applications. See
diff --git a/html/en/drv/mf.html b/html/en/drv/mf.html
index c6157b9..0b9995b 100644
--- a/html/en/drv/mf.html
+++ b/html/en/drv/mf.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_METAFILE - CD Metafile Driver (cdmf.h)</h2>
+<h2 style="text-align: left">CD_METAFILE - CD Metafile Driver (cdmf.h)</h2>
<p>This driver allows the generation of a CD Metafile, a very simple format that includes calls to functions of the CD
library and provides persistence to its primitives.</p>
diff --git a/html/en/drv/native.html b/html/en/drv/native.html
index 20d182a..257c62b 100644
--- a/html/en/drv/native.html
+++ b/html/en/drv/native.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_NATIVEWINDOW - Native Window Driver (cdnative.h)</h2>
+<h2 style="text-align: left">CD_NATIVEWINDOW - Native Window Driver (cdnative.h)</h2>
<p>This driver provides access to an existing Native Window, a basic element of the user-interface system. It also
provides access to other native handles like HDC handles in Windows.</p>
diff --git a/html/en/drv/pdf.html b/html/en/drv/pdf.html
index 71ee6b7..129dd69 100644
--- a/html/en/drv/pdf.html
+++ b/html/en/drv/pdf.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_PDF - PDF Driver (cdpdf.h)</h2>
+<h2 style="text-align: left">CD_PDF - PDF Driver (cdpdf.h)</h2>
<p>This drivers allows generating a PDF file. This format developed for representing documents in a manner that is
independent of the original application software, hardware, and operating system used to create those documents. The
diff --git a/html/en/drv/picture.html b/html/en/drv/picture.html
index d702555..a39828a 100644
--- a/html/en/drv/picture.html
+++ b/html/en/drv/picture.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_PICTURE - CD Picture (cdpicture.h)</h2>
+<h2 style="text-align: left">CD_PICTURE - CD Picture (cdpicture.h)</h2>
<p>This driver allows the creation of a CD Picture. It store primitives and
attributes in memory that can be played and resized in any other driver. It
diff --git a/html/en/drv/printer.html b/html/en/drv/printer.html
index d354fe2..25da760 100644
--- a/html/en/drv/printer.html
+++ b/html/en/drv/printer.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_PRINTER - Printer Driver (cdprint.h)</h2>
+<h2 style="text-align: left">CD_PRINTER - Printer Driver (cdprint.h)</h2>
<p>This driver provides access to a System Default Printer. </p>
<p>Currently, it works only in Microsoft Windows platforms, but it is possible
diff --git a/html/en/drv/ps.html b/html/en/drv/ps.html
index 7a2dc1a..bfb7ed2 100644
--- a/html/en/drv/ps.html
+++ b/html/en/drv/ps.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_PS - PostScript Driver (cdps.h)</h2>
+<h2 style="text-align: left">CD_PS - PostScript Driver (cdps.h)</h2>
<p>This drivers allows generating a PostScript file. This format was created to be a high-quality graphics language
for printers and is currently supported by several printers. If your printer supports PostScript, you can send the
diff --git a/html/en/drv/wmf.html b/html/en/drv/wmf.html
index aa92c68..b7e91f3 100644
--- a/html/en/drv/wmf.html
+++ b/html/en/drv/wmf.html
@@ -10,7 +10,7 @@
<body>
-<h2>CD_WMF - Windows Metafile Driver (cdwmf.h)</h2>
+<h2 style="text-align: left">CD_WMF - Windows Metafile Driver (cdwmf.h)</h2>
<p>This driver allows creating a Microsoft Windows Metafile, the format used
by 16-bit Windows systems to store graphics primitives. Usually, the filename