Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SDL3/SDL_RenderDebugText.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Among these limitations:
break. If the text goes out of the window, it's gone.

For serious text rendering, there are several good options, such as
[SDL_ttf](SDL_ttf), stb_truetype, or other external libraries.
[SDL_ttf](https://wiki.libsdl.org/SDL3_ttf/FrontPage), stb_truetype, or other external libraries.

On first use, this will create an internal texture for rendering glyphs.
This texture will live until the renderer is destroyed.
Expand Down