Advertisement
Guest User

Untitled

a guest
May 5th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. TTF_Font *font = NULL;
  2. SDL_Color textColor = {255, 255, 255};
  3.  
  4. TTF_Init();
  5.  
  6. font = TTF_OpenFont("calibri.ttf", 28);
  7. if(font == NULL)
  8. return 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement