About Qt font matching in
-
In my linux embedded system, I try to display text using QML Text Component.
In the system, there are two font files.
- the font file for English and the special characters like ☆.
- the font file only for Bengali like কাস্টম
When I assigns "abc☆" into text, it displays well. (using the first font)
When I assigns "কাস্টম" into text, it displays well. (using the second font)
When I assigns "কাস্টমa" into text, it displays well. (using the both fonts)
When I assigns "কাস্টমa☆" into text, it displays well. (using the both fonts)
But when I assigns "কাস্টম☆" into text, it doesn't display ☆. It seems like it can't find the font to display ☆. Only the second font for Bengali is loaded.I don't know what I should check or analysis. Please give some advice.
-
Hi and welcome to devnet,
The star code point is likely found in your second font but it does not resolve to anything visible.
Would it be possible to add the special chars your need to the Bengali font ?