summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-02-07 05:15:50 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-02-07 05:15:50 +0000
commitd52f78b10b8c1f29f04877d9e6e6635613f0653e (patch)
tree0c9a65265ef0d2069981eaed22572dedaa16192f /docs
parent69f1774a7df9f7f20564d4f14ff08508d9399133 (diff)
downloadpango-d52f78b10b8c1f29f04877d9e6e6635613f0653e.tar.gz
Rename pango_cairo_show_glyphs() to pango_cairo_show_glyph_string(). Add
2005-02-06 Owen Taylor <otaylor@redhat.com> * pango/pangocairo.h pango/pangocairo-render.c docs/pango-sections.txt: Rename pango_cairo_show_glyphs() to pango_cairo_show_glyph_string(). Add pango_cairo_{glyph_string,layout_line,layout}_path() * docs/Makefile.am (INCLUDES): Add CAIRO_CFLAGS.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am1
-rw-r--r--docs/pango-sections.txt5
-rw-r--r--docs/tmpl/pangocairo.sgml30
3 files changed, 34 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 6d55e7f3..21b2da15 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -45,6 +45,7 @@ INCLUDES = \
-DPANGO_ENABLE_BACKEND \
-DPANGO_ENABLE_ENGINE \
-I$(top_srcdir) \
+ $(CAIRO_CFLAGS) \
$(GLIB_CFLAGS) \
$(XFT_CFLAGS) \
$(FREETYPE_CFLAGS) \
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt
index 1972e9b7..7ebd1991 100644
--- a/docs/pango-sections.txt
+++ b/docs/pango-sections.txt
@@ -780,9 +780,12 @@ pango_cairo_font_map_create_context
pango_cairo_update_context
pango_cairo_create_layout
pango_cairo_update_layout
-pango_cairo_show_glyphs
+pango_cairo_show_glyph_string
pango_cairo_show_layout_line
pango_cairo_show_layout
+pango_cairo_glyph_string_path
+pango_cairo_layout_line_path
+pango_cairo_layout_path
<SUBSECTION Standard>
PANGO_CAIRO_FONT_MAP
PANGO_IS_CAIRO_FONT_MAP
diff --git a/docs/tmpl/pangocairo.sgml b/docs/tmpl/pangocairo.sgml
index 723a4a09..9223957a 100644
--- a/docs/tmpl/pangocairo.sgml
+++ b/docs/tmpl/pangocairo.sgml
@@ -218,7 +218,7 @@ int main (int argc, char **argv)
@layout:
-<!-- ##### FUNCTION pango_cairo_show_glyphs ##### -->
+<!-- ##### FUNCTION pango_cairo_show_glyph_string ##### -->
<para>
</para>
@@ -246,3 +246,31 @@ int main (int argc, char **argv)
@layout:
+<!-- ##### FUNCTION pango_cairo_glyph_string_path ##### -->
+<para>
+
+</para>
+
+@cr:
+@font:
+@glyphs:
+
+
+<!-- ##### FUNCTION pango_cairo_layout_line_path ##### -->
+<para>
+
+</para>
+
+@cr:
+@line:
+
+
+<!-- ##### FUNCTION pango_cairo_layout_path ##### -->
+<para>
+
+</para>
+
+@cr:
+@layout:
+
+