TTF_GetFontGeneration - Man Page

Get the font generation.

Header File

Defined in SDL3_ttf/SDL_ttf.h

Synopsis

#include "SDL3_ttf/SDL_ttf.h"

Uint32 TTF_GetFontGeneration(TTF_Font *font);

Description

The generation is incremented each time font properties change that require rebuilding glyphs, such as style, size, etc.

Function Parameters

font

the font to query.

Return Value

Returns the font generation or 0 on failure; call SDL_GetError() for more information.

Thread Safety

This function should be called on the thread that created the font.

Availability

This function is available since SDL_ttf 3.0.0.

Info

SDL_ttf 3.2.2 SDL_ttf3 FUNCTIONS