From 1e117256b90a03fad8423c9fa4da0bc0b10b384c Mon Sep 17 00:00:00 2001 From: Mark Eibes Date: Mon, 6 Oct 2025 12:24:19 +0200 Subject: [PATCH] Update README.md Typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c52f86..8a174ee 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# rlText an enhaned text renderng systems for raylib +# rlText an enhanced text rendering systems for raylib rlText is a library that contains an alternate font rendering system for raylib, that supports some new features not found in the core system # Features * Better support for HighDPI displays and automatic display scaling -* Allingment (left, right center) +* Alignment (left, right center) * Text Wrapping * Better handling of glpyh ranges * Custom glyphs @@ -12,7 +12,7 @@ rlText is a library that contains an alternate font rendering system for raylib, * Flip Y for use with render textures * Merge glyphs from other fonts * Add glyph ranges as needed -* Atlas resizising +* Atlas resizing # Building rlText is a single header library, just add rlText.h to your project and add #define RL_TEXT_IMPLEMENTATION before you include it in your cpp file.