Hi Alan I've looked closer in the configuration and font handling code, There are actually two type of font files, that it can use (some of the filters use one of them, the rest use the other).
For .cgm files it is afm/pfa/pfb files that are being used. The default font-dir is still ~/.uniconvertor/fonts and inside this as far as i can deduce, the fonts need to reside in some special directory layout, but exactly what the layout is, is not documented. My guess is that they may need to be put into a type1 directory. But in general the font support in uniconvertor is still lacking some. If you find out anything interesting, please let me know. Regards, Andreas -- ,-¤. Kubuntu Linux ¤ ; http://www.kubuntu.org `-¤' Linux for Human Beings On Monday 09 March 2009 07:31:52 Alan W. Irwin wrote: > Hi Andreas: > > Thanks for your reply to my bug report. > > I tried the possibility you mentioned in > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504223, but it didn't > work. > > softw...@raven> locate .sfd > /usr/lib/skencil/Resources/Fontmetrics/gsopt.sfd > /usr/lib/skencil/Resources/Fontmetrics/alias.sfd > /usr/lib/skencil/Resources/Fontmetrics/std.sfd > /usr/lib/skencil/Resources/Fontmetrics/gs.sfd > /usr/share/texmf-texlive/tex/latex/ucs/UnicodeT.sfd > > mkdir -p ~/.uniconvertor/fonts > cp `locate .sfd` ~/.uniconvertor/fonts > > Is there something more I should be doing here? > > After that change, I am still getting an empty fntlist = [] (if you apply > my debugging patch) when attempting to convert *.cgm to any other format. > So I strongly suspect this is an additional bug to the one reported in > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504223. > > Certainly, cgmloader.py seems to be unique in that it is the only loader > that uses the command > > fntlst = map(lambda l: l[0], app.Graphics.font.fontlist) > > to generate a font list (in fact, font.fontlist is not mentioned by any > other loader). It is the above command that is coming up empty when > attempting to use cgmloader.py. > > Alan > __________________________ > Alan W. Irwin > > Astronomical research affiliation with Department of Physics and Astronomy, > University of Victoria (astrowww.phys.uvic.ca). > > Programming affiliations with the FreeEOS equation-of-state implementation > for stellar interiors (freeeos.sf.net); PLplot scientific plotting software > package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of > Linux Links project (loll.sf.net); and the Linux Brochure Project > (lbproject.sf.net). > __________________________ > > Linux-powered Science > __________________________ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

