Scroll to navigation

TTF_SubStringFlags(3type) SDL_ttf3 DATATYPES TTF_SubStringFlags(3type)

NAME

TTF_SubStringFlags - Flags for TTF_SubString

HEADER FILE

Defined in SDL3_ttf/SDL_ttf.h

SYNOPSIS

#include "SDL3_ttf/SDL_ttf.h"
typedef Uint32 TTF_SubStringFlags;

#define TTF_SUBSTRING_TEXT_START    0x00000001  /**< This substring contains the beginning of the text */
#define TTF_SUBSTRING_LINE_START    0x00000002  /**< This substring contains the beginning of line `line_index` */
#define TTF_SUBSTRING_LINE_END      0x00000004  /**< This substring contains the end of line `line_index` */
#define TTF_SUBSTRING_TEXT_END      0x00000008  /**< This substring contains the end of the text */

AVAILABILITY

This datatype is available since SDL_ttf 3.0.0.

SEE ALSO

(3), TTF_SubString(3type)

SDL_ttf 3.0.0 SDL_ttf