commit | 645f6f265b5f6fb85b3c0f59ea874d58c86e3917 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon Oct 04 17:01:01 2010 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Oct 04 17:01:01 2010 -0400 |
tree | a6bf0f6554f1448c101d8de5deb3279ba17f020b | |
parent | 19c0eab8cf96d00e168c4b11ec435019c1ed44f7 [diff] [blame] |
Add is_mutable() functions Correspond to the make_mutable() ones.
diff --git a/src/hb-font.cc b/src/hb-font.cc index e257cd8..fd5df93 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc
@@ -141,6 +141,12 @@ ffuncs->immutable = TRUE; } +hb_bool_t +hb_font_funcs_is_immutable (hb_font_funcs_t *ffuncs) +{ + return ffuncs->immutable = TRUE; +} + void hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs,