test.json 626 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "SearchForCharacters": false,
  3. "SearchExtensions": [ ".json", ".txt" ],
  4. "SearchPath": "",
  5. "FontName": "Arial",
  6. "Ranges": [
  7. {
  8. "Low": 32,
  9. "High": 128
  10. }
  11. ],
  12. "Targets": [
  13. {
  14. "FontSize": 16,
  15. "OutputName": "test-font10",
  16. "BaseFont": "font-10px.bmp"
  17. },
  18. {
  19. "FontSize": 8,
  20. "OutputName": "newgui/fonts/font8"
  21. },
  22. {
  23. "FontSize": 10,
  24. "OutputName": "newgui/fonts/font10"
  25. },
  26. {
  27. "FontSize": 16,
  28. "OutputName": "newgui/fonts/font16"
  29. },
  30. {
  31. "FontSize": 18,
  32. "OutputName": "newgui/fonts/font18-outline"
  33. }
  34. ]
  35. }