PDA

View Full Version : Font Egine Intialization Failed on QtEmbedded for Power PC



ashishsaryar
6th July 2010, 13:55
Hi

I am having a problem when i am running my application on the power pc . There is one error comes failed font engine intializationn..

Please suggest me what is way to sort out this problem.

Thanks & Regards

Ashish Kumar

QbelcorT
7th July 2010, 01:52
hi,
I have seen a similar message during my development on linux embedded platform. During my debugging I noticed if your font cannot support a particular pointsize/bold/size this message may appear. For example i had some unicode fonts that did not support bold, but in the application it set the font as bold. I suggest you first find out how many fonts ( ttf) files you have, then start with only one, keep adding the font files until you see the error message.