erik quanstrom | 12 Jun 2012 01:47
Favicon

Re: dejavu sans

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


Gmane