pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/ms-ttf Initial version



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e961476c80b0
branches:  trunk
changeset: 491828:e961476c80b0
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed Mar 30 16:11:48 2005 +0000

description:
Initial version

diffstat:

 fonts/ms-ttf/MESSAGE |  32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r 1645217e560a -r e961476c80b0 fonts/ms-ttf/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/ms-ttf/MESSAGE      Wed Mar 30 16:11:48 2005 +0000
@@ -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
+===========================================================================



Home | Main Index | Thread Index | Old Index