--- SDL_Pango-0.1.2.old/src/SDL_Pango.c +++ SDL_Pango-0.1.2/src/SDL_Pango.c @@ -284,8 +284,14 @@ int min_width; int min_height; } contextImpl; - - + +void +SDLPango_CopyFTBitmapToSurface( + const FT_Bitmap *bitmap, + SDL_Surface *surface, + const SDLPango_Matrix *matrix, + SDL_Rect *rect); + /*! Initialize the Glib and Pango API. This must be called before using other functions in this library,