Add hb_font_set_parent()
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 8 Oct 2015 16:51:02 +0000 (12:51 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 8 Oct 2015 16:51:02 +0000 (12:51 -0400)
commit3e905e396bcd745bda88e751998a76556c5cb8c6
tree17f925742e798126ea8f89d4cbed2651a97dc9ea
parentedeb3dabf4a589d67c3f1da7ba43a74e4d3a9afd
Add hb_font_set_parent()

No reason to not have it.  Makes life easier later.
We (hb-ft, hb-ot-font, etc) can use this API to inject new
parent into a font...
src/hb-font.cc
src/hb-font.h
test/api/test-font.c