fontcat-devtest-bf 462 B

12345678910111213141516171819
  1. #!/bin/sh
  2. #this is just an early test, not even proof of concept yet, nothing variablised yet, just testing this one...
  3. convert \
  4. -size 165x70 \
  5. xc:black \
  6. -font bf \
  7. -pointsize 4 \
  8. -fill white \
  9. -gravity center \
  10. -draw "text 0,0 '
  11. __ __ __
  12. \ \_________\ \____________\ \___
  13. \ _ \ _\ _ \ _\ __ \ __\ /
  14. \___/\__/\__/ \_\ \___/\__/\_\_\
  15. Bedrock Linux
  16. '" \
  17. fontcat-bedrock-bf.png