summaryrefslogtreecommitdiff
path: root/fonts/ms-ttf/MESSAGE
blob: 38d5f1f0ce4198c983e2e52ca6a22fe768df3b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
===========================================================================
$NetBSD: MESSAGE,v 1.2 2005/06/19 13:57:30 minskim Exp $

After installing ${PKGNAME} you must run the following commands
to use these TrueType fonts with your X server:

# mkfontscale ${PREFIX}/lib/X11/fonts/TTF
# mkfontdir ${PREFIX}/lib/X11/fonts/TTF		#
# fc-cache -v					# [1]

You must also configure your X server to use the new fonts. Add
these to your /etc/X11/XF86Config. Make sure the TTF and Type1
font settings are the first FontPath lines.

Section "Files"
	FontPath     "${PREFIX}/lib/X11/fonts/TTF/"
	FontPath     "${X11BASE}/lib/X11/fonts/Type1/"
	...
EndSection

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

[1] Install pkgsrc/fonts/fontconfig
===========================================================================