Add note about how to add fonts on Windows.
authorerg <devnull@localhost>
Wed, 30 Jan 2008 14:56:36 +0000 (14:56 +0000)
committererg <devnull@localhost>
Wed, 30 Jan 2008 14:56:36 +0000 (14:56 +0000)
doc/fontfaq.txt

index da79202dddac6d0474a3bce41f50c9424d9acb99..b5d790b0b9828ec791543843ff8307727ae2b8d6 100644 (file)
@@ -176,8 +176,14 @@ How can I add a custom font?
   For a single font, e.g., foo.ttf:
        $ mkdir -p ~/.fonts
        $ cp foo.ttf ~/.fonts/
+
+  One can run fc-cache to speed up the use of fontconfig.
        $ fc-cache
 
+  For Windows users, one can go to the C:\windows\fonts
+  folder and use File -> Install New Font from the pull-down menus
+  to install the font.
+
   For a new font directory, e.g., /Library/Fonts, add a new <dir> element
 
     <dir>/Library/Fonts</dir>