From 6df6acad0d407fbd450dd2553816ccd5114bfdec Mon Sep 17 00:00:00 2001 From: Oliver James Date: Tue, 17 Jun 2025 23:20:42 +0100 Subject: [PATCH] FontFeaturesDemo: Force LTR order when shaping examples --- examples/GUI/FontFeaturesDemo.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/GUI/FontFeaturesDemo.h b/examples/GUI/FontFeaturesDemo.h index f63b87b656..c3986c3bae 100644 --- a/examples/GUI/FontFeaturesDemo.h +++ b/examples/GUI/FontFeaturesDemo.h @@ -338,7 +338,9 @@ public: const FontStringPair example[] = { FontStringPair { baseLineFont.withPointHeight (16), - feature.exampleText + " " + String::fromUTF8 ("\xe2\x86\x92") }, + feature.exampleText }, + FontStringPair { baseLineFont.withPointHeight (16), + " " + String::fromUTF8 ("\xe2\x86\x92") }, FontStringPair { exampleFont.withPointHeight (16), feature.exampleText } };