1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Debian figlet defaults.
Change defaults to be toilet-compatible (font: future)
Author: Stefano Rivera <stefanor@debian.org>
Forwarded: not-needed
Last-Update: 2011-05-29
--- a/pyfiglet/__init__.py
+++ b/pyfiglet/__init__.py
@@ -32,7 +32,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
"""
-DEFAULT_FONT='standard'
+DEFAULT_FONT='future'
def figlet_format(text, font=DEFAULT_FONT, **kwargs):
|