Unit msepostscriptprinter

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Record pspointty  
Class tpostscriptprinter  
Record psfontinfoty  
Record imagecachety  
Class tpostscriptcanvas  

Functions and Procedures

function psrealtostr(const avalue: real): string;
procedure pstranslate(var mat: psmatrixty; const dist: pspointty);
procedure psretranslate(var mat: psmatrixty; const dist: pspointty);
procedure psscale(var mat: psmatrixty; const scale: pspointty);
procedure psscale(var mat: psmatrixty; const scale: flo64);
procedure psscalex(var mat: psmatrixty; const scale: flo64);
procedure psscaley(var mat: psmatrixty; const scale: flo64);
procedure psrotate(var mat: psmatrixty; const angle: real);
function pstransform(const mat: psmatrixty; const apoint: pspointty): pspointty; overload;
function pstransform(const mat: psmatrixty; const apoint: pointty): pspointty; overload;
function psdist(const source,dest: pspointty): pspointty; overload;
function pspoint(const apoint: pointty): pspointty;
procedure psnormalizerect(var ll,ur: pspointty);

Types

psmatrixty = array [0..2] of array [0..1] of real;
psfontinfoarty = array of psfontinfoty;
psalignty = (...);
pslevelty = (...);
imagecachekindty = (...);
imagecachearty = array of imagecachety;

Constants

defaultimagecachesize = 500000;
defaultimagecachemaxitemsize = 100000;
psunitymatrix: psmatrixty = ((1,0), (0,1), (0,0));

Description

Functions and Procedures

function psrealtostr(const avalue: real): string;

This item has no description.

procedure pstranslate(var mat: psmatrixty; const dist: pspointty);

This item has no description.

procedure psretranslate(var mat: psmatrixty; const dist: pspointty);

This item has no description.

procedure psscale(var mat: psmatrixty; const scale: pspointty);

This item has no description.

procedure psscale(var mat: psmatrixty; const scale: flo64);

This item has no description.

procedure psscalex(var mat: psmatrixty; const scale: flo64);

This item has no description.

procedure psscaley(var mat: psmatrixty; const scale: flo64);

This item has no description.

procedure psrotate(var mat: psmatrixty; const angle: real);

This item has no description.

function pstransform(const mat: psmatrixty; const apoint: pspointty): pspointty; overload;

This item has no description.

function pstransform(const mat: psmatrixty; const apoint: pointty): pspointty; overload;

This item has no description.

function psdist(const source,dest: pspointty): pspointty; overload;

This item has no description.

function pspoint(const apoint: pointty): pspointty;

This item has no description.

procedure psnormalizerect(var ll,ur: pspointty);

This item has no description.

Types

psmatrixty = array [0..2] of array [0..1] of real;

This item has no description.

psfontinfoarty = array of psfontinfoty;

This item has no description.

psalignty = (...);

This item has no description.

Values
  • pa_center
  • pa_lefttop
  • pa_top
  • pa_righttop
  • pa_right
  • pa_rightbottom
  • pa_bottom
  • pa_leftbottom
  • pa_left
pslevelty = (...);

This item has no description.

Values
  • psl_1
  • psl_2
  • psl_3
imagecachekindty = (...);

This item has no description.

Values
  • ick_1
  • ick_2
  • ick_3
  • ick_4
imagecachearty = array of imagecachety;

This item has no description.

Constants

defaultimagecachesize = 500000;

This item has no description.

defaultimagecachemaxitemsize = 100000;

This item has no description.

psunitymatrix: psmatrixty = ((1,0), (0,1), (0,0));

This item has no description.


Generated by PasDoc 0.17.0.snapshot.