SDL_ttf: showfont: added a right-to-left test case

From 99adbe8b4006f45363da9f3a71e934598a82854e Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 27 Jan 2025 01:00:17 -0800
Subject: [PATCH] showfont: added a right-to-left test case

---
 examples/showfont.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/examples/showfont.c b/examples/showfont.c
index ed6e67cc..c1b36b93 100644
--- a/examples/showfont.c
+++ b/examples/showfont.c
@@ -37,11 +37,13 @@
 //#define DEFAULT_TEXT    "\xc5\xab\xcc\x80\x20\xe1\xba\x83\x20\x6e\xcc\x82\x20\x48\xcc\xa8\x20\x6f\xcd\x9c\x75"
 // Chinese text
 //#define DEFAULT_TEXT    "\xe5\xad\xa6\xe4\xb9\xa0\xe6\x9f\x90\xe8\xaf\xbe\xe7\xa8\x8b\xe5\xbf\x85\xe8\xaf\xbb\xe7\x9a\x84"
-// Mixed English, Chinese, and emoji text
-//#define DEFAULT_TEXT    "The quick brown fox\njumped over the \xe5\xad\xa6\xe4\xb9\xa0\xe6\x9f\x90\xe8\xaf\xbe\xe7\xa8\x8b\xe5\xbf\x85\xe8\xaf\xbb\xe7\x9a\x84 \xf0\x9f\x98\x89"
+// Hebrew text
+//#define DEFAULT_TEXT      "\xd7\xa6\xd7\xa4\xd7\xa2\x20\xd7\x97\xd7\x96\xd7\xa7\x20\xd7\xa0\xd7\xa9\xd7\x9a\x20\xd7\x93\xd7\x92\x20\xd7\x9e\xd7\xaa\x20\xd7\x91\xd7\x90\xd7\x95\xd7\xa1\xd7\x98\xd7\xa8\xd7\x9c\xd7\x99\xd7\x94"
+// Mixed English, Chinese, Hebrew, and emoji text
+//#define DEFAULT_TEXT    "The quick brown fox\njumped over the \xe5\xad\xa6\xe4\xb9\xa0\xe6\x9f\x90\xe8\xaf\xbe\xe7\xa8\x8b\xe5\xbf\x85\xe8\xaf\xbb\xe7\x9a\x84 \xd7\x90\xd7\x91\xd7\x92 \xf0\x9f\x98\x89"
 #define WIDTH   640
 #define HEIGHT  480
-#define MAX_FALLBACKS 2
+#define MAX_FALLBACKS 4
 
 
 #define TTF_SHOWFONT_USAGE \