From 5ba657b79019ac679552d42b9e128123cd3091e9 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 3 Nov 2019 17:34:25 +0100 Subject: [PATCH] Implemented #394: now there is 'XLarge', 'XXLarge' and 'XXXLarge' for default fonts as well. --- src/fontgen/fontgen.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fontgen/fontgen.cc b/src/fontgen/fontgen.cc index 8b9b656c7..1525f54ee 100644 --- a/src/fontgen/fontgen.cc +++ b/src/fontgen/fontgen.cc @@ -29,6 +29,8 @@ #include // The system font to use +// NOTE: "Libration Mono" works only well for Ubuntu 16. The version from +// Ubuntu 18++ does not come with good hinting and is bad without AA. static const char *font_name = "Liberation Mono"; /**