Remove obsolete TODO item

We don't cache any metrics internally, so the correct way to add more
glyph metrics items is to add new callbacks for them.  We already have
separeate callbacks for advance vs extents.
This commit is contained in:
Behdad Esfahbod 2010-10-27 01:28:28 -04:00
parent 248e3c2ba4
commit 12b2d09a87
1 changed files with 0 additions and 2 deletions

2
TODO
View File

@ -23,8 +23,6 @@ API issues to fix before 1.0:
- Use tags for hb_script_t?
- Future-proof metrics struct
- Figure out how many .so objects, how to link, etc