You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
3.4 KiB

4 years ago
  1. Installing GNU FreeFont
  2. =======================
  3. GNU FreeFont can be used in any modern operating system.
  4. This document explains how to install FreeFont on some common systems.
  5. UNIX/GNU/Linux/BSD Systems
  6. --------------------------
  7. FreeFont works with any system using the free font rasterizer FreeType
  8. <http://www.freetype.org/>. Some features such as glyph substitution and
  9. positioning may be handled by the text layout library
  10. Pango <http://www.pango.org/>.
  11. Most recent systems using FreeType2 and Pango handle OpenType fonts well,
  12. but on older systems TrueType may perform better.
  13. * Debian GNU/Linux
  14. Users of Debian GNU/Linux system will probably want to use the Debian package,
  15. named 'ttf-freefont', available from the Debian Linux site.
  16. Install the fonts by issuing the command
  17. apt-get install ttf-freefont
  18. * KDE local installation
  19. Users of KDE can install .ttf files on a per-user basis using the KDE
  20. Control Center module "kcmfontinst", which may appear in the menu as
  21. Settings -> System Administration -> Font Installer
  22. This is especially helpful for developers and testers.
  23. * Generic X Window systems
  24. 1) Fetch the freefont-ttf.tar.gz package with Free UCS outline fonts
  25. in the TrueType format.
  26. 2) Unpack TrueType fonts into a suitable directory,
  27. e.g. /usr/local/share/fonts/default/TrueType/
  28. 3) If you have chosen any other directory, make sure the directory you
  29. used to install the fonts is listed in the path searched by the X
  30. Font Server by editing the config file in /etc/X11/.
  31. In some systems, you list the directory in the item "catalogue="
  32. in the file /etc/X11/fs/config.
  33. 4) Run ttmkfdir in the directory where you unpacked the fonts.
  34. Microsoft Windows 95/98/NT/2000/XP; Vista/7
  35. -------------------------------------------
  36. Note that in at least Windows 7, Vista, XP and 2000, the TrueType versions
  37. perform much better than, and are recommended over, the OpenType ones.
  38. For good font smoothing in Windows, Microsoft ClearType must be enabled.
  39. The native Windows web browser must be used to install, enable, and configure
  40. ClearType. A web search for "ClearType Tuner" will find the proper web pages.
  41. Recent versions of the browser raise a security block (a yellow bar at the
  42. top of the window), which you must act upon to allow installation. A
  43. checkbox in the window turns ClearType on (in Win-speek, "Turn on ClearType").
  44. The change happens immediately.
  45. * Vista, Windows 7:
  46. 1) From the Start menu, open Control Panels
  47. 2) Drag-n-drop font files onto Fonts control panel
  48. You may get a dialog saying
  49. "Windows needs your permission to continue"
  50. a) Click Continue
  51. * 95/98/NT:
  52. The font installation is similar to Vista.
  53. In order to use OpenType, users of Windows 95, 98 and NT 4.0 can
  54. install Adobe's 'Type Manager Light', which may be obtained from
  55. the Adobe web site.
  56. Otherwise, use the TrueType versions.
  57. Apple Mac OS X
  58. --------------
  59. Support for OpenType on MacOS X started with OS 10.4, and has been improved
  60. gradually in later versions.
  61. Installing on Mac OS X consists of moving the font files to either
  62. /Library/Fonts/ or ~/Library/Fonts/
  63. depending on whether they should be available to all users on your system
  64. or just to your own user.
  65. --------------------------------------------------------------------------
  66. $Id: INSTALL,v 1.11 2011-06-12 07:14:12 Stevan_White Exp $