Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: HOWTO: Tahoma Font in Breezy

  1. #1
    Join Date
    Apr 2005
    Location
    Vermont
    Beans
    83

    HOWTO: Tahoma Font in Breezy

    As far as I can tell, microsoft distributes this under a different license than the other true type core fonts. I think that you have to have a valid windows license to use this.

    I did this for a friend who wanted to use Tahoma in Breezy.
    The msttcorefonts package was already installed in this case. It is a prereq for this to work that you install the msttcorefonts package (to create the directory that we will use). You could modify this to use a different fonts directory, but this howto would not cover it).

    Disclaimer: I don't have a Windows license so as far as I can tell I am not allowed to do this by the license. Therefore I really can't help if it doesn't work, though I don't see any reason it wouldn't work (it worked on my friend's copy of breezy).

    The first step is to install cabextract if you do not already have it installed. You can do this through synaptic. If you have already installed the msttcorefonts package (which creates a directory that we use later and thus is necessary), then you do not need to perform this step, as cabextract was installed at that time.

    Next download the tahoma font package from microsoft. It is available here:
    http://download.microsoft.com/downlo...US/IELPKTH.CAB

    I obtained this link from the .spec file at http://corefonts.sourceforge.net/

    Next, using the terminal navigate to the directory to which you downloaded the file. For my friend, this was the desktop.
    Code:
    cd Desktop
    At this point a new folder was created:
    Code:
    mkdir tahomafont
    Now the downloaded font was moved to the tahomafont folder:
    Code:
    mv IELPKTH.CAB tahomafont
    Now the directory was changed to the tahomafont folder:
    Code:
    cd tahomafont
    Now the cabextract utility was used on the .CAB file:
    Code:
    cabextract IELPKTH.CAB
    Now the resulting .ttf files were copied to the msttcorefonts folder in the system's fonts directory (note this step will require sudo):
    Code:
    sudo cp *.ttf /usr/share/fonts/truetype/msttcorefonts/
    Now the fonts should be installed. Open up the Gnome font selector (System->Preferences->Font) and insure that the Tahoma font is available in both regular and bold forms.

    Edit: At this point feel free to delete the tahomafont directory that you created, as well as all of its contents.

    Hopefully this will be of assistance to some people.

  2. #2
    Join Date
    Oct 2004
    Location
    33.4N -112.1W
    Beans
    2,497
    Distro
    Ubuntu Budgie

    Re: HOWTO: Tahoma Font in Breezy

    You could also verify that font path is in your /etc/X11/xorg.file.
    Just look in the Section "Files" and review the FontPaths listed.

    Also rebuild your font cache.

    $ sudo fc-cache -f -v
    /path/to/Truth

  3. #3
    Join Date
    Nov 2004
    Location
    Texas
    Beans
    2,434

    Re: HOWTO: Tahoma Font in Breezy

    This almost got lost in the desktop forum. Glad I wanted Tahoma and found it.
    Those folks who try to impose analog rules on digital content will find themselves on the wrong side of the tidal wave.
    - Mark Shuttleworth

  4. #4
    Join Date
    Sep 2005
    Location
    Dhahran, SA
    Beans
    94
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: HOWTO: Tahoma Font in Breezy

    What i did was copy the tahoma.ttf file from my windows installation to my ubuntu fonts directory and then rebuilt the font cache and all was fine

  5. #5
    Join Date
    Jun 2005
    Beans
    314

    Re: HOWTO: Tahoma Font in Breezy

    THis worked great, THANK U!

  6. #6
    Join Date
    Feb 2005
    Beans
    12

    Re: HOWTO: Tahoma Font in Breezy

    Good stuff, this should probably be tacked onto some of the counter strike and wine FAQ's.

  7. #7
    Join Date
    Jan 2005
    Location
    Stockholm, Sweden
    Beans
    286

    Re: HOWTO: Tahoma Font in Breezy

    Just wanted to say thanks a lot! =)

  8. #8
    Join Date
    Oct 2005
    Location
    California
    Beans
    572
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Tahoma Font in Breezy

    Thanks, helped me with installing fonts in general. ^_^
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  9. #9
    Join Date
    Apr 2006
    Location
    Oslo, Norway
    Beans
    11
    Distro
    Dapper Drake Testing/

    Re: HOWTO: Tahoma Font in Breezy

    Quote Originally Posted by majed
    What i did was copy the tahoma.ttf file from my windows installation to my ubuntu fonts directory and then rebuilt the font cache and all was fine
    Where can I find the fonts directory?

    I can't use the 'go to font folder' option in preferences -> fonts because I need root access for copying. So I have to use the command line for this...

  10. #10
    Join Date
    Sep 2005
    Location
    Dhahran, SA
    Beans
    94
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: HOWTO: Tahoma Font in Breezy

    Quote Originally Posted by repeat
    Where can I find the fonts directory?

    I can't use the 'go to font folder' option in preferences -> fonts because I need root access for copying. So I have to use the command line for this...
    It is a hidden directory under your home directory; its name is (.fonts). Using the terminal, you can go to it with this command:

    Code:
    cd ~/.fonts
    Good luck!

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •