Re: Finding white space or line break candidates using Pango?



If you use the PangoLayout functionality, you can set the layout with, have pango layout the line, and you can then iterate through the layout one PangoLayoutLine at a time.

Regards,
Dov

On Nov 12, 2007 10:32 PM, Leon Woestenberg <leon woestenberg gmail com> wrote:
Hello,

using Pango, I would like to layout a infinitely long (UTF-8 encoded)
text piece by piece (as it scrolls by), and my best guess would be to
do this at white space, or line break candidates.

Is there a function available that helps me in Pango, or should I use
some C library function?

Best regards,
--
Leon
_______________________________________________
gtk-i18n-list mailing list
gtk-i18n-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-i18n-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]