mirror of https://github.com/espruino/BangleApps
new fonts with better spacing on formatting
parent
117f0c0f9e
commit
b734d70021
|
@ -1 +1,2 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
|
0.02: Corrected formatting of punctuation
|
Binary file not shown.
|
@ -1,9 +1,9 @@
|
||||||
{ "id": "fontall",
|
{ "id": "fontall",
|
||||||
"name": "Fonts (all languages)",
|
"name": "Fonts (all languages)",
|
||||||
"version":"0.01",
|
"version":"0.02",
|
||||||
"description": "Installs a font containing over 50,000 Unifont characters for Chinese, Japanese, Korean, Russian, and more. **Requires 2MB storage**",
|
"description": "Installs a font containing over 50,000 Unifont characters for Chinese, Japanese, Korean, Russian, and more. **Requires 2MB storage**",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "font",
|
"tags": "font,fonts,language",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"provides_modules" : ["font"],
|
"provides_modules" : ["font"],
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
|
0.02: Corrected formatting of punctuation
|
Binary file not shown.
|
@ -1,9 +1,9 @@
|
||||||
{ "id": "fontext",
|
{ "id": "fontext",
|
||||||
"name": "Fonts (150+ languages)",
|
"name": "Fonts (150+ languages)",
|
||||||
"version":"0.01",
|
"version":"0.02",
|
||||||
"description": "Installs a font containing 1000 Unifont characters, which should handle the majority of non-Chinese/Japanese/Korean languages (only 20kb)",
|
"description": "Installs a font containing 1000 Unifont characters, which should handle the majority of non-Chinese/Japanese/Korean languages (only 20kb)",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "font",
|
"tags": "font,fonts,language",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"provides_modules" : ["font"],
|
"provides_modules" : ["font"],
|
||||||
"default" : true,
|
"default" : true,
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
0.01: First release
|
0.01: First release
|
||||||
|
0.02: Corrected formatting of punctuation
|
Binary file not shown.
|
@ -1,9 +1,9 @@
|
||||||
{ "id": "fontkorean",
|
{ "id": "fontkorean",
|
||||||
"name": "Korean font",
|
"name": "Fonts (Korean)",
|
||||||
"version":"0.01",
|
"version":"0.02",
|
||||||
"description": "Installs a font data, Unifont characters for Korean **Requires 420 KB storage**",
|
"description": "Installs a font data, Unifont characters for Korean **Requires 420 KB storage**",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "font",
|
"tags": "font,fonts,language",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"provides_modules" : ["font"],
|
"provides_modules" : ["font"],
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
|
|
Loading…
Reference in New Issue