On Wed, 15 May 2002, Shachar Shemesh wrote: > Tzafrir Cohen wrote: > > >On Tue, 14 May 2002, Tzafrir Cohen wrote: > > > > > > > >>I could see a list of Type1 fonts in the fonts menu (helvetica, times, > >>bookman, etc.). What do I need to do to make it use my Hebrew fonts? > >> > >> > > > >The fonts issue was due to the use of a fonts server (and a non-standard > >one: xfstt . Still left for historical reasons). > > > >I switched to local fonts dir and things work, including printing. > > I've had the same problem, and for the same reasons, I suspect. How do I > change this configuration?
1. make sure you have ttmkfdir installed In my case it took 'apt-get install ttmkfdir' 2. go to the fonts directory. I used /usr/share/fonts/truetype/ttfheb cd /usr/share/fonts/truetype/ttfheb 3. run there: ttmkfdir >fonts.dir 4. Add it to the configuration of XFree: in /etc/X11/XF86Config add, among the other FontPath lines (before the one pointing ot your fonts server): FontPath /usr/share/fonts/truetype/ttfheb 5. And for the current session, if you want: xset fp+ /usr/share/fonts/truetype/ttfheb WorksForMe -- Tzafrir Cohen mailto:[EMAIL PROTECTED] http://www.technion.ac.il/~tzafrir ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]