ft_font_set_load_flags


Description:


[ Version ( since = "1.0.5" ) ]
public void ft_font_set_load_flags (Font font, int load_flags)

Sets the FT_Load_Glyph load flags for the specified Font.

For more information, see https://freetype.org/freetype2/docs/reference/ft2-glyph_retrieval.html#ft_load_xxx

This function works with Font objects created by hb_ft_font_create or hb_ft_font_create_referenced.

Parameters:

font

Font to work upon

load_flags

The FreeType load flags to set


Namespace: HarfBuzz