mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12541679f4
Submitted by: maintainer 1. Xtt X True Type Server has been updated to 1.0. Now it supports KOI-8 and many ISO-8859-* TrueType fonts. 2. Old version in ports-current has following probrems. * All packages has same contents. this means all packages are broken. * incorrect PKGNAME * incorrect place for documents. it should be share/doc/. not lib/X11/doc/... * incorrect spelling
27 lines
838 B
Plaintext
27 lines
838 B
Plaintext
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!
|