Re: [Podofo-users] PdfPainter::DrawGlyph and GetObjects

2014-09-21 Thread zyx
Dne 20.9.2014 13:59, Simon Cozens napsal(a): > I'm trying to use PdfPainter::DrawGlyph with a PdfStreamedDocument object > instead of a PdfMemDocument object. They're both PdfDocuments and if I cast > the pDocument manually it works; I wondered whether DrawGlyph could just be > rewritten to take a

[Podofo-users] PdfPainter::DrawGlyph and GetObjects

2014-09-20 Thread Simon Cozens
I'm trying to use PdfPainter::DrawGlyph with a PdfStreamedDocument object instead of a PdfMemDocument object. They're both PdfDocuments and if I cast the pDocument manually it works; I wondered whether DrawGlyph could just be rewritten to take a PdfDocument argument instead. But when I tried to