On Dec 8, 2011, at 5:44 AM, [email protected] wrote: > Is there an attribute or something which allows Pango to render text with an > outline? >
If you're using Pango with Cairo, you can generate the path for a Pango Layout, and then stroke that. It's not cheap, but for small stuff, it works pretty well. -- Travis Griggs Objologist My Other Machine runs OSX. But then... so does this one.
_______________________________________________ gtk-i18n-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-i18n-list
