Unit EDSPrint

Classes

TPrintSet -

Functions

CanvasTextOutAngle - TPrintSet

TPrintSet.
GetResolution - -insures that PixelsPerInch is set so that text print at the desired size

SetPixelsPerInch
Register - -returns the resolution of the printer

GetResolution
SetPixelsPerInch - -prints text at the desired angle} {-current font must be TrueType!

CanvasTextOutAngle

Types

PWordArray
TWordArray

Constants

CBinMax
CCHBinName
CPaperNames

Variables


Functions


procedure CanvasTextOutAngle (OutputCanvas: TCanvas; X,Y: integer; Angle: Word; St: string);

TPrintSet

TPrintSet.Destroy


function GetResolution: TPoint;

-insures that PixelsPerInch is set so that text print at the desired size

SetPixelsPerInch


procedure Register;

-returns the resolution of the printer

GetResolution


procedure SetPixelsPerInch;

-prints text at the desired angle} {-current font must be TrueType!

CanvasTextOutAngle


Types


PWordArray = ^TWordArray

TWordArray = array[0..255] of Word;
Maximum number of paper sizes

Constants

CBinMax = 256

Size of bin name (should have been in PRINT.PAS

CCHBinName = 24

see the WinTypes unit for constant declarations such as} {dmPaper_Letter, dmbin_Upper, etc

CPaperNames = 256

Maximum number of bin sources

Variables