Freetype - Windows CE - 4.8.x
-
Heads up. I have a working implementation for Windows targets. I've tested it on both regular Windows and Windows CE, it seems fine!
The implementation has been put together from a mashup of the existing Qt4 Freetype targets with parts of the Qt5 Windows Freetype implementation thrown in for good measure. ... so it's going to need review.
I still need to add proper support for font enumeration which I plan to back port from Qt5.
-
See "this code review":https://codereview.qt-project.org/#/c/100430/ for more
-
See "this code review":https://codereview.qt-project.org/#/c/100430/ for more
-
Back from the dead. I had some free time, so I applied my patches to a fork of the latest Qt 4 repo on Github:
https://github.com/leeson-consulting/qt
I've applied some other patches gleaned off the internet to allow the code to work with VS 2017 and added a helper build script.
Hope it's of use to someone :-)