1#ifndef __SDL2_TTF_LIGHT__H
2#define __SDL2_TTF_LIGHT__H
21TTF_Font * load_font(
const char* path,
int font_size);
34void apply_text(SDL_Renderer *renderer,
int x,
int y,
int w,
int h,
const char *text,
TTF_Font *font,
SDL_Color color);
struct _TTF_Font TTF_Font
Definition: SDL_ttf.h:164
Definition: SDL_pixels.h:310