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_GPUTextEngineWinding - The winding order of the vertices returned by TTF_GetGPUTextDrawData

Availability

       This enum is available since SDL_ttf 3.0.0.

SDL_ttf                                           SDL_ttf 3.2.2                  TTF_GPUTextEngineWinding(3type)

Header File

       Defined in SDL3_ttf/SDL_ttf.h

Name

       TTF_GPUTextEngineWinding - The winding order of the vertices returned by TTF_GetGPUTextDrawData

Synopsis

#include"SDL3_ttf/SDL_ttf.h"typedefenumTTF_GPUTextEngineWinding{TTF_GPU_TEXTENGINE_WINDING_INVALID=-1,TTF_GPU_TEXTENGINE_WINDING_CLOCKWISE,TTF_GPU_TEXTENGINE_WINDING_COUNTER_CLOCKWISE}TTF_GPUTextEngineWinding;

See Also