[cairo-commit] cairo/src cairo-ft-font.c, 1.64, 1.65 cairo-win32-font.c, 1.22, 1.23

Owen Taylor commit at pdx.freedesktop.org
Wed Jun 15 16:04:21 PDT 2005


Committed by: otaylor

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv14751/src

Modified Files:
	cairo-ft-font.c cairo-win32-font.c 
Log Message:
2005-06-15  Owen Taylor  <otaylor at redhat.com>

        * doc/public/Makefile.am (MKTMPL_OPTIONS): Remove --only-section-tmpl;
        it doesn't really work currently :-(.


Index: cairo-ft-font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-ft-font.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- cairo-ft-font.c	10 Jun 2005 19:18:21 -0000	1.64
+++ cairo-ft-font.c	15 Jun 2005 23:04:19 -0000	1.65
@@ -1482,7 +1482,7 @@
 }
 
 /**
- * cairo_ft_font_create_for_ft_face:
+ * cairo_ft_font_face_create_for_ft_face:
  * @face: A FreeType face object, already opened. This must
  *   be kept around until the face's refcount drops to
  *   zero and it is freed. Since the face may be referenced

Index: cairo-win32-font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-win32-font.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- cairo-win32-font.c	14 Jun 2005 21:12:00 -0000	1.22
+++ cairo-win32-font.c	15 Jun 2005 23:04:19 -0000	1.23
@@ -1160,7 +1160,7 @@
 };
 
 /**
- * cairo_win32_scaled_font_create_for_logfontw:
+ * cairo_win32_font_face_create_for_logfontw:
  * @logfont: A #LOGFONTW structure specifying the font to use.
  *   The lfHeight, lfWidth, lfOrientation and lfEscapement
  *   fields of this structure are ignored.




More information about the cairo-commit mailing list