On that ctypes thing: Ouch. Any hints on how I can call FT_Init_FreeType(&library) and then FT_New_Face( library, fontfilename, 0, &face) ? It seems all the parameters are to complex structures which house other structures. Do I have to create buffers in Python for all of them? Sorry, really lost here. /d