mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
FontFeaturesDemo: Force LTR order when shaping examples
This commit is contained in:
parent
fc80bb29ca
commit
6df6acad0d
1 changed files with 3 additions and 1 deletions
|
|
@ -338,7 +338,9 @@ public:
|
||||||
const FontStringPair example[] =
|
const FontStringPair example[] =
|
||||||
{
|
{
|
||||||
FontStringPair { baseLineFont.withPointHeight (16),
|
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),
|
FontStringPair { exampleFont.withPointHeight (16),
|
||||||
feature.exampleText }
|
feature.exampleText }
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue