#include <SDL.h>
#include <SDL_ttf.h>
int main(int argc, char *argv[])
{
SDL_Window *window = NULL;
SDL_Renderer *renderer = NULL;
SDL_Texture *texture = NULL;
SDL_Surface *surface = NULL;
TTF_Font *font = NULL;
SDL_Colo
SDL2 文字渲染
最新推荐文章于 2024-09-30 23:38:40 发布