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)