opt/x11-fonts-corefonts
2006-07-05 15:31:28 +00:00
..
.footprint x11-fonts-corefonts: updated to version 2.0, uses tahoma from word viewer for licensing purposes 2006-07-05 15:31:28 +00:00
.md5sum x11-fonts-corefonts: updated to version 2.0, uses tahoma from word viewer for licensing purposes 2006-07-05 15:31:28 +00:00
Pkgfile x11-fonts-corefonts: updated to version 2.0, uses tahoma from word viewer for licensing purposes 2006-07-05 15:31:28 +00:00
README create branch for 2.2 2006-02-23 15:26:10 +00:00

REQUIREMENTS
	
	freetype, x11

PRE-INSTALL

POST-INSTALL

	1. Load "freetype" module in xorg.conf:

	---snip---

	..
	Section "Module"
	..
		Load "freetype"
	EndSection
	..

	---snip---
	
	2. add the truetype directory to your fontpath in
	   the xorg.conf file:

	---snip---

	..
	Section "Files"
	..
		FontPath   "/usr/share/fonts/corefonts/"
	EndSection
	..

	---snip---

	3. create a font info database for the new fonts

	# cd /usr/share/fonts/corefonts/
	# mkfontscale
	# mkfontdir
	# fc-cache -f

	4. restart X or rehash the font path like so:
	
	# xset fp rehash
   
PRECAUTION