Why is FT_Load_Char giving me a garbage glyph bitmap?
问题 When I call FT_Load_Char, the glyph slot of the font face has garbage data for the bitmap, which changes every time the program is run. I've ensured that FT_Init_FreeType and FT_New_Face are returning successfully. I've set the pixel size with FT_Set_Pixel_Sizes(face, 0, 48). The FT_Load_Char function is being called with FT_LOAD_RENDER and is returning successfully. I've also tried downloading the source code for freetype2 and building it myself just in case the pacman distribution of it