[cairo-commit] cairo/src cairo.h,1.55,1.56
OEyvind Kolaas
commit at pdx.freedesktop.org
Sun Aug 1 23:03:05 PDT 2004
Committed by: pippin
Update of /cvs/cairo/cairo/src
In directory pdx:/tmp/cvs-serv31757/src
Modified Files:
cairo.h
Log Message:
s/ct/cr/
Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** cairo.h 8 May 2004 01:52:01 -0000 1.55
--- cairo.h 2 Aug 2004 06:03:02 -0000 1.56
***************
*** 425,429 ****
void
! cairo_select_font (cairo_t *ct,
const char *family,
cairo_font_slant_t slant,
--- 425,429 ----
void
! cairo_select_font (cairo_t *cr,
const char *family,
cairo_font_slant_t slant,
***************
*** 437,462 ****
void
! cairo_show_text (cairo_t *ct, const unsigned char *utf8);
void
! cairo_show_glyphs (cairo_t *ct, cairo_glyph_t *glyphs, int num_glyphs);
cairo_font_t *
! cairo_current_font (cairo_t *ct);
void
! cairo_current_font_extents (cairo_t *ct,
cairo_font_extents_t *extents);
void
! cairo_set_font (cairo_t *ct, cairo_font_t *font);
void
! cairo_text_extents (cairo_t *ct,
const unsigned char *utf8,
cairo_text_extents_t *extents);
void
! cairo_glyph_extents (cairo_t *ct,
cairo_glyph_t *glyphs,
int num_glyphs,
--- 437,462 ----
void
! cairo_show_text (cairo_t *cr, const unsigned char *utf8);
void
! cairo_show_glyphs (cairo_t *cr, cairo_glyph_t *glyphs, int num_glyphs);
cairo_font_t *
! cairo_current_font (cairo_t *cr);
void
! cairo_current_font_extents (cairo_t *cr,
cairo_font_extents_t *extents);
void
! cairo_set_font (cairo_t *cr, cairo_font_t *font);
void
! cairo_text_extents (cairo_t *cr,
const unsigned char *utf8,
cairo_text_extents_t *extents);
void
! cairo_glyph_extents (cairo_t *cr,
cairo_glyph_t *glyphs,
int num_glyphs,
***************
*** 464,471 ****
void
! cairo_text_path (cairo_t *ct, const unsigned char *utf8);
void
! cairo_glyph_path (cairo_t *ct, cairo_glyph_t *glyphs, int num_glyphs);
/* Portable interface to general font features. */
--- 464,471 ----
void
! cairo_text_path (cairo_t *cr, const unsigned char *utf8);
void
! cairo_glyph_path (cairo_t *cr, cairo_glyph_t *glyphs, int num_glyphs);
/* Portable interface to general font features. */
More information about the cairo-commit
mailing list