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

Flags that can be returned in [TTF_GPUAtlasDrawSequence](TTF_GPUAtlasDrawSequence)

## Header File

Defined in [<SDL3_ttf/SDL_textengine.h>](https://github.com/libsdl-org/SDL_ttf/blob/main/include/SDL3_ttf/SDL_textengine.h)

## Syntax

```c
#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](CategoryAPI), [CategoryAPIEnum](CategoryAPIEnum), [CategorySDLTTF](CategorySDLTTF)