Crucius, Wesley wrote:
> I'd suggest using Inkscape to draw the text and save it as an SVG
> document and then use Gdk.Pixbuf to load and render to a bitmap.  If the
> text is static you can just use the ".svg file load with scaling
> version" of the constructor, otherwise, load the svg into an XML DOM
> doc, manipulate the width & height attributes of the SVG within the DOM
> (to scale it), save it as an XMLStream, and then use the stream version
> of the Pixbuf constructor.
> 
> I've done it both ways, so I know either one will work, however it is a
> bit CPU intensive.
> 
> Wes

Thanks. I'll try that. And I guess I still need to modify the picture
size every x milliseconds.

I'm not familiar with the XML library of Mon, and I can't find the "XML
DOM doc". I guess it should be in the class System.XML, but I don't know
in which class.


Thank you
Julien
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
  • [Gtk-sharp-l... Julien Sobrier
    • RE: [Gt... Crucius, Wesley
      • Re:... Julien Sobrier
        • ... Crucius, Wesley
          • ... Julien Sobrier
            • ... Jorge Monsalvo
              • ... Victor Rafael Rivarola Soerensen (FANATICO y LOCO por Cristo)
                • ... Jorge Monsalvo
                • ... Jorge Monsalvo
                • ... Victor Rafael Rivarola Soerensen (FANATICO y LOCO por Cristo)
              • ... Mario Carrión
                • ... Jorge Monsalvo

Reply via email to