summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-10-24 06:37:13 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-10-24 06:37:13 +0000
commit60507b9471bf6755fff6d52789b18d3bc5540cea (patch)
treef2d491823e6ba79a69bf29d86d69d07ea58b2b3f /docs
parentfb097dd671439d53dfc26f73f70c7aa8c8918304 (diff)
downloadpango-60507b9471bf6755fff6d52789b18d3bc5540cea.tar.gz
Bug 472629 – Add pango_renderer_get_layout(_line)
2007-10-24 Behdad Esfahbod <behdad@gnome.org> Bug 472629 – Add pango_renderer_get_layout(_line) * pango/pango-renderer.h: * pango/pango-renderer.c: New public API: pango_renderer_get_layout() pango_renderer_get_layout_line() * pango/pangocairo-render.c (pango_cairo_renderer_draw_shape), (release_renderer), (_pango_cairo_do_layout_line), (_pango_cairo_do_layout): Use above API to simplify shape_renderer implementation. * pango/pango.def: * docs/pango-sections.txt: * docs/tmpl/pango-renderer.sgml: Update. svn path=/trunk/; revision=2460
Diffstat (limited to 'docs')
-rw-r--r--docs/pango-sections.txt2
-rw-r--r--docs/tmpl/pango-renderer.sgml18
2 files changed, 20 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt
index df043d75..bdc06864 100644
--- a/docs/pango-sections.txt
+++ b/docs/pango-sections.txt
@@ -660,6 +660,8 @@ pango_renderer_set_color
pango_renderer_get_color
pango_renderer_set_matrix
pango_renderer_get_matrix
+pango_renderer_get_layout
+pango_renderer_get_layout_line
<SUBSECTION Standard>
PANGO_RENDERER
PANGO_IS_RENDERER
diff --git a/docs/tmpl/pango-renderer.sgml b/docs/tmpl/pango-renderer.sgml
index 181986f0..c265271e 100644
--- a/docs/tmpl/pango-renderer.sgml
+++ b/docs/tmpl/pango-renderer.sgml
@@ -210,3 +210,21 @@ The #GObject type for #PangoRenderPart.
@Returns:
+<!-- ##### FUNCTION pango_renderer_get_layout ##### -->
+<para>
+
+</para>
+
+@renderer:
+@Returns:
+
+
+<!-- ##### FUNCTION pango_renderer_get_layout_line ##### -->
+<para>
+
+</para>
+
+@renderer:
+@Returns:
+
+