Add hb_font_make/is_immutable()
diff --git a/src/hb-font.h b/src/hb-font.h index e8e344d..fc3518c 100644 --- a/src/hb-font.h +++ b/src/hb-font.h
@@ -225,6 +225,12 @@ hb_font_get_user_data (hb_font_t *font, hb_user_data_key_t *key); +void +hb_font_make_immutable (hb_font_t *font); + +hb_bool_t +hb_font_is_immutable (hb_font_t *font); + hb_face_t * hb_font_get_face (hb_font_t *font);