mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-21 18:00:39 +01:00
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:
parent
8d88d5da17
commit
9e25bb231c
2 changed files with 10 additions and 11 deletions
|
|
@ -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
15
TODO
|
|
@ -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
|
||||
------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue