Commit 4d31662b5da20790f6f860cec8f5fdabf48210f0

Behdad Esfahbod 2019-04-10T15:40:03

Don't install ot-font funcs on new fonts if HB_NO_OT_FONT defined Currently linker cannot GC hb-ot-font completely because we install it on fonts by default. Don't do that if HB_NO_OT_FONT defined. Part of https://github.com/harfbuzz/harfbuzz/issues/1652