LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-25-2007, 06:25 AM   #1
mathimca05
Member
 
Registered: Oct 2007
Posts: 66

Rep: Reputation: 15
Thumbs up how to install tamil fonts?(.ttf) in fc6


hi all
i tried to open a tamil newspaper website.i could not properly see the tamil letters.so i downloaded one font which is of true type font.
how can i install .ttf fonts & where to install?


thanks in advane
 
Old 10-26-2007, 09:48 AM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by mathimca05 View Post
hi all
i tried to open a tamil newspaper website.i could not properly see the tamil letters.so i downloaded one font which is of true type font.
how can i install .ttf fonts & where to install?


thanks in advane
In Debian there is a ttf-tamil-fonts which is in the main section meaning they are totally free software so first I would check to see if this or a similar package is available already in your distribution. If you are using KDE then you could just use the builtin local font installer to make it available if not then you can always do it the old fashioned way similar to this.

Code:
mkdir -p /usr/local/share/fonts/truetype
cd /usr/local/share/fonts/truetype
cp /path/to/tamil.ttf .
mkfontdir
mkfontscale
Then you would edit your xorg.conf in the Section "Files" to put the line at the top of the list like below.

Code:
Section "Files"
        FontPath        "/usr/local/share/fonts/truetype"
        FontPath        "/usr/share/fonts/truetype"
        FontPath        "/var/lib/deforma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
EndSection
Then you would restart the X server and hopefully the font is now available for your use.
 
  


Reply



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
How to install tamil fonts in redhat linux? gobi_dgm Linux - Newbie 8 06-22-2007 09:25 AM
installation of tamil fonts sundararaman SUSE / openSUSE 7 12-09-2006 01:50 AM
how do i install TTF fonts on fluxbox? asilentmurmur Slackware 12 07-14-2006 06:48 AM
Ubuntu Dapper - install ttf fonts? jz32300 Linux - Newbie 3 06-25-2006 04:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:50 AM.

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