At last, some real progress! I don't have a fresh SVN co at home (and I have a dial up), but tomorrow morning I'll send a patch against the SVN.
I fixed a bit the UnicodeFonts class so now the raster (Agg) and SVG
outputs work. SVG needs a little more fixing.
I basicaly defined a new class, based on the Arial Unicode MS font.
class ArialUnicodeFonts(UnicodeFonts):
basepath = r'C:\WINDOWS\Fonts'
facefiledict = { 'cal' : 'KUNSTLER.TTF',
'rm' : 'times.ttf',
'tt' : 'cour.ttf',
'it' : 'ARIALUNI.TTF',
None : 'ARIALUNI.TTF',
}
...and just that! Everything else is inherited from the UnicodeFonts class.
Then I ran the mathtext_demo.py. The results are attached.
On 6/25/06, Edin Salković <[EMAIL PROTECTED]> wrote:
This is a long one.
mathtext_demo.png
Description: PNG image
mathtext_demo.svg
Description: image/svg
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
