[cairo-commit] cairo/src cairo.h,1.50,1.51
Carl Worth
commit at pdx.freedesktop.org
Fri Apr 2 08:01:12 PST 2004
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory pdx:/tmp/cvs-serv696/src
Modified Files:
cairo.h
Log Message:
* src/cairo.h: Move weight after slant to match the order in
cairo_select_font.
* TODO: Added notes on DPI for image-based backends and on
proposal for new cairo_text_glyphs function.
* BUGS: Added BUG about cairo_show_text not advancing the current
point.
Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** a/cairo.h 31 Mar 2004 01:24:29 -0000 1.50
--- b/cairo.h 2 Apr 2004 16:01:09 -0000 1.51
***************
*** 388,396 ****
} cairo_font_extents_t;
- typedef enum cairo_font_weight {
- CAIRO_FONT_WEIGHT_NORMAL,
- CAIRO_FONT_WEIGHT_BOLD
- } cairo_font_weight_t;
-
typedef enum cairo_font_slant {
CAIRO_FONT_SLANT_NORMAL,
--- 388,391 ----
***************
*** 399,403 ****
} cairo_font_slant_t;
!
/* This interface is for dealing with text as text, not caring about the
font object inside the the cairo_t. */
--- 394,402 ----
} cairo_font_slant_t;
! typedef enum cairo_font_weight {
! CAIRO_FONT_WEIGHT_NORMAL,
! CAIRO_FONT_WEIGHT_BOLD
! } cairo_font_weight_t;
!
/* This interface is for dealing with text as text, not caring about the
font object inside the the cairo_t. */
More information about the cairo-commit
mailing list