TTF_ImageType - The type of data in a glyph image
Contents
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;