mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 18:28:03 +02:00
Note that sub-pixel text rendering is done now.
This commit is contained in:
parent
857c9fe1c4
commit
a7b38c6826
2 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
7
ROADMAP
7
ROADMAP
|
|
@ -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
|
||||
----------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue