[Interest] Fallback fonts embedded for a QtQuick application?

2014-04-20 Thread Preet
Say I have an application that has a bunch of international unicode text I need to display with QtQuick. I don't necessarily know what the text is going to be in advance but I do have a list of fonts where I'm fairly sure at least one of them has the correct glyphs. Is there a way to specify a

Re: [Interest] Fallback fonts embedded for a QtQuick application?

2014-04-20 Thread Tony Rietwyk
Hi Preet, Sent: Sunday, 20 April 2014 4:20 PM Say I have an application that has a bunch of international unicode text I need to display with QtQuick. I don't necessarily know what the text is going to be in advance but I do have a list of fonts where I'm fairly sure at least one of them

Re: [Interest] Fallback fonts embedded for a QtQuick application?

2014-04-20 Thread Preet
I don't think you can force Qt to fallback only to QRC fonts - for starters how would Qt know which paths in your resources have the fonts? By specifying them somehow -- I wonder if the QFontDatabase addApplicationFont method you mentioned allows me to pass in QRC urls. Then I could maybe get