summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-01-04 08:19:19 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-01-04 08:19:19 +0000
commit8462bd8cbfa15641147781889820b6e9b1ce1fb3 (patch)
treef1412433c563dd699de4d81a74fafaf4d6e8b41d /docs
parent1d51ac4cbf268c2c92829c640de3737f56821b39 (diff)
downloadpango-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')
-rw-r--r--docs/Makefile.am2
-rw-r--r--docs/pango-sections.txt4
-rw-r--r--docs/tmpl/glyphs.sgml9
-rw-r--r--docs/tmpl/layout.sgml24
4 files changed, 32 insertions, 7 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 7bee28a1..5c9b288d 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -28,6 +28,7 @@ IGNORE_HFILES= \
pangocairo-private.h \
pangocairo-fc.h \
pangocairo-win32.h \
+ pangocairo-atsui.h \
pango-color-table.h \
pango-engine-private.h \
pango-impl-utils.h \
@@ -38,6 +39,7 @@ IGNORE_HFILES= \
pangofc-private.h \
pangoft2-private.h \
pangowin32-private.h \
+ pangoatsui-private.h \
pangox-private.h \
pangoxft-private.h
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
diff --git a/docs/tmpl/glyphs.sgml b/docs/tmpl/glyphs.sgml
index c8fc63c3..9c365968 100644
--- a/docs/tmpl/glyphs.sgml
+++ b/docs/tmpl/glyphs.sgml
@@ -181,6 +181,15 @@ horizontal origin.
@new:
+<!-- ##### FUNCTION pango_matrix_get_font_scale_factor ##### -->
+<para>
+
+</para>
+
+@matrix:
+@Returns:
+
+
<!-- ##### TYPEDEF PangoGlyph ##### -->
<para>
A #PangoGlyph represents a single glyph in the output form of a string.
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml
index 5f798c0c..bcb28fb0 100644
--- a/docs/tmpl/layout.sgml
+++ b/docs/tmpl/layout.sgml
@@ -413,27 +413,39 @@ The #GObject type for #PangoAlignment.
@n_attrs:
-<!-- ##### FUNCTION pango_layout_xy_to_index ##### -->
+<!-- ##### FUNCTION pango_layout_index_to_pos ##### -->
+<para>
+
+</para>
+
+@layout:
+@index_:
+@pos:
+
+
+<!-- ##### FUNCTION pango_layout_index_to_line_x ##### -->
<para>
</para>
@layout:
-@x:
-@y:
@index_:
@trailing:
-@Returns:
+@line:
+@x_pos:
-<!-- ##### FUNCTION pango_layout_index_to_pos ##### -->
+<!-- ##### FUNCTION pango_layout_xy_to_index ##### -->
<para>
</para>
@layout:
+@x:
+@y:
@index_:
-@pos:
+@trailing:
+@Returns:
<!-- ##### FUNCTION pango_layout_get_cursor_pos ##### -->