c++ - SDL_TTF system font -


is there way use default system font sdl_tff, without writing platform-specific code? use 1 of gnu freefont's, able use default system font.

well, "default system font"? think modern oses allow users customise fonts, need query somehow, if want use that. if don't want write platform-specific code , want avoid non-portable assumptions, providing own fonts correct thing do.


Comments