SDL3_rtf

This page is under development.

SDL3_rtf.RTF_CreateContext(_0: LP_SDL_Renderer, _1: LP_RTF_FontEngine) LP_RTF_Context[source]
SDL3_rtf.RTF_FreeContext(_0: LP_RTF_Context) None[source]
SDL3_rtf.RTF_GetAuthor(_0: LP_RTF_Context) c_char_p[source]
SDL3_rtf.RTF_GetHeight(_0: LP_RTF_Context, _1: c_int) c_int[source]
SDL3_rtf.RTF_GetSubject(_0: LP_RTF_Context) c_char_p[source]
SDL3_rtf.RTF_GetTitle(_0: LP_RTF_Context) c_char_p[source]
SDL3_rtf.RTF_Load(_0: LP_RTF_Context, _1: c_char_p) c_int[source]
SDL3_rtf.RTF_Load_IO(_0: LP_RTF_Context, _1: LP_SDL_IOStream, _2: c_int) c_int[source]
SDL3_rtf.RTF_Render(_0: LP_RTF_Context, _1: LP_SDL_Rect, _2: c_int) None[source]
SDL3_rtf.RTF_Version() c_int[source]