ft_font_get_load_flags


Description:


[ Version ( since = "1.0.5" ) ]
public int ft_font_get_load_flags (Font font)

Fetches the FT_Load_Glyph load flags of 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

Returns:

FT_Load_Glyph flags found, or 0


Namespace: HarfBuzz