From 983d273e95d3bfc119652217628f568752d7b94d Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Wed, 15 Feb 2006 08:45:16 +0000 Subject: [PATCH] document font stuff for translators --- src/tuxpaint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 906d1fad4..07ee4b370 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -6953,6 +6953,7 @@ static void loadfont_callback(const char *restrict const dir, unsigned dirlen, t // will be unable to type ASCII letters, then both lines should be // translated. Otherwise, only Line X should be translated and the // ASCII-only fonts should be given bad scores in the scoring code below. + // (the best scores going to fonts that support both) if ( strcmp("Zapfino",family) && strcmp("Elvish Ring NFI",family)