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 +}