ft_font_set_funcs


Description:


[ Version ( since = "1.0.5" ) ]
public void ft_font_set_funcs (Font font)

Configures the font-functions structure of the specified Font font object to use FreeType font functions.

In particular, you can use this function to configure an existing Face face object for use with FreeType font functions even if that Face face object was initially created with create, and therefore was not initially configured to use FreeType font functions.

An Font object created with hb_ft_font_create is preconfigured for FreeType font functions and does not require this function to be used.

Note that if you modify the underlying Font after calling this function, you need to call hb_ft_hb_font_changed to update the underlying FT_Face.

<note>Note: Internally, this function creates an FT_Face. </note>

Parameters:

font

Font to work upon


Namespace: HarfBuzz