PDA

View Full Version : Strange (for me) Qt Warning: "OpenType support missing for script"



aguayro
30th December 2012, 18:59
Hi, i'm getting this waning on Qt Creator's "Application Output" panel: OpenType support missing for script.
All seems works ok, but obviously i don't want to have warnings, they tell something is wrong...
It's the first time i get it, so i don't know what it does mean.
Any idea what could be associated to this?
thanks!

PD: I'm using qt5 + msvc2010 on Win7.

ChrisW67
30th December 2012, 20:09
What is your program doing with fonts in particular? Can you reproduce it with a small example program?

wysota
30th December 2012, 20:15
... and what font family is being used? Is the message appearing only for a particular font or for all fonts?

aguayro
30th December 2012, 21:31
I'm not doing nothin strange, only have a QFontComboBox in a QDialog, the warning appears sometimes when i expand the QFontComboBox and scroll it.

wysota
30th December 2012, 22:36
In that case ignore it. You have some font Qt's font engine doesn't like.

aguayro
30th December 2012, 23:37
ok, thanks for the help!