TODO: Note that cairo_show_page, cairo_copy_page, PostScript backend, real text API, and text support for the image backend have now all been implemented.

This commit is contained in:
Carl Worth 2003-11-04 08:36:03 +00:00
parent 8d88d5da17
commit 9e25bb231c
2 changed files with 10 additions and 11 deletions

View file

@ -1,3 +1,9 @@
2003-11-04 Carl Worth <cworth@isi.edu>
* TODO: Note that cairo_show_page, cairo_copy_page, PostScript
backend, "real" text API, and text support for the image backend
have now all been implemented.
2003-11-04 Carl Worth <cworth@east.isi.edu>
* configure.in:

15
TODO
View file

@ -1,17 +1,9 @@
* Write a PostScript backend.
* Add a few new, needed functions:
cairo_show_page
cairo_copy_page
cairo_flush
cairo_erase
cairo_mark_dirty
* Add a "real" text API in addition to the current "toy" API.
* Implement text support for the image backend.
* Re-implement pattern support with a more PostScript-like API.
* Verification, profiling, optimization.
@ -41,7 +33,7 @@ implementation. Caveat lector.
Oerators that are not yet in Cairo, but probably should be: arcto,
strokepath, rectclip?, clipsave/restore?, setstrokeadjust?,
currentdash, grestoreall?, initgraphics?, currentgstate?, setgstate?,
insideness testing?, showpage, copypage?, erasepage?, setsmoothness?
insideness testing?, erasepage?, setsmoothness?
Painting operators
------------------
@ -111,8 +103,9 @@ inueofill
Device setup
------------
not in Cairo: showpage, copypage, setpagedevice, currentpagedevice,
nulldevice
in Cairo: showpage, copypage
not in Cairo: setpagedevice, currentpagedevice, nulldevice
Glyph and font operators
------------------------