mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android: bundle default font for use in OnePlus devices
This is working around a Qt Bug https://bugreports.qt.io/browse/QTBUG-69494 which prevents correct rendering of the OnePlus fonts. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cf4dbbe5f2
commit
9a35519a2a
4 changed files with 17 additions and 3 deletions
7
android-mobile/font.qrc
Normal file
7
android-mobile/font.qrc
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
<RCC>
|
||||
<qresource prefix="/fonts">
|
||||
<!-- we need to load our own font for OnePlus phones -->
|
||||
<file>Roboto-Regular.ttf</file>
|
||||
</qresource>
|
||||
</RCC>
|
Loading…
Add table
Add a link
Reference in a new issue