SDL Wiki
(This function is part of SDL_ttf, a separate library from SDL.)

TTF_GPUTextEngineWinding

The winding order of the vertices returned by TTF_GetGPUTextDrawData

Header File

Defined in <SDL3_ttf/SDL_ttf.h>

Syntax

typedef enum TTF_GPUTextEngineWinding
{
    TTF_GPU_TEXTENGINE_WINDING_INVALID = -1,
    TTF_GPU_TEXTENGINE_WINDING_CLOCKWISE,
    TTF_GPU_TEXTENGINE_WINDING_COUNTER_CLOCKWISE
} TTF_GPUTextEngineWinding;

Version

This enum is available since SDL_ttf 3.0.0.


CategoryAPI, CategoryAPIEnum, CategorySDLTTF


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.