font.json 493 B

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