@@ -17,11 +17,21 @@ public static class Constants
17
17
public const double AYAT_DEFAULT_FONT_SIZE = 22 ;
18
18
public const double AYAT_NUMBER_DEFAULT_FONT_SIZE = 23 ;
19
19
public const double TRANSLATION_DEFAULT_FONT_SIZE = 20 ;
20
- public const string AYAT_DEFAULT_FONT_NAME = "Assets/Fonts/IRANSansX-Regular.ttf#IRANSansX" ;
21
- public const string AYAT_NUMBER_DEFAULT_FONT_NAME = "Assets/Fonts/IRANSansX-Regular.ttf#IRANSansX" ;
22
- public const string TRANSLATION_DEFAULT_FONT_NAME = "Assets/Fonts/IRANSansX-Regular.ttf#IRANSansX" ;
20
+ public const string AYAT_DEFAULT_FONT_NAME = IRANSANS_FONT_ASSET ;
21
+ public const string AYAT_NUMBER_DEFAULT_FONT_NAME = IRANSANS_FONT_ASSET ;
22
+ public const string TRANSLATION_DEFAULT_FONT_NAME = IRANSANS_FONT_ASSET ;
23
23
24
- public const string FONT_REGULAR = "Assets/Fonts/IRANSansX-Regular.ttf#IRANSansX" ;
25
- public const string FONT_MEDIUM = "Assets/Fonts/IRANSansX-Medium.ttf#IRANSansX Medium" ;
26
- public const string FONT_BOLD = "Assets/Fonts/IRANSansX-Bold.ttf#IRANSansX" ;
24
+ public const string IRANSANS_FONT_ASSET = "Assets/Fonts/IRANSansX-Regular.ttf#IRANSansX" ;
25
+ public const string VAZIRMATN_FONT_ASSET = "Assets/Fonts/Vazirmatn-Regular.ttf#Vazirmatn" ;
26
+ public const string IRANYEKAN_FONT_ASSET = "Assets/Fonts/IRANYekanRegular.ttf#IRANYekan" ;
27
+ public const string NABI_FONT_ASSET = "Assets/Fonts/Nabi.ttf#Nabi" ;
28
+ public const string NEIRIZI_FONT_ASSET = "Assets/Fonts/Neirizi.ttf#Neirizi" ;
29
+ public const string QURANTAHA_FONT_ASSET = "Assets/Fonts/QuranTaha.ttf#QuranTaha" ;
30
+
31
+ public const string IRANSANS_FONT_PERSIAN = "ایران سنس" ;
32
+ public const string VAZIRMATN_FONT_PERSIAN = "وزیر متن" ;
33
+ public const string IRANYEKAN_FONT_PERSIAN = "ایران یکان" ;
34
+ public const string NABI_FONT_PERSIAN = "نبی" ;
35
+ public const string NEIRIZI_FONT_PERSIAN = "نیریزی" ;
36
+ public const string QURANTAHA_FONT_PERSIAN = "قرآن طه" ;
27
37
}
0 commit comments