From: Adrianna PiƄska Date: Tue, 13 May 2014 15:21:13 +0000 (+0200) Subject: Added some bitmap fonts and picked the smallest one for now X-Git-Tag: 0.1~338 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=b2a1b82d2944517a2d54d597f5933bc3b5a07ca1 Added some bitmap fonts and picked the smallest one for now --- diff --git a/data/fonts/4x6.pcf b/data/fonts/4x6.pcf new file mode 100644 index 0000000..bccd0a2 Binary files /dev/null and b/data/fonts/4x6.pcf differ diff --git a/data/fonts/5x7.pcf b/data/fonts/5x7.pcf new file mode 100644 index 0000000..6da1702 Binary files /dev/null and b/data/fonts/5x7.pcf differ diff --git a/data/fonts/5x8.pcf b/data/fonts/5x8.pcf new file mode 100644 index 0000000..06d74f2 Binary files /dev/null and b/data/fonts/5x8.pcf differ diff --git a/data/fonts/6x10.pcf b/data/fonts/6x10.pcf new file mode 100644 index 0000000..bc7307a Binary files /dev/null and b/data/fonts/6x10.pcf differ diff --git a/data/fonts/6x12.pcf b/data/fonts/6x12.pcf new file mode 100644 index 0000000..a49ea7e Binary files /dev/null and b/data/fonts/6x12.pcf differ diff --git a/data/fonts/6x13.pcf b/data/fonts/6x13.pcf new file mode 100644 index 0000000..c2bfd85 Binary files /dev/null and b/data/fonts/6x13.pcf differ diff --git a/data/fonts/DejaVuSans.ttf b/data/fonts/DejaVuSans.ttf deleted file mode 100644 index 0e22385..0000000 Binary files a/data/fonts/DejaVuSans.ttf and /dev/null differ diff --git a/naja/constants.py b/naja/constants.py index efed55c..8506db0 100644 --- a/naja/constants.py +++ b/naja/constants.py @@ -3,7 +3,7 @@ from naja.attrdict import AttrDict SCREEN = (800, 600) FPS = 40 -FONT = 'DejaVuSans.ttf' +FONT = '4x6.pcf' FONT_SIZE = 16 EIGHT_BIT_SCALE = 4