Hi I have an existing MFC application which draws some shape on screen, Now A Qt plug in is being developed whose one job is to add some text in the MFC drawing. We are using Qt to draw the text in bitmap and then bitblting that on screen so that MFC Cview shows both together. But when we are trying to print(usign Qprinter for text) Text goes on different document and drawing goes on different. Also text bitmap if printed to pdf is not scalable because it is bitmap. How you guys suggest should be the best way of doing this?
BR, Harris