How to solve `error: unknown font family used: "MADE-UP-FAMILY"`
Unsolved
Qt for MCUs
-
Hi everyone!
I was just wondering what the best approach would be to figure out the root cause of anerror: unknown font family used: "MADE-UP-FAMILY"
. I'm pretty confident that the font includes such a requested family because it works if I set QUL_FONT related CMake properties on a different library. Our current setup would require us to use aqul_add_qml_module
and link it against a library defined withqul_add_target(... STATIC_LIBRARY)
to be then consumed in an application. The error occurs when a .qml file in the module is setting the family on a Text and then this static library is build.Thx,
Andi