![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
A Carafe of Ubuntu
![]() 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 Code:
mkdir tahomafont Code:
mv IELPKTH.CAB tahomafont Code:
cd tahomafont Code:
cabextract IELPKTH.CAB Code:
sudo cp *.ttf /usr/share/fonts/truetype/msttcorefonts/ 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. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|