From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,bf1120cc5ca0ddec X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 23 Mar 2006 11:57:14 -0600 From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: 2d graph References: <4422DC01.6030900@mailinator.com> X-Newsreader: Tom's custom newsreader Message-ID: Date: Thu, 23 Mar 2006 11:57:14 -0600 NNTP-Posting-Host: 67.169.16.3 X-Trace: sv3-5qpbFtHHp7b0JFO5j+4waWqmwioa74k2tb1XIMjYNb1wjsVSWewOhdU9r4N/YzjQDfohk3fNcYWkH+k!9hOOZTNE+jymMSanritp9icq9h707OFadfZqLRdYejBy1C6dRumc7r4NRnxW+g0wpLpUR9wfHEYt!7cXaHjxmFRtJ X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:3581 Date: 2006-03-23T11:57:14-06:00 List-Id: >Apart from the other suggestions you have got, maybe you could use >GtkAda to use all its drawing facilities in an off-screen buffer and Along the same lines, but using CLAW, text2dib.ad? in home.comcast.net/~tommoran4/scout_source.zip is a small package that uses Windows to draw text into an in-memory bmp, which can then be written or converted to png or whatever.