From fd9b1242a367237719e452108c07db9d67389a71 Mon Sep 17 00:00:00 2001 From: Moh Narimani Date: Sun, 31 Mar 2019 17:32:37 +0430 Subject: [PATCH] Update TashkeelCharacters.cs --- Assets/RTLTMPro/Scripts/Runtime/TashkeelCharacters.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/RTLTMPro/Scripts/Runtime/TashkeelCharacters.cs b/Assets/RTLTMPro/Scripts/Runtime/TashkeelCharacters.cs index a43f023..354e4d9 100644 --- a/Assets/RTLTMPro/Scripts/Runtime/TashkeelCharacters.cs +++ b/Assets/RTLTMPro/Scripts/Runtime/TashkeelCharacters.cs @@ -1,7 +1,7 @@ namespace RTLTMPro { // Note that if you add to these characters, you also need to define - // characters inside Range file and TextMesh Pro font asset unicode range. + // characters inside TashkilRanges.txt file and TextMesh Pro font asset unicode range. public enum TashkeelCharacters { Fathan = 0x064B, @@ -21,4 +21,4 @@ public enum TashkeelCharacters ShaddaWithKasraIsolatedForm = 0xFC62, ShaddaWithSuperscriptAlefIsolatedForm = 0xFC63 } -} \ No newline at end of file +}