summaryrefslogtreecommitdiff
path: root/x11-servers/XttXF86srv-common/pkg-descr
blob: 92cf0f3417f3815583563ebdda13daf785c71729 (plain) (blame)
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
Common files for X True Type Servers.

I. INSTALL:
  For compiling this ports, you will need about 112 - 140 MByte on your HDD.

II. CONFIGURATION
  After installing this ports, following instructions are required.

1. extract your True Type Font to FONTDIR.
    # mkdir /usr/X11R6/lib/X11/fonts/TrueType
    # cp *.ttf /usr/X11R6/lib/X11/fonts/TrueType/

2. create your font.dir file. mkfontdir.pl is a utility script.
    # cd /usr/X11R6/lib/X11/fonts/TrueType/
    # mkfontdir.pl > font.dir
   Alternatively, Use mkttfdir.pl. It's cool. You can get it from
	http://www.io.com/~kazushi/xtt/
   Also, you can edit your font.dir file manually. see documents for more
   details.
	
3. set FontPath in your XF86Config add following line to your XF86Config
    FontPath	"/usr/X11R6/lib/X11/fonts/TrueType"

4. restart your X server.

enjoy!