From c5263e3f495fb2fc06700cd2f7e71e80708c845f Mon Sep 17 00:00:00 2001 From: Lars Muldjord Date: Tue, 22 Nov 2016 17:30:50 +0100 Subject: Now omits special chars. I think it works as expected now, but need to check all chars against latin1 charset --- tools/fontgen/generator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/fontgen/generator.h') diff --git a/tools/fontgen/generator.h b/tools/fontgen/generator.h index bbf156f..97b1944 100644 --- a/tools/fontgen/generator.h +++ b/tools/fontgen/generator.h @@ -58,6 +58,8 @@ private: const int &curChar, QImage &image); int getHorizOffset(const QImage &image); int getFontWidth(const QImage &image, const int &horizOffset); + + void assembleFinalFont(const QList &chars, const int &fontHeight); }; #endif // _GENERATOR_H -- cgit v1.2.3