Update README.md

This commit is contained in:
Ray
2026-08-21 21:13:25 +02:00
committed by GitHub
parent 3b57140640
commit 86430c156c

View File

@@ -63,6 +63,7 @@ raylib presents some limitation by design for code simplicity, some forks, alter
- Window resize and move stops the rendering loop on platforms supporting a window
- Font rasterization has lower quality than alternatives using `Freetype2`, `HarfBuzz` or `Slug`
- Text drawing does not support RTL, ligatures or emojis
- `RenderTextures` are flipped vertically, as provided by OpenGL, it's up to user to draw then flipped on screen
basic example
--------------