summaryrefslogtreecommitdiff
path: root/tools/fontgen/generator.h
diff options
context:
space:
mode:
authorLars Muldjord <muldjordlars@gmail.com>2016-11-22 17:30:50 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-12-02 16:57:35 +0100
commitc5263e3f495fb2fc06700cd2f7e71e80708c845f (patch)
treeda120c861c0cbf7c37b5ac68374263733e783f6e /tools/fontgen/generator.h
parent8b68faccfcbe3564e93f018d9aefe62e289c1681 (diff)
Now omits special chars. I think it works as expected now, but need to check all chars against latin1 charset
Diffstat (limited to 'tools/fontgen/generator.h')
-rw-r--r--tools/fontgen/generator.h2
1 files changed, 2 insertions, 0 deletions
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<QImage> &chars, const int &fontHeight);
};
#endif // _GENERATOR_H