|
Re: [Plplot-devel] Release issues related to unicode fonts
From: Andrew Ross <andrewross@us...> - 2005-01-27 13:51
|
On Sat, Jan 22, 2005 at 09:31:40PM -0800, Alan Irwin wrote: > > Here are the remaining postscript problems that I mentioned before with > > -psc -drvopt text > > These problems disappear if -drvopt text is dropped. > > + Contour labels outside viewport as for > > -dev png -fam -fflen 2 -drvopt text,smooth,24bit > > + showstopper axis labelling issue for 3D plots with azimuth within 15 deg > or so of multiples of 90 deg. OK. This is now fixed. The postscript driver was making assumptions about the nature of the shear applied to the font which were not valid. A more detailed transformation makes the results consistent with the other drivers. This is a bit of a kludge still - the angle theta is not strictly the rotational part of the transformation matrix. It is the angle of the baseline calculated in plsym.c which is not the same thing. > > + the xform setting in plhrsh (plsym.c) is a kludge. This is now the only postscript issue remaining. What exactly is your problem here Alan? (I've not looked too closely at this bit of code yet). > + bounding box done incorrectly. Shows especially in example 13. Andrew |
| Thread | Author | Date |
|---|---|---|
| Re: [Plplot-devel] Release issues related to unicode fonts | Andrew Ross <andrewross@us...> |