search for: pango_layout_get_text

Displaying 1 result from an estimated 1 matches for "pango_layout_get_text".

2007 Nov 04
0
7 commits - libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_field_movie_html.c
...ngth - skip + skip_new); + skip = skip_new; + } } else { @@ -625,12 +634,12 @@ swfdec_text_field_movie_get_layouts (SwfdecTextFieldMovie *text, int *num, // figure out if we need to add extra height because of the size of the // line break character - if (pango_layout_get_text (playout)[strlen (pango_layout_get_text (playout)) - 1] == '\n') + if (end_of_paragraph && paragraphs[i].newline) { int ascent, descent; swfdec_text_field_movie_attr_list_get_ascent_descent (attr_list, - strlen (pango_layout_get_text (playout)), &ascent, &a...