Add `xset q` section to Fonts post and strip trailing whitespace.
authorW. Trevor King <wking@drexel.edu>
Mon, 13 Feb 2012 17:50:40 +0000 (12:50 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 13 Feb 2012 17:50:40 +0000 (12:50 -0500)
posts/Fonts.mdwn

index 94bc44962e27b74d983c74eec21874528fb1af32..7fcc91434629caf8b190f4e97d475396469ce765 100644 (file)
@@ -14,6 +14,14 @@ up by X.  You can use `fc-list` to list fonts that X can find.
     Shalom:style=Stick
     …
 
+You can use `xset` to query the font path for your current X server.
+
+    $ xset q
+    …
+    Font Path:
+      /usr/share/fonts/misc/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/,built-ins
+    …
+
 I use [gucharmap][] to browse fonts and select unicode characters that
 I haven't yet bound to the keyboard via [[Xmodmap]] or
 [[XCompose|Compose_key]].  There are a number of nice fonts over at
@@ -39,7 +47,7 @@ Authoring fonts
 ===============
 
 The main open source tool seems to be [FontForge][].
-               
+
 Further reading
 ===============