[FT] Don't make font immutable
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 9 Aug 2011 09:36:54 +0000 (11:36 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 9 Aug 2011 09:36:54 +0000 (11:36 +0200)
src/hb-ft.cc

index 497fde7..6af4e06 100644 (file)
@@ -400,8 +400,6 @@ hb_ft_font_set_funcs (hb_font_t *font)
     return;
   }
 
-  hb_font_make_immutable (font);
-
   FT_Set_Char_Size (ft_face,
                    font->x_scale, font->y_scale,
                    font->x_ppem * 72 * 64 / font->x_scale,