From 190e19e6842875c7a487c66235300ee6b42fb5da Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 9 Mar 2013 20:30:22 -0500 Subject: [PATCH] [ft] Remove TODO items that I'm not going to fix --- src/hb-ft.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/hb-ft.cc b/src/hb-ft.cc index 44b71d237..978230cd6 100644 --- a/src/hb-ft.cc +++ b/src/hb-ft.cc @@ -53,12 +53,7 @@ * * - 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? */