Search code examples
qtraspberry-piyoctoqtquick2

QtQuick drawing shapes and colors but not text


I've just tried running my qtquick2 application, my application opens successfully but no text is drawn.


Solution

  • Fonts are probably missing on your target. You can add them to your layer by appending IMAGE_INSTALL_append with ttf-dejavu-sans, ttf-ubuntu-mono, ttf-ubuntu-sans or any other font.