-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuyghur_with_font.json
More file actions
99 lines (99 loc) · 2.19 KB
/
uyghur_with_font.json
File metadata and controls
99 lines (99 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"width": 800,
"height": 600,
"background_color": "#f8f9fa",
"elements": [
{
"type": "background",
"color": "#ffffff",
"radius": 20
},
{
"type": "text",
"text": "ئۇيغۇر تىلى",
"x": 400,
"y": 120,
"font_size": 48,
"color": "#2c3e50",
"align": "center",
"direction": "rtl",
"font_family": "ALKATIP Basma Tom",
"bold": true,
"z_index": 1
},
{
"type": "text",
"text": "سالام دۇنيا - مەرھابا",
"x": 400,
"y": 180,
"font_size": 32,
"color": "#e74c3c",
"align": "center",
"direction": "rtl",
"font_family": "Amiri",
"z_index": 1
},
{
"type": "text",
"text": "连字测试 - لىگاتۇر سىناقى",
"x": 400,
"y": 240,
"font_size": 24,
"color": "#27ae60",
"align": "center",
"direction": "rtl",
"font_family": "ALKATIPBasmaTom",
"z_index": 1
},
{
"type": "text",
"text": "Arabic Typesetting font: ئەرەب تىپوگرافىيەسى",
"x": 400,
"y": 300,
"font_size": 20,
"color": "#3498db",
"align": "center",
"direction": "rtl",
"font_family": "Arabic Typesetting",
"z_index": 1
},
{
"type": "text",
"text": "Geeza Pro font: گېزا پرو خەت نۇسخىسى",
"x": 400,
"y": 360,
"font_size": 22,
"color": "#9b59b6",
"align": "center",
"direction": "rtl",
"font_family": "Geeza Pro",
"z_index": 1
},
{
"type": "text",
"text": "System default Arabic: سىستېما كۆڭۈلدىكى ئەرەب",
"x": 400,
"y": 420,
"font_size": 18,
"color": "#f39c12",
"align": "center",
"direction": "rtl",
"background_color": "#ecf0f1",
"padding": 8,
"border_radius": 8,
"z_index": 2
},
{
"type": "text",
"text": "English comparison with Inter font",
"x": 400,
"y": 480,
"font_size": 16,
"color": "#7f8c8d",
"align": "center",
"direction": "ltr",
"font_family": "Inter",
"z_index": 1
}
]
}