shithub: choc

Download patch

ref: 6a5fcb0ba4810d66684a16078d20dac2c735e2ca
parent: 1aa667e69a15df8e7352e76c01ad6b5fb917584b
author: Zodomaniac <15119473+Zodomaniac@users.noreply.github.com>
date: Sun Sep 1 15:05:24 EDT 2019

Updated font headers with Python 3 Pillow.

--- a/textscreen/fonts/large.h
+++ b/textscreen/fonts/large.h
@@ -1,4 +1,4 @@
-/* Font data generated from large.bmp; do not edit.
+/* Font data generated from large.png; do not edit.
    Please see textscreen/fonts/README for copyright
    information. */
 
--- a/textscreen/fonts/normal.h
+++ b/textscreen/fonts/normal.h
@@ -1,4 +1,4 @@
-/* Font data generated from normal.bmp; do not edit.
+/* Font data generated from normal.png; do not edit.
    Please see textscreen/fonts/README for copyright
    information. */
 
--- a/textscreen/fonts/small.h
+++ b/textscreen/fonts/small.h
@@ -1,4 +1,4 @@
-/* Font data generated from small.bmp; do not edit.
+/* Font data generated from small.png; do not edit.
    Please see textscreen/fonts/README for copyright
    information. */