ftFontSetLoadFlags
fn
void ftFontSetLoadFlags(harfbuzz.font.Font font, int loadFlags)Sets the FT_Load_Glyph load flags for the specified #hb_font_t.
For more information, see
<https://freetype.org/freetype2/docs/reference/ft2-glyph_retrieval.html#ft_load_xxx>This function works with #hb_font_t objects created by [harfbuzz.global.ftFontCreate] or [harfbuzz.global.ftFontCreateReferenced].
Parameters
font | #hb_font_t to work upon |
loadFlags | The FreeType load flags to set |