[cairo-commit] cairo/doc/public/tmpl cairo-image.sgml, 1.1, 1.2 cairo.sgml, 1.31, 1.32

Billy Biggs commit at pdx.freedesktop.org
Tue Aug 23 21:36:10 PDT 2005


Committed by: vektor

Update of /cvs/cairo/cairo/doc/public/tmpl
In directory gabe:/tmp/cvs-serv2465/doc/public/tmpl

Modified Files:
	cairo-image.sgml cairo.sgml 
Log Message:
	* doc/public/tmpl/cairo-image.sgml: Add a long description.
	* doc/public/tmpl/cairo.sgml: Fix a typo.
	* src/cairo-font.c: Document the return value of
	cairo_scaled_font_reference().
	* src/cairo-xlib-surface.c: Document the width and height
	parameters of cairo_xlib_surface_set_drawable().



Index: cairo-image.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo-image.sgml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cairo-image.sgml	23 Aug 2005 05:11:44 -0000	1.1
+++ cairo-image.sgml	24 Aug 2005 04:36:08 -0000	1.2
@@ -7,9 +7,12 @@
   Rendering to memory buffers
 
 <!-- ##### SECTION Long_Description ##### -->
-<para>
 
-</para>
+  <para>
+    Image surfaces provide the ability to render to memory buffers
+    either allocated by cairo or by the calling code.  The supported
+    image formats are those defined in #cairo_format_t.
+  </para>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>

Index: cairo.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo.sgml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- cairo.sgml	23 Aug 2005 05:11:44 -0000	1.31
+++ cairo.sgml	24 Aug 2005 04:36:08 -0000	1.32
@@ -13,7 +13,7 @@
     draw with Cairo, you create a #cairo_t, set the target surface,
     and drawing options for the #cairo_t, create shapes with
     functions like cairo_move_to() and cairo_line_to(), and then
-    draw ships with cairo_stroke() or cairo_fill().
+    draw shapes with cairo_stroke() or cairo_fill().
   </para>
   <para>
     #cairo_t<!-- -->'s can be pushed to a stack via cairo_save().



More information about the cairo-commit mailing list