[FT] Don't make font immutable
This commit is contained in:
parent
38b2118724
commit
13a601fe99
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue