From 651a6b4d4825a5aea9207d6a9cabb98fb0cedf94 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Thu, 30 Jun 2011 15:38:06 +0200 Subject: [PATCH] More documentation --- tools/font/makefont.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/font/makefont.pl b/tools/font/makefont.pl index c9b9adc..777e359 100755 --- a/tools/font/makefont.pl +++ b/tools/font/makefont.pl @@ -11,6 +11,10 @@ # - or # - +# Font sources: +# - Google Webfonts: +# - X11 system fonts (use pcf2pdf to convert to bdf) + use strict; use warnings; use Getopt::Long;