Scroll to navigation

TTF_SetFontSize(3) SDL_ttf3 FUNCTIONS TTF_SetFontSize(3)

NAME

TTF_SetFontSize - Set a font's size dynamically.

SYNOPSIS

#include "SDL3_ttf/SDL_ttf.h"
int TTF_SetFontSize(TTF_Font *font, int ptsize);

DESCRIPTION

This clears already-generated glyphs, if any, from the cache.

FUNCTION PARAMETERS

the font to resize.
the new point size.

RETURN VALUE

Returns 0 if successful, -1 on error

AVAILABILITY

This function is available since SDL_ttf 3.0.0.

SDL_ttf 3.0.0 SDL_ttf