You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.9 KiB
61 lines
1.9 KiB
From 3c3b5596a5d094c8942979dee6013ce1c9099e7a Mon Sep 17 00:00:00 2001 |
|
From: Patrick Gillespie <patorjk@gmail.com> |
|
Date: Tue, 12 Jun 2012 09:59:17 -0300 |
|
Subject: [PATCH 2/3] Add Kannada ttha character to Standard font |
|
MIME-Version: 1.0 |
|
Content-Type: text/plain; charset=UTF-8 |
|
Content-Transfer-Encoding: 8bit |
|
|
|
Add support for unicode character #3232. This character is of note because |
|
it's commonly used to create the "look of disapproval" ASCII Art face: ಠ_ಠ. |
|
You can see a FIGlet look of disapproval here: |
|
_____) _____) |
|
/_ ___/ /_ ___/ |
|
/ _ \ / _ \ |
|
| (_) | | (_) | |
|
\___/ _____ \___/ |
|
|_____| |
|
|
|
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com> |
|
--- |
|
fonts/standard.flf | 13 ++++++++++++- |
|
1 file changed, 12 insertions(+), 1 deletion(-) |
|
|
|
diff --git a/fonts/standard.flf b/fonts/standard.flf |
|
index 1dc6fbf..bb15241 100644 |
|
--- a/fonts/standard.flf |
|
+++ b/fonts/standard.flf |
|
@@ -1,4 +1,4 @@ |
|
-flf2a$ 6 5 16 15 11 0 24463 229 |
|
+flf2a$ 6 5 16 15 15 0 24463 229 |
|
Standard by Glenn Chappell & Ian Chai 3/93 -- based on Frank's .sig |
|
Includes ISO Latin-1 |
|
figlet release 2.1 -- 12 Aug 1994 |
|
@@ -7,9 +7,13 @@ Modified for figlet 2.2 by John Cowan <cowan@ccil.org> |
|
Permission is hereby given to modify this font, as long as the |
|
modifier's name is placed on a comment line. |
|
|
|
+--- |
|
+ |
|
Modified by Paul Burton <solution@earthlink.net> 12/96 to include new parameter |
|
supported by FIGlet and FIGWin. May also be slightly modified for better use |
|
of new full-width/kern/smush alternatives, but default output is NOT changed. |
|
+ |
|
+Modified 2012-05 by Patrick Gillespie (patorjk@gmail.com) to add the 0xCA0 character. |
|
$@ |
|
$@ |
|
$@ |
|
@@ -2225,3 +2229,10 @@ of new full-width/kern/smush alternatives, but default output is NOT changed. |
|
$@ |
|
$@ |
|
$@@ |
|
+0xCA0 KANNADA LETTER TTHA |
|
+ _____)@ |
|
+ /_ ___/@ |
|
+ / _ \ @ |
|
+ | (_) | @ |
|
+ $\___/$ @ |
|
+ @@ |
|
-- |
|
2.1.0 |
|
|
|
|