summaryrefslogtreecommitdiff
path: root/docs/README.linux-fb
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2001-06-14 18:10:01 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-06-14 18:10:01 +0000
commit7d1a049bc39000840d2989f38e0ac444958d8740 (patch)
treef2c0576862678435fd9347d0f4a1e75136e71213 /docs/README.linux-fb
parent685144826761ae80bd0a8241199f20cd6664d785 (diff)
downloadgdk-pixbuf-7d1a049bc39000840d2989f38e0ac444958d8740.tar.gz
Add some example config files that can be used with the URW fonts.
2001-06-14 Alexander Larsson <alexl@redhat.com> * docs/README.linux-fb: Add some example config files that can be used with the URW fonts. * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): Set up the color ramps for DirectColor mode.
Diffstat (limited to 'docs/README.linux-fb')
-rw-r--r--docs/README.linux-fb9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/README.linux-fb b/docs/README.linux-fb
index 049e11ff0..b704b0364 100644
--- a/docs/README.linux-fb
+++ b/docs/README.linux-fb
@@ -44,7 +44,7 @@ it looks in $prefix/lib/ft2fonts, and if you want to change this you
must add something like:
[PangoFT2]
-FontPath = /usr/share/fonts/default/TrueType
+FontPath = /usr/share/fonts/default/Type1:/usr/share/fonts/default/TrueType
To your $prefix/etc/pango/pangorc or ~/.pangorc.
@@ -53,7 +53,12 @@ This is done by creating a $prefix/etc/pango/pangoft2.aliases or
~/.pangoft2_aliases file. You can also set the name of this file using the
key AliasFiles in the PangoFT2 section in pangorc.
-An example of a font alias file is:
+An example of a font alias file for the urw fontset is:
+sans normal normal normal normal "urw gothic l"
+serif normal normal normal normal "urw palladio l"
+monospace normal normal normal normal "nimbus mono l"
+
+And one using the Windows truetype fonts is:
sans normal normal normal normal "arial"
serif normal normal normal normal "times new roman"
monospace normal normal normal normal "courier new"