diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-04 08:19:19 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-04 08:19:19 +0000 |
commit | 8462bd8cbfa15641147781889820b6e9b1ce1fb3 (patch) | |
tree | f1412433c563dd699de4d81a74fafaf4d6e8b41d /docs/pango-sections.txt | |
parent | 1d51ac4cbf268c2c92829c640de3737f56821b39 (diff) | |
download | pango-8462bd8cbfa15641147781889820b6e9b1ce1fb3.tar.gz |
Add pangocairo-atsui.h and pangoatsui-private.h.
2006-01-04 Behdad Esfahbod <behdad@gnome.org>
* docs/Makefile.am (IGNORE_HFILES): Add pangocairo-atsui.h and
pangoatsui-private.h.
* docs/pango-sections.txt: Add pango_matrix_get_font_scale_factor and
pango_layout_index_to_line_x that were missing.
* docs/tmpl/glyphs.sgml: Add pango_matrix_get_font_scale_factor where
other pango_matrix functions reside.
* docs/tmpl/layout.sgml: Add pango_layout_index_to_line_x.
Diffstat (limited to 'docs/pango-sections.txt')
-rw-r--r-- | docs/pango-sections.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index a8989601..c8fe913b 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -78,6 +78,7 @@ pango_matrix_translate pango_matrix_scale pango_matrix_rotate pango_matrix_concat +pango_matrix_get_font_scale_factor PangoGlyph PangoGlyphInfo PangoGlyphGeometry @@ -440,8 +441,9 @@ PANGO_TYPE_ALIGNMENT pango_layout_get_log_attrs -pango_layout_xy_to_index pango_layout_index_to_pos +pango_layout_index_to_line_x +pango_layout_xy_to_index pango_layout_get_cursor_pos pango_layout_move_cursor_visually |