Jelajahi Sumber

Adding a font configuration file.

Sam Jaffe 6 tahun lalu
induk
melakukan
a565d468c6
1 mengubah file dengan 17 tambahan dan 0 penghapusan
  1. 17 0
      Resources/data/images/fonts/font.json

+ 17 - 0
Resources/data/images/fonts/font.json

@@ -0,0 +1,17 @@
+{
+  "type":"monospace",
+  "cells":[8, 8],
+  "glyph_size":[10, 20],
+  "file":"font.bmp",
+  "default":"?",
+  "glyphs":[
+    [" ", "!", "\"", "#", "$", "%", "&", "'"],
+    ["(", ")", "*", "+", ",", "-", ".", "\\"],
+    ["0", "1", "2", "3", "4", "5", "6", "7"],
+    ["8", "9", ":", ";", "<", "=", ">", "?"],
+    ["@", "A", "B", "C", "D", "E", "F", "G"],
+    ["H", "I", "J", "K", "L", "M", "N", "O"],
+    ["P", "Q", "R", "S", "T", "U", "V", "W"],
+    ["X", "Y", "Z", "[", "/", "]", "^", "_"]
+  ]
+}