summaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-06-20 18:07:19 +0000
committercorvid <corvid@lavabit.com>2010-06-20 18:07:19 +0000
commitf45c41c6d1caae65430eb1760cb7ae8c74297056 (patch)
treed71e72c0cd27af165c76ed582ebf231017afdec3 /dillorc
parent5aad83cd7b48e136b04593c51ab820894922bb49 (diff)
dillorc more detailed information on fonts
Diffstat (limited to 'dillorc')
-rw-r--r--dillorc16
1 files changed, 11 insertions, 5 deletions
diff --git a/dillorc b/dillorc
index db8ecdcf..ba132ba0 100644
--- a/dillorc
+++ b/dillorc
@@ -46,17 +46,23 @@
# RENDERING SECTION
#-------------------------------------------------------------------------
-# Fontnames:
-# - some fonts may slow down rendering.
-# - try to tune a fontname/font_factor combination.
-# Ex. {helvetica, lucida, times, "new century schoolbook", utopia, ...}
-# The values below represent the defaults.
+# Default fonts:
#
+# If FLTK2 has been configured with Xft enabled (the default), you can
+# use scalable fonts such as DejaVu or Liberation (try running "fc-list").
#font_serif="DejaVu Serif"
#font_sans_serif="DejaVu Sans"
#font_cursive="URW Chancery L"
#font_fantasy="DejaVu Sans"
#font_monospace="DejaVu Sans Mono"
+#
+# Otherwise, use bitmapped fonts like the following (for a list, try running
+# "xlsfonts -fn *-iso10646-1 | grep -v -e -0-0 | cut -d - -f 3 | sort | uniq").
+# font_serif="times"
+# font_sans_serif="helvetica"
+# font_cursive="helvetica"
+# font_fantasy="helvetica"
+# font_monospace="courier"
# All font sizes are scaled by this value
# font_factor=1.5