GNOME Bugzilla – Bug 650208
make PangoLayout.n_chars available
Last modified: 2011-05-16 13:36:46 UTC
Not a huge deal, but it would be nice to avoid calling g_utf8_strlen in some places, when the layout has this data internally anyway.
Agreed. pango_layout_get_character_count() or something. Feel free to push.
Thanks, pushed