Page 1 of 1

Insert text on Linux (Ubuntu) doesn't work.

Posted: Thu Feb 16, 2006 7:28 am
by racoon97
Hi,
I have a little problem to insert text : no font is available like this topic :
http://www.lostmarble.com/forum/viewtop ... light=text
My moho run on Linux Ubuntu 5.10. How to do to Moho could found the fonts ?

Posted: Fri Feb 17, 2006 4:52 am
by jorgy
I think you will need to edit line 31 of the "moho" script itself. On my Fedora Core 4 box, I changed it to look like:

export MOHO_FONTS=/usr/X11R6/lib/X11/fonts/Type1

The other place that fonts might be is /usr/share/fonts/default/Type1 (you may want to google on this). Finally, you could copy over your ttf files to another directory and put that directory name into this directory. I usually just copy my ttf files into /usr/X11R6/lib/X11/fonts/Type1.

Hope this helps,

jorgy

Posted: Sat Feb 18, 2006 12:47 am
by racoon97
Thanks a lot !
It's works now :D