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_SubStringFlags - Flags for TTF_SubString

Availability

       This datatype is available since SDL_ttf 3.0.0.

Header File

       Defined in SDL3_ttf/SDL_ttf.h

Name

       TTF_SubStringFlags - Flags for TTF_SubString

See Also

(3), TTF_SubString(3type)

SDL_ttf                                           SDL_ttf 3.2.2                        TTF_SubStringFlags(3type)

Synopsis

#include"SDL3_ttf/SDL_ttf.h"typedefUint32TTF_SubStringFlags;#defineTTF_SUBSTRING_DIRECTION_MASK0x000000FF/**<Themaskfortheflowdirectionforthissubstring*/#defineTTF_SUBSTRING_TEXT_START0x00000100/**<Thissubstringcontainsthebeginningofthetext*/#defineTTF_SUBSTRING_LINE_START0x00000200/**<Thissubstringcontainsthebeginningofline`line_index`*/#defineTTF_SUBSTRING_LINE_END0x00000400/**<Thissubstringcontainstheendofline`line_index`*/#defineTTF_SUBSTRING_TEXT_END0x00000800/**<Thissubstringcontainstheendofthetext*/

See Also