Make hb_font_create_sub_font() NOT make parent immutable
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 2 Oct 2015 13:21:29 +0000 (14:21 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 2 Oct 2015 13:21:29 +0000 (14:21 +0100)
commit1866e17114b41d565eb066e7d9393c2ff3e0a12b
tree4b1ffb5bded28f436c43296f23cf639172117e38
parent980e25cad2e58c31f5361862b9223d94ec47fc7a
Make hb_font_create_sub_font() NOT make parent immutable

We don't rely on that.  However, whenever hb_font_make_immutable()
is called, it makes its parenting chain immutable.
src/hb-font.cc
test/api/test-font.c