hb-ot-font — OpenType font implementation
#include <hb-ot.h>
Functions for using OpenType fonts with hb_shape(). Note that fonts returned by hb_font_create() default to using these functions, so most clients would never need to call these functions directly.
hb_shape()
hb_font_create()
void hb_ot_font_set_funcs (hb_font_t *font);
hb_font_t *font
Sets the font functions to use when working with font .
font
hb_font_t to work upon
Since: 0.9.28