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

TTF_CopyOperationFlags

Flags that can be returned in TTF_GPUAtlasDrawSequence

Header File

Defined in <SDL3_ttf/SDL_textengine.h>

Syntax

#define TTF_COPY_OPERATION_IMAGE    0x00000001  /**< This copy operation uses an image rather than a glyph, and should not have vertex color applied */

Version

This enum is available since SDL_ttf 3.0.0.


CategoryAPI, CategoryAPIEnum, CategorySDLTTF