Results 1 to 3 of 3
I would like to copy my whole Windows font dir to Linux, also overwrite excising fonts with the copy from Windows. Since I use /usr/share/fonts and most of them are ...
- 07-27-2005 #1Linux User
- Join Date
- Nov 2003
- Location
- Brooklyn, NY
- Posts
- 347
Windows Fonts
I would like to copy my whole Windows font dir to Linux, also overwrite excising fonts with the copy from Windows. Since I use /usr/share/fonts and most of them are TTF, would this work?
My Windows partition mount point is /Windows, and I have /usr/share/fonts/TTF specified in my xorg.conf.Code:# cp /Windows/Fonts/*.ttf /usr/share/fonts/TTF
Would this work? Any permission problems or anything like that?
OR
Would it be possible to simply do the following
Then add /usr/share/fonts/WindowsFonts to xorg.conf using FontPath option. The only problem that I am having thinking about this is say I have Verdana.ttf in both /usr/share/fonts/TTF and /usr/share/fonts/WindowsFonts, which one would be used? Is there a way to set priority, say when a browser is parsing a page that needs Verdana.ttf for X to first look in WindowsFonts dir before all others?Code:# mkdir /usr/share/fonts/WindowsFonts && cp /Windows/Fonts/*.ttf /usr/share/fonts/WindowsFonts
Also, same idea but adding /Windows/Fonts/ to xorg.conf directly but the above issue still stays with priority.
Anyway, any ideas?
- 07-27-2005 #2
I've always used Komander in KDE. This allows you to double click on a font file and then install it.
Nerderello
Use Suse 10.1 and occasionally play with Kubuntu
Also have Windows 98SE and BeOS
- 07-28-2005 #3Linux User
- Join Date
- Nov 2003
- Location
- Brooklyn, NY
- Posts
- 347
Well this is on one of mine "creative" computers, this is where I do all my graphic editing and web designing and what not and have an extensive collection of good fonts. We are talking about hundreds, so installing them one by one is not an option. That is besides the point that I am suing GNOME. Thanks for the tip though..
Originally Posted by Nerderello


Reply With Quote
