Skip to content

Commit 3e143e8

Browse files
authored
Added localization example. (#145)
* Added localization example. * Fixed example manual description and prevented displaying text while fonts are being changed. * Added thumbnail image.
1 parent 9f6c06f commit 3e143e8

29 files changed

+1001
-0
lines changed

gui/localization/appmanifest.png

18.5 KB
Loading
24.5 KB
Loading
190 KB
Binary file not shown.
5.22 MB
Binary file not shown.
146 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
font: "/assets/fonts/SourceSansPro-Semibold.ttf"
2+
material: "/builtins/fonts/font-df.material"
3+
size: 24
4+
output_format: TYPE_DISTANCE_FIELD
5+
characters: " !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
font: "/assets/fonts/NotoSansArabic-Medium.ttf"
2+
material: "/builtins/fonts/font-df.material"
3+
size: 24
4+
output_format: TYPE_DISTANCE_FIELD
5+
characters: " !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
font: "/assets/fonts/NotoSansJP-Regular.ttf"
2+
material: "/builtins/fonts/font-df.material"
3+
size: 24
4+
output_format: TYPE_DISTANCE_FIELD
5+
characters: " !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
animations {
2+
id: "button"
3+
images {
4+
image: "/assets/img/panel-transparent-border-029.png"
5+
}
6+
playback: PLAYBACK_NONE
7+
}
8+
animations {
9+
id: "panel"
10+
images {
11+
image: "/assets/img/panel-transparent-center-025.png"
12+
}
13+
playback: PLAYBACK_LOOP_FORWARD
14+
}
15+
extrude_borders: 2
201 Bytes
Loading

0 commit comments

Comments
 (0)