LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-18-2004, 03:44 AM   #16
_UnPrEdictAbLe_
Member
 
Registered: Aug 2004
Location: Hyderabad, India
Distribution: Fedora Core 4
Posts: 183

Original Poster
Rep: Reputation: 30

Hi,

I havent been trying out the stuff u suggested, coz i havent been able to get any windows fonts....
I will get back with problems if any, when i do something...
also, i will post a description, when i successfully do it.

regards
unpredictable
 
Old 10-18-2004, 05:22 AM   #17
Boby
Member
 
Registered: Feb 2004
Posts: 781

Rep: Reputation: Disabled
You can use a fontdownloader script that will automatically download many many fonts for you:

Click Me 1
Click Me 2 [3218 free fonts]
Click Me 3 [6700 fonts]
Click Me 4 [6760 fonts]

Boby
 
Old 10-18-2004, 05:49 AM   #18
z-vet
Member
 
Registered: Aug 2004
Location: Israel
Distribution: LMDE 5
Posts: 271

Rep: Reputation: 34
_UnPrEdictAbLe_
If you want, i can send you some TT fonts i have. PM for details.
 
Old 10-18-2004, 11:30 AM   #19
Boby
Member
 
Registered: Feb 2004
Posts: 781

Rep: Reputation: Disabled
OFFTOPIC
Quote:
If you want, i can send you some TT fonts i have. PM for details.
You can't send PM's on LinuxQuestions.org. The feature is only available to "Contributing Members" and "Moderators".

Boby!
 
Old 10-18-2004, 11:36 AM   #20
_UnPrEdictAbLe_
Member
 
Registered: Aug 2004
Location: Hyderabad, India
Distribution: Fedora Core 4
Posts: 183

Original Poster
Rep: Reputation: 30
Angry

Thats discriminating....
Anyway.. I think I will find a windows PC and get those... By the way...can anyone tell me which directory does Windows XP save its fonts ???

regards
unpredictable
 
Old 10-18-2004, 11:55 AM   #21
Boby
Member
 
Registered: Feb 2004
Posts: 781

Rep: Reputation: Disabled
Quote:
can anyone tell me which directory does Windows XP save its fonts ???
c:\windows\Fonts\

Boby
 
Old 10-18-2004, 01:36 PM   #22
z-vet
Member
 
Registered: Aug 2004
Location: Israel
Distribution: LMDE 5
Posts: 271

Rep: Reputation: 34
Quote:
You can't send PM's on LinuxQuestions.org.
That's really discriminating.
 
Old 10-18-2004, 02:29 PM   #23
Boby
Member
 
Registered: Feb 2004
Posts: 781

Rep: Reputation: Disabled
Quote:
That's really discriminating.
Please take a look:
http://www.linuxquestions.org/questi...8587#post98587

This is Jeremy's decision! And I thing he is right. You can search the forum for more info about this
 
Old 10-18-2004, 02:59 PM   #24
_UnPrEdictAbLe_
Member
 
Registered: Aug 2004
Location: Hyderabad, India
Distribution: Fedora Core 4
Posts: 183

Original Poster
Rep: Reputation: 30
Ya seems he is right...


regards
unpredictable
 
Old 10-19-2004, 07:20 AM   #25
_UnPrEdictAbLe_
Member
 
Registered: Aug 2004
Location: Hyderabad, India
Distribution: Fedora Core 4
Posts: 183

Original Poster
Rep: Reputation: 30
Angry

Hi,

I copied the folder c:\WINDOWS\Fonts from a remote PC.

Then in konqueror I typed
Code:
fonts:/Personal
I created a folder "windows" there and pasted all fonts. Not much seemed to happen. So I opened Control Center and looked up the font installer. I logged into admin mode and installed the fonts in the already present "TTF" subdirectory.

Now, all KDE based application, i.e. which start with a K, KWord, Control Center, the KDE environment can see those fonts, but "OpenOffice.org Writer" or any other application related to it didnt show up any fonts.

As FONTS are basically used so that I can document well and also see some webpages well...so please tell me where to put those fonts. I dont want to put those fonts in 2-3 places as they take up 80 MB of space.

regards
unpredictable
 
Old 10-19-2004, 07:36 AM   #26
z-vet
Member
 
Registered: Aug 2004
Location: Israel
Distribution: LMDE 5
Posts: 271

Rep: Reputation: 34
You need to tell a system to use these fonts in LookNFeel>Fonts. Also turn antialiasing on.
 
Old 10-19-2004, 08:37 AM   #27
_UnPrEdictAbLe_
Member
 
Registered: Aug 2004
Location: Hyderabad, India
Distribution: Fedora Core 4
Posts: 183

Original Poster
Rep: Reputation: 30
Well...

The KDE system is using those fonts..... its the other applications not using it...

and btw, my control center is a little modified... i m using fedora core 2.

regards
unpredictable.
 
Old 10-19-2004, 08:46 AM   #28
Boby
Member
 
Registered: Feb 2004
Posts: 781

Rep: Reputation: Disabled
I know 2 ways to use microsoft fonts or other in linux:

1)
The easyest way :P .. and the best if you want only microsoft fonts.
Download and install the RPM you find on this page:
http://www.mjmwired.net/resources/mj...ebbd7a3896#ttf
Tipp: You can find on that page a lot of other good howto's.

2)
mkdir ~/.fonts
cd to your windows folder [where you mounted the partition]
ex: cd /mnt/win_hdd/windows/Fonts
cp *.ttf ~/.fonts
cd ~./fonts
chown -R user:user *

also I thing you have to use then /etc/init.d/xfs restart

OpenOffice.org can not see this fonts, but you can use oopadmin to enable them . Start this as root to make system wide changes, or as normal user to make them only for this one.

Hope this helped!
Boby

Last edited by Boby; 10-19-2004 at 08:48 AM.
 
Old 10-19-2004, 10:22 AM   #29
_UnPrEdictAbLe_
Member
 
Registered: Aug 2004
Location: Hyderabad, India
Distribution: Fedora Core 4
Posts: 183

Original Poster
Rep: Reputation: 30
Thumbs up

Superb solution...

The first solution is simply great..... All applications... including OpenOffice.org automatically started using Windows fonts.....and ya that site contains a lot of good how tos...

thanks...

regards
unpredictable
 
Old 10-19-2004, 03:56 PM   #30
_UnPrEdictAbLe_
Member
 
Registered: Aug 2004
Location: Hyderabad, India
Distribution: Fedora Core 4
Posts: 183

Original Poster
Rep: Reputation: 30
Angry

Ohhhh my god.....

My XMMS crashed.... all because of the font upgrade. Look at this....

Code:
[anurag@localhost anurag]$ xmms

Gtk-ERROR **: Unable to load default font.
aborting...
Aborted
What should I do to repair this ??

regards
unpredictable.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kde fonts compared to gnoome fonts jang Linux - Distributions 5 08-03-2007 11:03 AM
Fonts question: how to get a full list of fonts in Abiword vharishankar Linux - Software 1 03-17-2005 12:11 PM
is there a way to make Suse fonts look the same as knoppix fonts lemuel Linux - General 0 01-11-2005 10:27 AM
fonts.scale/fonts.dir: Naming convention kaon Linux - General 0 08-09-2004 06:02 AM
Any way to convert ttf fonts to linux console fonts? Glockage Linux - Software 7 12-30-2002 07:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration