summaryrefslogtreecommitdiff
path: root/docs/pango-sections.txt
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-07-14 22:17:36 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-07-14 22:17:36 +0000
commite8451d0463303bbaa3ba3d840d7985f9120ba58a (patch)
tree9ce3e64b7191ea3dc352e101ccd552231e9bbc59 /docs/pango-sections.txt
parent731bd56653de86e2298cd8b04c320fca82bb2f9f (diff)
downloadpango-e8451d0463303bbaa3ba3d840d7985f9120ba58a.tar.gz
Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071)
Wed Jul 14 17:47:38 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.[ch] pango/ellipsize.c pango/Makefile.am: Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071) * pango/pango-layout-private.h pango/pango-layout.c: Move PangoLayout structure into a separate header file. * pango/pango-glyph-item.[ch]: Add pango_glyph_item_free(). * pango/pango-glyph-item-private.h pango/pango-glyph-item.c: Internally export the PangoGlyphItemIter functionality. * examples/renderdemo.[ch]: Add --ellipsize option.
Diffstat (limited to 'docs/pango-sections.txt')
-rw-r--r--docs/pango-sections.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt
index 5a55d943..cae925bd 100644
--- a/docs/pango-sections.txt
+++ b/docs/pango-sections.txt
@@ -18,6 +18,7 @@ pango_reorder_items
<SUBSECTION>
pango_context_new
pango_context_set_font_map
+pango_context_get_font_map
pango_context_get_font_description
pango_context_set_font_description
pango_context_get_language
@@ -95,9 +96,11 @@ pango_glyph_string_get_logical_widths
pango_glyph_item_split
pango_glyph_item_apply_attrs
pango_glyph_item_letter_space
+pango_glyph_item_free
<SUBSECTION Private>
pango_glyph_string_get_type
+pango_matrix_get_type
</SECTION>
<SECTION>
@@ -402,6 +405,10 @@ pango_layout_set_wrap
pango_layout_get_wrap
PangoWrapMode
PANGO_TYPE_WRAP_MODE
+pango_layout_set_ellipsize
+pango_layout_get_ellipsize
+PangoEllipsizeMode
+PANGO_TYPE_ELLIPSIZE_MODE
pango_layout_set_indent
pango_layout_get_indent
pango_layout_get_spacing
@@ -479,6 +486,7 @@ pango_layout_get_type
pango_layout_iter_get_type
pango_alignment_get_type
pango_wrap_mode_get_type
+pango_ellipsize_mode_get_type
</SECTION>
<SECTION>