commit | 3c56110469b86a7665c18ce165d4ad0e5870ebb3 | [log] [tgz] |
---|---|---|
author | Oliver Sander <oliver.sander@tu-dresden.de> | Sat Sep 15 13:58:37 2018 +0200 |
committer | Albert Astals Cid <tsdgeos@yahoo.es> | Fri Dec 21 19:43:28 2018 +0000 |
tree | 7f0afe709a1dd6095d6d8e5311d1eedd74ed9568 | |
parent | 7477b71e5c4f2d3f4876c1c9cba3c937506bfdaa [diff] |
Remove all Splash code from the Arthur backend Previously, Splash code was used to get the codeToGID mapping for font rendering (which you apparently cannot get from Qt). This patch reimplements the same functionality using only FoFi and FreeType. This makes the code easier to understand, because it removes several layers of redirection.