From f70b955ce8fcb9d034bc46ccc3d1c9cc675a2f98 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 20 Aug 2020 14:54:39 +0200 Subject: Remove the QPF2 font engine The QPF2 font engine has been kept around for compatibility reasons in Qt 5.x, and it is time for it to retire for now. If we want something like this in the future, we can revive it with hardware acceleration / Qt Quick as one of the primary use cases, but for now, it seems that Freetype and our existing caching is sufficient also for low-end use cases. [ChangeLog][QtGui][Text] Removed support for the legacy QPF2 font format as well as the makeqpf tool used to generate those files. Change-Id: Id43039c92fe5bd95b628cd769e045c029f39a350 Reviewed-by: Lars Knoll --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 177107847a..d9902effad 100644 --- a/.gitignore +++ b/.gitignore @@ -75,7 +75,6 @@ qt*-config.pri /bin/linguist /bin/lrelease /bin/lupdate -/bin/makeqpf /bin/moc /bin/patternist /bin/phonon -- cgit v1.2.3