[docs] Add destroy() call to sample
This commit is contained in:
parent
319e5b3200
commit
feeff5928b
|
@ -303,6 +303,7 @@
|
|||
hb_font_funcs_t *ffunctions = hb_font_funcs_create ();
|
||||
hb_font_funcs_set_nominal_glyph_func (ffunctions, func, user_data, destroy);
|
||||
hb_font_set_funcs (subfont, ffunctions, font_data, destroy);
|
||||
hb_font_funcs_destroy (ffunctions);
|
||||
</programlisting>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue