logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TTF_ImageType - The type of data in a glyph image

Availability

       This enum is available since SDL_ttf 3.0.0.

SDL_ttf                                           SDL_ttf 3.2.2                             TTF_ImageType(3type)

Header File

       Defined in SDL3_ttf/SDL_ttf.h

Name

       TTF_ImageType - The type of data in a glyph image

Synopsis

#include"SDL3_ttf/SDL_ttf.h"typedefenumTTF_ImageType{TTF_IMAGE_INVALID,TTF_IMAGE_ALPHA,/**<Thecolorchannelsarewhite*/TTF_IMAGE_COLOR,/**<Thecolorchannelshaveimagedata*/TTF_IMAGE_SDF,/**<Thealphachannelhassigneddistancefieldinformation*/}TTF_ImageType;

See Also