Log of /trunk/graf2d/postscript/inc/TPostScript.h
Parent Directory
Revision
23936 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue May 20 16:00:26 2008 UTC (6 years, 8 months ago) by
couet
File length: 6267 byte(s)
Diff to
previous 23140
- Simplify the fonts encoding (use ISOLatin1Encoding). The new way allows to
print any character with accent etc.. like on the screen. The new encoding
was done by Pierre Juillot.
Revision
23140 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 11 11:01:39 2008 UTC (6 years, 9 months ago) by
rdm
File length: 6289 byte(s)
Diff to
previous 20882
move the following directories to "graf2d":
asimage, freetype, gpad, graf, postscript, qt, win32gdk, x11, x11ttf
move the following directories to "graf3d":
eve, ftgl, g3d, gl, x3d
Revision
3267 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 21 15:51:50 2001 UTC (13 years, 2 months ago) by
brun
Original Path:
trunk/postscript/inc/TPostScript.h
File length: 7564 byte(s)
Diff to
previous 3165
Add new functions in the Postscript interface to support drawing of images
with Postscript (great thanks to Olivier Couet).
The Postscript interface is ready for the introduction of the TSAImage, etc
classes for image processing with ROOT.
The new functions implemented are:
void CellArrayBegin(Int_t W, Int_t H, Double_t x1, Double_t x2,
Double_t y1, Double_t y2);
void CellArrayFill(Int_t r, Int_t g, Int_t b);
void CellArrayEnd();
Revision
126 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 13 09:48:05 2000 UTC (14 years, 7 months ago) by
brun
Original Path:
trunk/postscript/inc/TPostScript.h
File length: 6782 byte(s)
Diff to
previous 3
- Mods in TPostScript. several function arguments changed from Float_t to
Double_t. The following functions have been modified:
Int_t CMtoPS(Double_t u) {return Int_t(0.5 + 72*u/2.54);}
void DrawBox(Double_t x1, Double_t y1,Double_t x2, Double_t y2);
void DrawFrame(Double_t xl, Double_t yl, Double_t xt, Double_t yt,
Int_t mode, Int_t border, Int_t dark, Int_t light);
void DrawPolyMarker(Int_t n, Double_t *x, Double_t *y);
void DrawPS(Int_t n, Double_t *xw, Double_t *yw);
void Text(Double_t x, Double_t y, const char *string);
void TextNDC(Double_t u, Double_t v, const char *string);
Int_t UtoPS(Double_t u);
Int_t VtoPS(Double_t v);
Int_t XtoPS(Double_t x);
Int_t YtoPS(Double_t y);
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.