login

<     >

2015-07-24 10:20:15 (UTC-03:00)

Marcel Rodrigues <marcelgmr@gmail.com>

Change default font to misc-fixed (UCS).

diff --git a/LICENSE.uw-ttyp0 b/LICENSE.uw-ttyp0
deleted file mode 100644
index 45ca0d5..0000000
--- a/LICENSE.uw-ttyp0
+++ /dev/null
@@ -1,37 +0,0 @@
-Copyright (C) 2012, 2013 Uwe Waldmann
-
-The UW ttyp0 fonts are released under the ttyp0 License.
-
-------------------------------------------------------------------------
-
-THE TTYP0 LICENSE
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this font software and associated files (the "Software"),
-to deal in the Software without restriction, including without
-limitation the rights to use, copy, modify, merge, publish,
-distribute, embed, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-(1) The above copyright notice, this permission notice, and the
-    disclaimer below shall be included in all copies or substantial
-    portions of the Software.
-
-(2) If the design of any glyphs in the fonts that are contained in the
-    Software or generated during the installation process is modified
-    or if additional glyphs are added to the fonts, the fonts
-    must be renamed. The new names may not contain the word "UW",
-    irrespective of capitalisation; the new names may contain the word
-    "ttyp0", irrespective of capitalisation, only if preceded by a
-    foundry name different from "UW".
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-------------------------------------------------------------------------

diff --git a/README b/README
index 7f285f9..d9ed9ab 100644
--- a/README
+++ b/README
@@ -59,8 +59,8 @@ congif [options] timings dialogue
 Fonts
 -----
 
-For  simplicity, congif  uses a  custom font  format, MBF.  The font  UW
-ttyp0 [1], included in this distribution, is used by default.
+For  simplicity, congif  uses a  custom font  format, MBF.  The font
+misc-fixed [1], included in this distribution, is used by default.
 
 
 Examples
@@ -82,10 +82,8 @@ Copying
 All of the source code and documentation for congif is released into the
 public domain and provided without warranty of any kind.
 
-The  UW  ttyp0   fonts  are  released  under  the   ttyp0  License.  See
-LICENSE.uw-ttyp0 for details.
 
 Links
 -----
 
-[1] http://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/
+[1] http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html

diff --git a/main.c b/main.c
index 2cad239..884a1eb 100644
--- a/main.c
+++ b/main.c
@@ -246,7 +246,7 @@ main(int argc, char *argv[])
     ioctl(0, TIOCGWINSZ, &size);
     h = size.ws_row;
     w = size.ws_col;
-    f = "uw-ttyp0-11.mbf";
+    f = "misc-fixed-6x10.mbf";
     o = "con.gif";
     d = 1.0; m = FLT_MAX;
     l = -1;

diff --git a/misc-fixed-6x10.mbf b/misc-fixed-6x10.mbf
new file mode 100644
index 0000000..dec2462
Binary files /dev/null and b/misc-fixed-6x10.mbf differ

diff --git a/uw-ttyp0-11.mbf b/uw-ttyp0-11.mbf
deleted file mode 100644
index c1c3c85..0000000
Binary files a/uw-ttyp0-11.mbf and /dev/null differ