mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
31 lines
938 B
Plaintext
31 lines
938 B
Plaintext
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.8 2012/06/13 08:15:13 mef Exp $
|
|
|
|
To use xfstt, you will need to perform the following steps:
|
|
|
|
1. Install TrueType fonts (e.g. fonts/ms-ttf, or other packages providing
|
|
TrueType fonts from the fonts category), or copy your other TrueType
|
|
fonts into
|
|
|
|
${PREFIX}/lib/X11/fonts/TTF/
|
|
|
|
2. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy
|
|
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/xfstt to /etc/rc.d/xfstt and add the
|
|
following line into your /etc/rc.conf
|
|
|
|
xfstt=YES
|
|
|
|
3. Start xfstt by issuing the command
|
|
|
|
/etc/rc.d/xfstt start
|
|
|
|
4. Tell your X11 server about the new font service
|
|
|
|
xset fp+ unix/:7101
|
|
|
|
or add the new fontpath directly to the X11 config file, e.g. Section
|
|
"Files", in XFree86 configuration file
|
|
|
|
FontPath "unix/:7101"
|
|
===========================================================================
|