foxygit / doom Log in
commit 6a5fcb0ba4810d66684a16078d20dac2c735e2ca
Author:     Zodomaniac <15119473+Zodomaniac@users.noreply.github.com>
AuthorDate: Sun Sep 1 19:05:24 2019 +0300
Commit:     Zodomaniac <15119473+Zodomaniac@users.noreply.github.com>
CommitDate: Sun Sep 1 19:05:24 2019 +0300

    Updated font headers with Python 3 Pillow.
---
 textscreen/fonts/large.h  | 2 +-
 textscreen/fonts/normal.h | 2 +-
 textscreen/fonts/small.h  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/textscreen/fonts/large.h b/textscreen/fonts/large.h
index 23918c82..5dac05ed 100644
--- 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. */

diff --git a/textscreen/fonts/normal.h b/textscreen/fonts/normal.h
index a98584fb..8b6d20ed 100644
--- 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. */

diff --git a/textscreen/fonts/small.h b/textscreen/fonts/small.h
index 2e8d9bcd..06a479bf 100644
--- 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. */