font.unicodeCoverage not able to use in Qt MCUs
Unsolved
Qt for MCUs
-
I can able to use fon.pixelsize property but why i cannot able to use unicodeCoverage property in Qt MCUs.
-
@ylopes Actually i wants to display the unicode characters ,but the character is dynamic .
So i planed to get the characters from the defined array from CPP file .but while getting the char from CPP, qml displays only A to Z,not the unicode characters.