commit | 93ef20a83b31e6528bb1835d2b4b83b913805885 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sat Nov 03 15:03:06 2018 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sat Nov 03 15:03:06 2018 -0400 |
tree | d954ee7c6bc3a84c92196fff994eefa33cfd8f9c | |
parent | 0589787ff55bff9bd5849c4443229e926cc574a5 [diff] [blame] |
Replace most uses of is_inert with is_immutable
diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc index 184db49..893a876 100644 --- a/src/hb-coretext.cc +++ b/src/hb-coretext.cc
@@ -353,7 +353,7 @@ hb_font_t *font = hb_font_create (face); hb_face_destroy (face); - if (unlikely (hb_object_is_inert (font))) + if (unlikely (hb_object_is_immutable (font))) return font; hb_font_set_ptem (font, coretext_font_size_to_ptem (CTFontGetSize(ct_font)));