summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-01-15 01:20:44 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-01-15 01:20:44 +0000
commit0946d48d16c30e5b64e3ad946454324a3628be08 (patch)
tree8e77638d0945c3e92d8435710bd683861014394f /docs
parent7f7dbc1ecc87f11c03aea4a37e2011af3dd9b308 (diff)
downloadpango-0946d48d16c30e5b64e3ad946454324a3628be08.tar.gz
Bug 469313 – Add pango_layout_set_height() Bug 508179 – PangoGlyphUnit
2008-01-14 Behdad Esfahbod <behdad@gnome.org> Bug 469313 – Add pango_layout_set_height() Bug 508179 – PangoGlyphUnit confusion * pango/pango-layout.h: * pango/pango-layout-private.h: * pango/pango-layout.c: * pango/ellipsize.c (_pango_layout_line_ellipsize): New public API: pango_layout_set_height() See docs for semantics. Currently only negative height values (number of lines) is implemented. * pango-view/viewer-render.c (make_layout), (output_body), (parse_options): Implement --height. * pango/pango.def: * docs/pango-sections.txt: * docs/tmpl/layout.sgml: Update. 2008-01-14 Behdad Esfahbod <behdad@gnome.org> Bug 508179 – PangoGlyphUnit confusion * pango/pangowin32.c: * pango/glyphstring.c: * pango/pango-layout.c (process_item): Remove all traces of #PangoGlyphUnit svn path=/trunk/; revision=2542
Diffstat (limited to 'docs')
-rw-r--r--docs/pango-sections.txt2
-rw-r--r--docs/tmpl/layout.sgml18
2 files changed, 20 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt
index 71e0bfd7..ab799b6d 100644
--- a/docs/pango-sections.txt
+++ b/docs/pango-sections.txt
@@ -448,6 +448,8 @@ pango_layout_set_font_description
pango_layout_get_font_description
pango_layout_set_width
pango_layout_get_width
+pango_layout_set_height
+pango_layout_get_height
pango_layout_set_wrap
pango_layout_get_wrap
pango_layout_is_wrapped
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml
index 8f599ae5..afcc6499 100644
--- a/docs/tmpl/layout.sgml
+++ b/docs/tmpl/layout.sgml
@@ -192,6 +192,24 @@ has no user-visible fields.
@Returns:
+<!-- ##### FUNCTION pango_layout_set_height ##### -->
+<para>
+
+</para>
+
+@layout:
+@height:
+
+
+<!-- ##### FUNCTION pango_layout_get_height ##### -->
+<para>
+
+</para>
+
+@layout:
+@Returns:
+
+
<!-- ##### FUNCTION pango_layout_set_wrap ##### -->
<para>