Searched refs:ft_render_mode_mono (Results 1 – 2 of 2) sorted by relevance
2853 #define ft_render_mode_mono FT_RENDER_MODE_MONO macro
701 …error = FT_Glyph_To_Bitmap(&bitmap_glyph, mono ? ft_render_mode_mono : ft_render_mode_normal, 0, 1… in Load_Glyph()709 error = FT_Render_Glyph(glyph, mono ? ft_render_mode_mono : ft_render_mode_normal); in Load_Glyph()
Completed in 20 milliseconds