FAQ - Frequently asked questions about fontsWhat are TrueType fonts?TrueType is an outline font standard originally developed by Apple Computer in the late 1980s. The primary strength of TrueType was originally that it offered font developers a high degree of control over precisely how their fonts are displayed, right down to particular pixels, at various font heights.Most downloadable fonts from this website are TrueType fonts. (Source: en.wikipedia.org) How to install a font in Windows:Windows supports TrueType fonts or fonts that are specially designed for Windows, and these fonts are available commercially. Some programs also include special fonts that are installed as part of the program installation. Additionally, printers frequently come with TrueType or special Windows fonts. Follow the directions that come with these products to install these fonts.
Where are the fonts on the hard disk of my computer?Windows stores fonts in the folder C:\WINDOWS\FONTS. Newer versions of Linux use /usr/share/fonts.How to install fonts in Linux:This tutorial describes how to install TrueType fonts
on Debian GNU/Linux 4.0 (etch). In other Linux distributions like
Redhat/Fedora or SuSE it works in a similar way.
In Linux fonts are often stored in /usr/share/fonts or /usr/X11R6/lib/X11/fonts. It is possible, though not recommended, to store fonts anywhere in the system.
When you want to use Microsofts TrueType fonts on your Linux box, you can install the package "msttcorefonts". The non-free repository has to be enabled in /etc/apt/sources.list. Just enter "apt-get install msttcorefonts" to install and configure the fonts automatically. Manuell installation of fonts will be descibed below: Unpack your TrueType fonts and copy them to /usr/local/fonts/ttf. <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <dir>/usr/local/fonts/ttf</dir> </fontconfig> Call "fc-list" to check if the new fonts were recognized by the system. If this ist the case all applications that are capable of handling TrueType fonts can use the new fonts from now on. How to use TrueType fonts under Linux:Under Linux TrueType fonts can be used in all applications which support them. OpenOffice ist only one of them.
|
||||||||||||||