Re: How send drawing to printer
Posted by imhy on Apr 14, 2015; 9:04am
URL: https://forum.jogamp.org/How-send-drawing-to-printer-tp4034284p4034290.html
Now I`m drawing on a GLCanvas.
I use GL2 calls.
So can I print content of GLCanvas to printer with selected paper size? I see some AWTPrintLifecycle inteface that implemented in GLCanvas.
Contents of GLCanvas changed during user interaction (scale, translate) but I need print whole scene in initial state.
So may be I need prepare some special GLCanvas that i can print?