this is the incantation i'm using. the second argument is zero, not font.size*72 as in your example
if(FT_Set_Char_Size(font.face, 0, font.size * 64, 72, 72) != 0) sysfatal("FT_Set_Char_Size: status=%d\n", status); - erik
this is the incantation i'm using. the second argument is zero, not font.size*72 as in your example
if(FT_Set_Char_Size(font.face, 0, font.size * 64, 72, 72) != 0) sysfatal("FT_Set_Char_Size: status=%d\n", status); - erik