#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*/