summaryrefslogtreecommitdiff
path: root/fonts/ms-ttf
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2005-03-30 16:11:48 +0000
committermartti <martti@pkgsrc.org>2005-03-30 16:11:48 +0000
commit34b5d4e6d3e66aed7a68b16237b8df0a97332090 (patch)
tree9602e65baf0479405823ceff938914ade46ddfe2 /fonts/ms-ttf
parente8b78a63a902b3e9e9607ab08b2ff6f6d64ac0af (diff)
downloadpkgsrc-34b5d4e6d3e66aed7a68b16237b8df0a97332090.tar.gz
Initial version
Diffstat (limited to 'fonts/ms-ttf')
-rw-r--r--fonts/ms-ttf/MESSAGE32
1 files changed, 32 insertions, 0 deletions
diff --git a/fonts/ms-ttf/MESSAGE b/fonts/ms-ttf/MESSAGE
new file mode 100644
index 00000000000..658b6b28256
--- /dev/null
+++ b/fonts/ms-ttf/MESSAGE
@@ -0,0 +1,32 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2005/03/30 16:11:48 martti 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 # [1]
+# mkfontdir ${PREFIX}/lib/X11/fonts/TTF #
+# fc-cache -v # [2]
+
+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 also pkgsrc/fonts/mkfontscale if you don't have mkfontscale
+ in ${X11BASE}/bin (as part of your X server)
+
+[2] Install also pkgsrc/fonts/fontconfig
+===========================================================================