| AppendString(std::string_view string) | SDL::TextBase | inline |
| begin() const | SDL::TextBase | |
| DeleteString(int offset, int length) | SDL::TextBase | inline |
| Destroy() | SDL::TextBase | inline |
| DrawRenderer(FPoint p) const | SDL::TextBase | inline |
| DrawSurface(Point p, SurfaceRef surface) const | SDL::TextBase | inline |
| end() const | SDL::TextBase | |
| get() const noexcept | SDL::ResourceBaseT< TextRaw, TextRawConst > | inline |
| GetColor(Uint8 *r, Uint8 *g, Uint8 *b, Uint8 *a) const | SDL::TextBase | inline |
| GetColor() const | SDL::TextBase | inline |
| GetColorFloat(float *r, float *g, float *b, float *a) const | SDL::TextBase | inline |
| GetColorFloat() const | SDL::TextBase | inline |
| GetDirection() const | SDL::TextBase | inline |
| GetEngine() const | SDL::TextBase | inline |
| GetFont() const | SDL::TextBase | inline |
| GetGPUDrawData() const | SDL::TextBase | inline |
| GetNextSubString(const SubString &substring, SubString *next) const | SDL::TextBase | inline |
| GetNumLines() const | SDL::TextBase | inline |
| GetPosition(int *x, int *y) const | SDL::TextBase | inline |
| GetPosition() const | SDL::TextBase | inline |
| GetPreviousSubString(const SubString &substring, SubString *previous) const | SDL::TextBase | inline |
| GetProperties() const | SDL::TextBase | inline |
| GetScript() const | SDL::TextBase | inline |
| GetSize(int *w, int *h) const | SDL::TextBase | inline |
| GetSize() const | SDL::TextBase | inline |
| GetSubString(int offset, SubString *substring) const | SDL::TextBase | inline |
| GetSubStringForLine(int line) const | SDL::TextBase | |
| GetSubStringForLine(int line, SubString *substring) const | SDL::TextBase | inline |
| GetSubStringForPoint(Point p) const | SDL::TextBase | |
| GetSubStringForPoint(Point p, SubString *substring) const | SDL::TextBase | inline |
| GetSubStrings() const | SDL::TextBase | inline |
| GetSubStringsForRange(int offset, int length=-1) const | SDL::TextBase | inline |
| GetText() const | SDL::TextBase | inline |
| GetWrapWidth() const | SDL::TextBase | inline |
| InsertString(int offset, std::string_view string) | SDL::TextBase | inline |
| IsWrapWhitespaceVisible() const | SDL::TextBase | inline |
| operator bool() const | SDL::ResourceBaseT< TextRaw, TextRawConst > | inlineexplicit |
| operator TextConstRef() const noexcept | SDL::TextBase | inline |
| operator->() const noexcept | SDL::ResourceBaseT< TextRaw, TextRawConst > | inline |
| operator<=>(const ResourceBaseT &other) const=default | SDL::ResourceBaseT< TextRaw, TextRawConst > | |
| operator=(Text &&other) noexcept | SDL::Text | inline |
| SDL::TextBase::operator=(const ResourceBaseT &)=default | SDL::ResourceBaseT< TextRaw, TextRawConst > | protected |
| RawConstPointer typedef | SDL::ResourceBaseT< TextRaw, TextRawConst > | |
| RawPointer typedef | SDL::ResourceBaseT< TextRaw, TextRawConst > | |
| release() noexcept | SDL::ResourceBaseT< TextRaw, TextRawConst > | inline |
| ResourceBaseT()=default | SDL::TextBase | |
| ResourceBaseT(RawPointer resource) | SDL::TextBase | inline |
| ResourceBaseT(std::nullptr_t) | SDL::TextBase | inline |
| ResourceBaseT(const ResourceBaseT &)=default | SDL::TextBase | |
| ResourceBaseT(ResourceBaseT &&) noexcept=default | SDL::TextBase | |
| SetColor(Color c) | SDL::TextBase | inline |
| SetColorFloat(FColor c) | SDL::TextBase | inline |
| SetDirection(Direction direction) | SDL::TextBase | inline |
| SetEngine(TextEngineRef engine) | SDL::TextBase | inline |
| SetFont(FontRef font) | SDL::TextBase | inline |
| SetPosition(const PointRaw &p) | SDL::TextBase | inline |
| SetScript(Uint32 script) | SDL::TextBase | inline |
| SetString(std::string_view string) | SDL::TextBase | inline |
| SetWrapWhitespaceVisible(bool visible) | SDL::TextBase | inline |
| SetWrapWidth(int wrap_width) | SDL::TextBase | inline |
| Text(TextRaw resource) noexcept | SDL::Text | inlineexplicit |
| Text(Text &&other) noexcept | SDL::Text | inline |
| Text(TextEngineRef engine, FontRef font, std::string_view text) | SDL::Text | inline |
| Update() | SDL::TextBase | inline |
| ~ResourceBaseT()=default | SDL::ResourceBaseT< TextRaw, TextRawConst > | protected |
| ~Text() | SDL::Text | inline |