[TODO] Remove finished items
This commit is contained in:
parent
080a0eb7d8
commit
30f34d08d4
2
TODO
2
TODO
|
@ -14,8 +14,6 @@ API issues to fix before 1.0:
|
|||
|
||||
- Figure out how many .so objects, how to link, etc
|
||||
|
||||
- User-data support ala cairo
|
||||
|
||||
- Real subclassing support for vfunc vectors
|
||||
|
||||
- Add hb-cairo glue
|
||||
|
|
|
@ -70,16 +70,6 @@ hb_face_get_user_data (hb_face_t *face,
|
|||
hb_user_data_key_t *key);
|
||||
|
||||
|
||||
/* XXX
|
||||
*
|
||||
* I have two major concerns about this API as it is right now:
|
||||
*
|
||||
* - Jonathan Kew convinced me to make it return NULL if table not found (280af1bd),
|
||||
* however, that is WRONG IMO. The API should not differentiate between a non-existing
|
||||
* table vs a zero-length table vs a very short table. It only leads to implementations
|
||||
* that check for non-NULL and assume that they've got a usable table going on... This
|
||||
* actually happened with Firefox.
|
||||
*/
|
||||
hb_blob_t *
|
||||
hb_face_reference_table (hb_face_t *face,
|
||||
hb_tag_t tag);
|
||||
|
|
Loading…
Reference in New Issue