Searched refs:ft_render_mode_normal (Results 1 – 3 of 3) sorted by relevance
175 FT_Render_Glyph( face->glyph, ft_render_mode_normal ); in TestFace()
2852 #define ft_render_mode_normal FT_RENDER_MODE_NORMAL macro
701 …rror = 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 19 milliseconds