This is PyQt4.

I created an application to put a text item on a graphics scene. It worked fine. Then I wanted to set the font to "Petrucci", which is a True Type music-related font. For isntance, the 'e' character is an image of a quarter-note.

If I set the font to an ordinary text font like Courier New, it works fine. However, when I set the font to Petrucci, all I get is boxes (I think it's the kind of box that essentially means "no representation"). Can someone give me an idea what to look for?

Thanks,
Mike