|
BOOL | blPSInit (char *FName, char *creator, char *AltFont) |
|
void | blPSThick (REAL thickness) |
|
void | blPSMove (REAL X, REAL Y) |
|
void | blPSDraw (REAL X, REAL Y) |
|
void | blPSSetDash (char *linepatt) |
|
void | blPSClearDash (void) |
|
void | blPSStroke (void) |
|
void | blPSFont (char *fontname, REAL size) |
|
void | blPSLText (REAL X, REAL Y, char *label) |
|
void | blPSCBText (REAL X, REAL Y, REAL Offset, char *label) |
|
void | blPSROffText (REAL X, REAL Y, REAL offset, char *label) |
|
void | blPSLCText (REAL X, REAL Y, char *label) |
|
void | blPSCTText (REAL X, REAL Y, REAL Offset, char *label) |
|
void | blPSVText (REAL x, REAL y, REAL xoff, char *text, char *font, REAL size, char *label, char *lfont, REAL lsize) |
|
void | blPSShowText (char *text) |
|
void | blPSEnd (void) |
|
char * | blPSCorrectCase (char *font) |
|
Include file for PostScript routine.
- Version
- V1.14
- Date
- 14.08.14
- Copyright
- (c) UCL / Dr. Andrew C. R. Martin 1993-2014
- Author
- Dr. Andrew C. R. Martin
- Institute of Structural & Molecular Biology, University College London, Gower Street, London. WC1E 6BT.
- andre.nosp@m.w@bi.nosp@m.oinf..nosp@m.org..nosp@m.uk andre.nosp@m.w.ma.nosp@m.rtin@.nosp@m.ucl..nosp@m.ac.uk
This code is NOT IN THE PUBLIC DOMAIN, but it may be copied according to the conditions laid out in the accompanying file COPYING.DOC.
The code may be modified as required, but any modifications must be documented so that the person responsible can be identified.
The code may not be sold commercially or included as part of a commercial product except as described in the file COPYING.DOC.
Description:
Include file for using with PSRoutines.c
Variables are defined only from the main program. Otherwise they are referenced as external.
Usage:
Revision History:
- V1.0 06.02.91 Original
- V1.7 25.02.91 Fixed prototypes and definition of PSFile.
- V1.10 07.05.92 Changed all prototypes to doubles
- V1.11 23.06.94 Made gPSFile a global
- V1.12 07.07.14 Use bl prefix for functions By: CTP
- V1.13 31.07.14 Updated deprecation: Removed deprecated.h and added prototypes for renamed functions. By: CTP
- V1.14 14.08.14 Moved deprecated function prototypes to deprecated.h By: CTP
Definition in file ps.h.