Home
last modified time | relevance | path

Searched refs:FT_LOAD_RENDER (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/
Dfreetype.h3240 #define FT_LOAD_RENDER ( 1L << 2 ) macro
/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp97 error = FT_Load_Glyph(font_handle->face, glyph_index, FT_LOAD_NO_BITMAP | FT_LOAD_RENDER); in gx_studio_font_util_get_glyph()