diff options
author | Lars Muldjord <muldjordlars@gmail.com> | 2016-11-22 17:30:50 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-12-02 16:57:35 +0100 |
commit | c5263e3f495fb2fc06700cd2f7e71e80708c845f (patch) | |
tree | da120c861c0cbf7c37b5ac68374263733e783f6e /tools/fontgen/generator.h | |
parent | 8b68faccfcbe3564e93f018d9aefe62e289c1681 (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.h | 2 |
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 |