Note that sub-pixel text rendering is done now.

This commit is contained in:
Carl Worth 2005-07-21 21:02:11 +00:00
parent 857c9fe1c4
commit a7b38c6826
2 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2005-07-22 Carl Worth <cworth@cworth.org>
* ROADMAP: Note that sub-pixel text rendering is done now.
2005-07-21 Owen Taylor <otaylor@redhat.com>
* src/cairo-ft-font.c: The FT_LOAD_TARGET_* flags aren't separate

View file

@ -33,9 +33,8 @@ Implementation work
Status: krh has committed cairo_meta_surface_t and a preliminary
version of cairo_ps_surface_t that uses it.
I3. Add support for sub-pixel (ARGB) rendering of text.
Status: keithp walked cworth through this. Patch sent to the
list is almost complete.
✓I3. Add support for sub-pixel (ARGB) rendering of text.
Status: Done.
I4. Fix the cache lock deadlocking problems.
Difficulty: Hard
@ -67,7 +66,7 @@ API additions (more detail in TODO file)
✓A12. cairo_xlib_surface_set_drawable
Difficulty: Easy
Status: Keith has a patch sitting ready on the list.
Status: Done.
Performance work
----------------