mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
5b688514c7
commit
15e60cd37f
1 changed files with 2 additions and 1 deletions
|
|
@ -2720,7 +2720,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GetRenderVSync(SDL_Renderer *renderer, int
|
|||
* 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, 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue