summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-08-06 09:09:36 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-08-06 09:09:36 +0000
commit4f6622955024c33ca419045b395d16452a47b8ce (patch)
tree30580bf8728320180ea85a5a1704e91834cfbc12
parent47889889328dfcdb61a93678b290adc4b464b205 (diff)
downloadpango-4f6622955024c33ca419045b395d16452a47b8ce.tar.gz
Implement draw_glyph_item using cairo_show_text_glyphs().
2008-08-06 Behdad Esfahbod <behdad@gnome.org> * pango/pangocairo-render.c (pango_cairo_renderer_show_text_glyphs), (pango_cairo_renderer_draw_glyphs), (pango_cairo_renderer_draw_glyph_item): Implement draw_glyph_item using cairo_show_text_glyphs(). * configure.in: Require cairo >= 1.7.1 svn path=/trunk/; revision=2685
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
-rw-r--r--docs/tmpl/fonts.sgml4
-rw-r--r--docs/tmpl/glyphs.sgml31
-rw-r--r--docs/tmpl/pango-renderer.sgml12
-rw-r--r--docs/tmpl/pangocairo.sgml6
-rw-r--r--docs/tmpl/text-attributes.sgml4
7 files changed, 33 insertions, 30 deletions
diff --git a/ChangeLog b/ChangeLog
index d7dd2b2d..7bf46748 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-08-06 Behdad Esfahbod <behdad@gnome.org>
+ * configure.in: Require cairo >= 1.7.1
+
+2008-08-06 Behdad Esfahbod <behdad@gnome.org>
+
Fedora Bug 457883 - Sindhi Characters are not supported in
pango [U+097B-U+097F]
Patch from Pravin Satpute
diff --git a/configure.in b/configure.in
index f528fcaf..8f5bb0d2 100644
--- a/configure.in
+++ b/configure.in
@@ -331,7 +331,7 @@ have_cairo_xlib=false
have_cairo_freetype=false
have_cairo_win32=false
have_cairo_atsui=false
-cairo_required=1.6.4
+cairo_required=1.7.1
PKG_CHECK_MODULES(CAIRO, cairo >= $cairo_required, have_cairo=true, AC_MSG_RESULT([no]))
diff --git a/docs/tmpl/fonts.sgml b/docs/tmpl/fonts.sgml
index aaddfc13..460e60b8 100644
--- a/docs/tmpl/fonts.sgml
+++ b/docs/tmpl/fonts.sgml
@@ -868,8 +868,8 @@ Returns the type of a #PangoFontMap.
</para>
-@fontmap:
-@Returns:
+@fontmap:
+@Returns:
<!-- ##### FUNCTION pango_font_map_load_font ##### -->
diff --git a/docs/tmpl/glyphs.sgml b/docs/tmpl/glyphs.sgml
index cb82ba96..bfa26c30 100644
--- a/docs/tmpl/glyphs.sgml
+++ b/docs/tmpl/glyphs.sgml
@@ -462,7 +462,6 @@ None of the members of a #PangoGlyphItemIter should be modified manually.
@end_glyph: ending glyph of the cluster
@end_index: ending text index of the cluster
@end_char: ending number of characters of the cluster
-
@Since: 1.22
<!-- ##### MACRO PANGO_TYPE_GLYPH_STRING ##### -->
@@ -592,8 +591,8 @@ The #GObject type for #PangoGlyphItem.
</para>
-@orig:
-@Returns:
+@orig:
+@Returns:
<!-- ##### FUNCTION pango_glyph_item_free ##### -->
@@ -601,7 +600,7 @@ The #GObject type for #PangoGlyphItem.
</para>
-@glyph_item:
+@glyph_item:
<!-- ##### FUNCTION pango_glyph_item_split ##### -->
@@ -659,7 +658,7 @@ The #GObject type for #PangoGlyphItemIter.
</para>
-@iter:
+@iter:
<!-- ##### FUNCTION pango_glyph_item_iter_init_start ##### -->
@@ -667,10 +666,10 @@ The #GObject type for #PangoGlyphItemIter.
</para>
-@iter:
-@glyph_item:
-@text:
-@Returns:
+@iter:
+@glyph_item:
+@text:
+@Returns:
<!-- ##### FUNCTION pango_glyph_item_iter_init_end ##### -->
@@ -678,10 +677,10 @@ The #GObject type for #PangoGlyphItemIter.
</para>
-@iter:
+@iter:
@glyph_item:
-@text:
-@Returns:
+@text:
+@Returns:
<!-- ##### FUNCTION pango_glyph_item_iter_next_cluster ##### -->
@@ -689,8 +688,8 @@ The #GObject type for #PangoGlyphItemIter.
</para>
-@iter:
-@Returns:
+@iter:
+@Returns:
<!-- ##### FUNCTION pango_glyph_item_iter_prev_cluster ##### -->
@@ -698,7 +697,7 @@ The #GObject type for #PangoGlyphItemIter.
</para>
-@iter:
-@Returns:
+@iter:
+@Returns:
diff --git a/docs/tmpl/pango-renderer.sgml b/docs/tmpl/pango-renderer.sgml
index 6f2e8389..54445450 100644
--- a/docs/tmpl/pango-renderer.sgml
+++ b/docs/tmpl/pango-renderer.sgml
@@ -60,7 +60,7 @@ The #GObject type for #PangoRenderPart.
@begin:
@end:
@prepare_run:
-@draw_glyph_item:
+@draw_glyph_item:
<!-- ##### FUNCTION pango_renderer_draw_layout ##### -->
<para>
@@ -101,11 +101,11 @@ The #GObject type for #PangoRenderPart.
</para>
-@renderer:
-@text:
-@glyph_item:
-@x:
-@y:
+@renderer:
+@text:
+@glyph_item:
+@x:
+@y:
<!-- ##### FUNCTION pango_renderer_draw_rectangle ##### -->
diff --git a/docs/tmpl/pangocairo.sgml b/docs/tmpl/pangocairo.sgml
index 24a24613..6a907827 100644
--- a/docs/tmpl/pangocairo.sgml
+++ b/docs/tmpl/pangocairo.sgml
@@ -359,9 +359,9 @@ with Pango's Cairo renderer.
</para>
-@cr:
-@text:
-@glyph_item:
+@cr:
+@text:
+@glyph_item:
<!-- ##### FUNCTION pango_cairo_show_layout_line ##### -->
diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml
index bf6a1843..bbbb5c83 100644
--- a/docs/tmpl/text-attributes.sgml
+++ b/docs/tmpl/text-attributes.sgml
@@ -637,8 +637,8 @@ The #GObject type for #PangoLanguage.
</para>
-@language:
-@Returns:
+@language:
+@Returns:
<!-- ##### FUNCTION pango_language_matches ##### -->