[ CCode ( cname = "hb_font_funcs_t" , copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "hb_gobject_font_funcs_get_type ()" ) ]
[ Compact ]
[ GIR ( name = "font_funcs_t" ) ]
public class FontFuncs
Data type containing a set of virtual methods used for working on Font font objects.
HarfBuzz provides a lightweight default function for each of the methods in FontFuncs. Client programs can implement their own replacements for the individual font functions, as needed, and replace the default by calling the setter for a method.