in reply to Re: Rendering HTML / capturing pixels
in thread Rendering HTML / capturing pixels

There is a renderer that I have used...subset of gtk

use Gtk::XmHTML;

Should work...(tested under Debian)


When cryptography is outlawed...I will still be using it.
  • Comment on Re: Re: Rendering HTML / capturing pixels

Replies are listed 'Best First'.
Re: Re: Re: Rendering HTML / capturing pixels
by Anonymous Monk on Feb 27, 2003 at 19:41 UTC
    Thank you, I will definitely have a peek at that.

    SpaceAce