pango r2685 - in trunk: . docs/tmpl



Author: behdad
Date: Wed Aug  6 09:09:36 2008
New Revision: 2685
URL: http://svn.gnome.org/viewvc/pango?rev=2685&view=rev

Log:
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

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

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Wed Aug  6 09:09:36 2008
@@ -331,7 +331,7 @@
 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]))
    

Modified: trunk/docs/tmpl/fonts.sgml
==============================================================================
--- trunk/docs/tmpl/fonts.sgml	(original)
+++ trunk/docs/tmpl/fonts.sgml	Wed Aug  6 09:09:36 2008
@@ -868,8 +868,8 @@
 
 </para>
 
- fontmap:
- Returns:
+ fontmap: 
+ Returns: 
 
 
 <!-- ##### FUNCTION pango_font_map_load_font ##### -->

Modified: trunk/docs/tmpl/glyphs.sgml
==============================================================================
--- trunk/docs/tmpl/glyphs.sgml	(original)
+++ trunk/docs/tmpl/glyphs.sgml	Wed Aug  6 09:09:36 2008
@@ -462,7 +462,6 @@
 @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 @@
 
 </para>
 
- orig:
- Returns:
+ orig: 
+ Returns: 
 
 
 <!-- ##### FUNCTION pango_glyph_item_free ##### -->
@@ -601,7 +600,7 @@
 
 </para>
 
- glyph_item:
+ glyph_item: 
 
 
 <!-- ##### FUNCTION pango_glyph_item_split ##### -->
@@ -659,7 +658,7 @@
 
 </para>
 
- iter:
+ iter: 
 
 
 <!-- ##### FUNCTION pango_glyph_item_iter_init_start ##### -->
@@ -667,10 +666,10 @@
 
 </para>
 
- iter:
- glyph_item:
- text:
- Returns:
+ iter: 
+ glyph_item: 
+ text: 
+ Returns: 
 
 
 <!-- ##### FUNCTION pango_glyph_item_iter_init_end ##### -->
@@ -678,10 +677,10 @@
 
 </para>
 
- iter:
+ iter: 
 @glyph_item: 
- text:
- Returns:
+ text: 
+ Returns: 
 
 
 <!-- ##### FUNCTION pango_glyph_item_iter_next_cluster ##### -->
@@ -689,8 +688,8 @@
 
 </para>
 
- iter:
- Returns:
+ iter: 
+ Returns: 
 
 
 <!-- ##### FUNCTION pango_glyph_item_iter_prev_cluster ##### -->
@@ -698,7 +697,7 @@
 
 </para>
 
- iter:
- Returns:
+ iter: 
+ Returns: 
 
 

Modified: trunk/docs/tmpl/pango-renderer.sgml
==============================================================================
--- trunk/docs/tmpl/pango-renderer.sgml	(original)
+++ trunk/docs/tmpl/pango-renderer.sgml	Wed Aug  6 09:09:36 2008
@@ -60,7 +60,7 @@
 @begin: 
 @end: 
 @prepare_run: 
- draw_glyph_item:
+ draw_glyph_item: 
 
 <!-- ##### FUNCTION pango_renderer_draw_layout ##### -->
 <para>
@@ -101,11 +101,11 @@
 
 </para>
 
- renderer:
- text:
- glyph_item:
- x:
- y:
+ renderer: 
+ text: 
+ glyph_item: 
+ x: 
+ y: 
 
 
 <!-- ##### FUNCTION pango_renderer_draw_rectangle ##### -->

Modified: trunk/docs/tmpl/pangocairo.sgml
==============================================================================
--- trunk/docs/tmpl/pangocairo.sgml	(original)
+++ trunk/docs/tmpl/pangocairo.sgml	Wed Aug  6 09:09:36 2008
@@ -359,9 +359,9 @@
 
 </para>
 
- cr:
- text:
- glyph_item:
+ cr: 
+ text: 
+ glyph_item: 
 
 
 <!-- ##### FUNCTION pango_cairo_show_layout_line ##### -->

Modified: trunk/docs/tmpl/text-attributes.sgml
==============================================================================
--- trunk/docs/tmpl/text-attributes.sgml	(original)
+++ trunk/docs/tmpl/text-attributes.sgml	Wed Aug  6 09:09:36 2008
@@ -637,8 +637,8 @@
 
 </para>
 
- language:
- Returns:
+ language: 
+ Returns: 
 
 
 <!-- ##### FUNCTION pango_language_matches ##### -->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]