From eef7ae01a9757f5e4a0693d539ee1fac5b09e756 Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 13 Oct 2010 19:19:03 +0000 Subject: *** empty log message *** --- html/en/drv/printer.html | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'html/en/drv/printer.html') diff --git a/html/en/drv/printer.html b/html/en/drv/printer.html index f712821..49d8719 100644 --- a/html/en/drv/printer.html +++ b/html/en/drv/printer.html @@ -13,7 +13,7 @@

CD_PRINTER - Printer Driver (cdprint.h)

This driver provides access to a System Default Printer.

-

Currently, it works only in Microsoft Windows platforms, but it is possible +

The driver works only with the GDI, GDI+ and Cairo base drivers, but it is possible to use it in other platforms without the risk of compilation error. If you attempt to create a canvas in another platform, the function @@ -32,7 +32,7 @@

name is an optional document name that will appear in the printer queue. Optionally, -d - displays the System Printer dialogue box before starting to print, allowing + displays the system pre-defined printer dialog before starting to print, allowing you to configure the printer's parameters. When using this parameter and the return canvas is NULL, one must assume that the print was canceled by the user.

@@ -45,20 +45,21 @@ Flush to change to a new page. You can draw first on page 1, then on page 2 and so forth.

-

To use this driver in Windows using GDI+ is necessary to call - - cdUseContextPlus(1) -before creating the canvas.

Behavior of Functions

-

This driver is greatly platform-dependent. For further detail, see the - Behavior of Functions in each platform: Microsoft - Windows (GDI), Windows Using GDI+, - and Cairo (over GDK). However, it should be noted that - some functions behave differently from the basic functions of each platform.

-

A printer created in Win32s has the same limitations as the - WMF driver. In Windows 95 or NT, it has the same +

This driver is very platform-dependent.

+ +

For further detail, see the + Behavior of Functions in each base driver: GDI. To use this driver + with a context plus base driver is necessary to call + + cdUseContextPlus(1) + before creating the canvas, see the GDI+ and + Cairo base drivers.

+

However, it should be noted that some functions behave differently from the +basic functions of each platform.

+

A printer created in Windows has the same limitations as the EMF driver.

Control

-- cgit v1.2.3