subsurface/android-mobile/font.qrc
Dirk Hohndel 9a35519a2a 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>
2019-09-21 15:13:10 -07:00

7 lines
150 B
Text

<RCC>
<qresource prefix="/fonts">
<!-- we need to load our own font for OnePlus phones -->
<file>Roboto-Regular.ttf</file>
</qresource>
</RCC>