Results 1 to 10 of 10
I have a bunch of TTF fonts from my last windows installation
and some of them I would like to keep.
How can I add them to this Debian 4.0 ...
- 05-21-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 45
adding fonts
I have a bunch of TTF fonts from my last windows installation
and some of them I would like to keep.
How can I add them to this Debian 4.0 etc installation and will they be available for all programs such as OOo 2.0 or do I also have to install them in OOo 2.0 and if so how?
Thanks
- 05-21-2007 #2
The following method works on any Linux distro,
You first create a directory in /usr/share/fonts (although the directory doesn't really need to be in /usr/share/fonts, I put it there because thats where other fonts reside) where you are going to store the truetype fonts. Copy the fonts to the directory you created and then make sure that the fonts in your directory are indexed. Logout and back again. All apps will then be able to use your fonts.Code:#mkdir /usr/share/fonts/msttf #cp /path/to/fonts/*.ttf /usr/share/fonts/msttf/. #cd /usr/share/fonts/msttf/ #mkfontdir && mkfontscale
- 05-21-2007 #3Just Joined!
- Join Date
- May 2007
- Posts
- 45
It worked like a charm
Tanks
Ps is there a way to this like in windows when you open a folder with in a folder so it opens in the same folder rather than opening an other folder all the time?
Thanks
- 05-22-2007 #4Just Joined!
- Join Date
- May 2007
- Posts
- 45
I think I have a problem
i added more font rebooted and all the font that was associated with login and desktop icon were little white square and iceweasel did not want to start.
So I deleted everything that was in the msttf and back to normal any recommendation?
Thanks
- 05-22-2007 #5
If you don't like the nautilus spatial mode in GNOME, enter the command below
Code:gconftool-2 --type bool --set /apps/nautilus/preferences/always_use_browser true
Sorry, I can't help with this one because I have never experienced such a problem before so don't know what maybe causing it.
Originally Posted by showgun
- 05-22-2007 #6
Don't you also need to add the "/usr/share/fonts/msttf" fontpath in /etc/X11/xorg.conf? I use a particular custom script for adding fonts to my Debian systems, but it's a bit ugly and gives me strange warning messages. I use a software package called "ttmkfdir", which I gather processes TrueType fonts or something.
Isaac Kuo, ICQ 29055726 or Yahoo mechdan
- 05-22-2007 #7Just Joined!
- Join Date
- May 2007
- Posts
- 45
Hi guys I just install ttmkfdir as you suggested I also install a couple applets.
Now I think what I will do is add one font at the time it might take me a few dayssss but I will see if some particular fonts are causing the problem or all of them.
This is the only option I can think of doing.
- 05-22-2007 #8
- 05-22-2007 #9
- 05-22-2007 #10Just Joined!
- Join Date
- May 2007
- Posts
- 45
Finally since I had not done the above procedure when I added more fonts before I decided to rm all the contents of the dir. and redid the procedure it works fine.
I just realize why when I did the co command using the *.ttf not all the font.ttf got copied in the directory and it is because they are .TTF
since LInux is precise in that manner I will have to pay extra attention to this <BG>
Thanks


Reply With Quote

