-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.72 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.72 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
{
"name": "media.lightside.unitext",
"version": "1.0.0",
"displayName": "UniText",
"description": "Professional Unicode text rendering for Unity with full RTL support, HarfBuzz shaping, and extensible markup system.",
"unity": "2021.3",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.ui": "1.0.0"
},
"author": {
"name": "LightSide",
"url": "https://unity.lightside.media"
},
"keywords": [
"text",
"unicode",
"rtl",
"arabic",
"hebrew",
"bidi",
"harfbuzz",
"shaping",
"localization",
"ui"
],
"license": "SEE LICENSE IN LICENSE.md",
"documentationUrl": "https://unity.lightside.media/unitext/docs/",
"samples": [
{
"displayName": "Basic Usage",
"description": "Core features: text formatting, RTL languages, and runtime API",
"path": "Samples~/BasicUsage"
},
{
"displayName": "Emoji",
"description": "Emoji rendering: flags, ZWJ sequences, skin tones",
"path": "Samples~/Emoji"
},
{
"displayName": "Layout",
"description": "Alignment, word wrap, and AutoSize features",
"path": "Samples~/Layout"
},
{
"displayName": "Modifiers",
"description": "Markup system: styling, colors, links, lists",
"path": "Samples~/Modifiers"
},
{
"displayName": "Font Examples",
"description": "Font variety showcase: decorative fonts, icon fonts (Font Awesome), monospace, multilingual support",
"path": "Samples~/FontExamples"
}
]
}