What do you mean with drawing text? Through the text property of the label
widget? Then the answer is indeed no.

But you can always create a drawing area and draw whatever you want with
cairo in the expose event. You will then have no problem drawing in a circle
as you can loop over each character and draw it separately. I believe that
Behdad wrote an example for this in the pango example directory.

Regards,
Dov

On Thu, Jul 15, 2010 at 12:55, N James Bridge <ja...@xmas.demon.co.uk>wrote:

> Hi
>
> this is a beginner's question... can you make text follow a curved
> baseline? Looks like no.
>
> James
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to