[ft] Remove TODO items that I'm not going to fix
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 10 Mar 2013 01:30:22 +0000 (20:30 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 10 Mar 2013 01:30:22 +0000 (20:30 -0500)
src/hb-ft.cc

index 44b71d2..978230c 100644 (file)
  *
  *   - We don't handle / allow for emboldening / obliqueing.
  *
- *   - Rounding, etc?
- *
- *   - In the future, we should add constructors to create fonts in font space.
- *
- *   - I believe transforms are not correctly implemented.  FreeType does not
- *     provide any API to get to the transform/delta set on the face. :(
+ *   - In the future, we should add constructors to create fonts in font space?
  *
  *   - FT_Load_Glyph() is exteremely costly.  Do something about it?
  */