Implement draw_glyph_item using cairo_show_text_glyphs().
authorBehdad Esfahbod <behdad@gnome.org>
Wed, 6 Aug 2008 09:09:36 +0000 (09:09 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Wed, 6 Aug 2008 09:09:36 +0000 (09:09 +0000)
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

ChangeLog
configure.in
docs/tmpl/fonts.sgml
docs/tmpl/glyphs.sgml
docs/tmpl/pango-renderer.sgml
docs/tmpl/pangocairo.sgml
docs/tmpl/text-attributes.sgml

index d7dd2b2..7bf4674 100644 (file)
--- 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
index f528fca..8f5bb0d 100644 (file)
@@ -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]))
    
index aaddfc1..460e60b 100644 (file)
@@ -868,8 +868,8 @@ Returns the type of a #PangoFontMap.
 
 </para>
 
-@fontmap:
-@Returns:
+@fontmap: 
+@Returns: 
 
 
 <!-- ##### FUNCTION pango_font_map_load_font ##### -->
index cb82ba9..bfa26c3 100644 (file)
@@ -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: 
 
 
index 6f2e838..5444545 100644 (file)
@@ -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 ##### -->
index 24a2461..6a90782 100644 (file)
@@ -359,9 +359,9 @@ with Pango's Cairo renderer.
 
 </para>
 
-@cr:
-@text:
-@glyph_item:
+@cr: 
+@text: 
+@glyph_item: 
 
 
 <!-- ##### FUNCTION pango_cairo_show_layout_line ##### -->
index bf6a184..bbbb5c8 100644 (file)
@@ -637,8 +637,8 @@ The #GObject type for #PangoLanguage.
 
 </para>
 
-@language:
-@Returns:
+@language: 
+@Returns: 
 
 
 <!-- ##### FUNCTION pango_language_matches ##### -->