From cee3932f8c02a220d70e48949c7c5ca6e98dfef4 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sat, 2 Jan 2021 20:17:37 +0200 Subject: [PATCH] import terminus-font-4.48 --- 75-yes-terminus.conf | 12 + AUTHORS | 1 + CHANGES | 104 + COPYING | 1 + INSTALL | 1 + Makefile | 296 + NEWS | 1 + OFL.TXT | 94 + README | 356 + README-BG | 356 + alt/ao2.diff | 3304 ++ alt/br1.diff | 96349 +++++++++++++++++++++++++++++++++++++++++ alt/dv1.diff | 860 + alt/ge2.diff | 992 + alt/gq2.diff | 304 + alt/hi2-dv1.diff | 860 + alt/hi2-ka2.diff | 945 + alt/hi2.diff | 3199 ++ alt/ij1.diff | 1360 + alt/ka2.diff | 937 + alt/ll2.diff | 2983 ++ alt/td1.diff | 236 + bin/.eslintrc.js | 135 + bin/.pylintrc | 425 + bin/bdf.js | 374 + bin/bdf.py | 355 + bin/bdftofnt.js | 263 + bin/bdftofnt.py | 228 + bin/bdftopsf.js | 296 + bin/bdftopsf.py | 254 + bin/bmpf.js | 159 + bin/bmpf.py | 147 + bin/fncli.js | 173 + bin/fncli.py | 154 + bin/fnio.js | 213 + bin/fnio.py | 141 + bin/fnutil.js | 120 + bin/fnutil.py | 92 + bin/ucstoany.js | 242 + bin/ucstoany.py | 204 + configure | 66 + configure.help | 13 + dup/ascii-h.dup | 2 + dup/cntrl.dup | 5 + dup/ibm-437.dup | 7 + dup/ka1.dup | 1 + dup/ka2.dup | 1 + dup/koi8.dup | 1 + dup/vgagr.dup | 8 + dup/xos4-2.dup | 107 + ter-u12b.bdf | 25754 +++++++++++ ter-u12n.bdf | 25754 +++++++++++ ter-u14b.bdf | 28462 ++++++++++++ ter-u14n.bdf | 28462 ++++++++++++ ter-u14v.bdf | 28462 ++++++++++++ ter-u16b.bdf | 31170 +++++++++++++ ter-u16n.bdf | 31170 +++++++++++++ ter-u16v.bdf | 31170 +++++++++++++ ter-u18b.bdf | 33878 +++++++++++++++ ter-u18n.bdf | 33878 +++++++++++++++ ter-u20b.bdf | 36586 ++++++++++++++++ ter-u20n.bdf | 36586 ++++++++++++++++ ter-u22b.bdf | 39294 +++++++++++++++++ ter-u22n.bdf | 39294 +++++++++++++++++ ter-u24b.bdf | 42002 ++++++++++++++++++ ter-u24n.bdf | 42002 ++++++++++++++++++ ter-u28b.bdf | 47418 ++++++++++++++++++++ ter-u28n.bdf | 47418 ++++++++++++++++++++ ter-u32b.bdf | 52834 ++++++++++++++++++++++ ter-u32n.bdf | 52834 ++++++++++++++++++++++ uni/10646-1.uni | 1353 + uni/8859-13.uni | 96 + uni/8859-15.uni | 96 + uni/8859-16.uni | 96 + uni/8859-2.uni | 96 + uni/8859-5.uni | 96 + uni/8859-7.uni | 96 + uni/ascii-h.uni | 96 + uni/bg-mik.uni | 128 + uni/char0.uni | 32 + uni/cntrl.uni | 32 + uni/empty.uni | 32 + uni/ibm-437.uni | 128 + uni/koi8-r.uni | 128 + uni/koi8-u.uni | 128 + uni/koibm8-r.uni | 128 + uni/koibm8-u.uni | 128 + uni/nls-1250.uni | 32 + uni/pt-154.uni | 128 + uni/pt-254.uni | 128 + uni/vga-1250.uni | 32 + uni/vga-1251.uni | 32 + uni/vga-1253.uni | 32 + uni/vga-1257.uni | 32 + uni/vgagr.uni | 32 + uni/win-1250.uni | 128 + uni/win-1251.uni | 96 + uni/win-1252.uni | 128 + uni/win-1253.uni | 128 + uni/win-1254.uni | 128 + uni/win-1255.uni | 128 + uni/win-1257.uni | 96 + uni/x11-1251.uni | 32 + uni/x11-1257.uni | 32 + uni/x11gr.uni | 32 + uni/xos4-2.uni | 512 + win32/Makefile | 91 + win32/build.cmd | 41 + win32/fcp.c | 167 + win32/make-clean.cmd | 5 + win32/ter-font.rc | 132 + win32/ter-main.c | 9 + win32/terminus.nsi | 307 + 113 files changed, 857694 insertions(+) create mode 100644 75-yes-terminus.conf create mode 100644 AUTHORS create mode 100644 CHANGES create mode 100644 COPYING create mode 100644 INSTALL create mode 100644 Makefile create mode 100644 NEWS create mode 100644 OFL.TXT create mode 100644 README create mode 100644 README-BG create mode 100644 alt/ao2.diff create mode 100644 alt/br1.diff create mode 100644 alt/dv1.diff create mode 100644 alt/ge2.diff create mode 100644 alt/gq2.diff create mode 100644 alt/hi2-dv1.diff create mode 100644 alt/hi2-ka2.diff create mode 100644 alt/hi2.diff create mode 100644 alt/ij1.diff create mode 100644 alt/ka2.diff create mode 100644 alt/ll2.diff create mode 100644 alt/td1.diff create mode 100644 bin/.eslintrc.js create mode 100644 bin/.pylintrc create mode 100644 bin/bdf.js create mode 100644 bin/bdf.py create mode 100644 bin/bdftofnt.js create mode 100644 bin/bdftofnt.py create mode 100644 bin/bdftopsf.js create mode 100644 bin/bdftopsf.py create mode 100644 bin/bmpf.js create mode 100644 bin/bmpf.py create mode 100644 bin/fncli.js create mode 100644 bin/fncli.py create mode 100644 bin/fnio.js create mode 100644 bin/fnio.py create mode 100644 bin/fnutil.js create mode 100644 bin/fnutil.py create mode 100644 bin/ucstoany.js create mode 100644 bin/ucstoany.py create mode 100755 configure create mode 100644 configure.help create mode 100644 dup/ascii-h.dup create mode 100644 dup/cntrl.dup create mode 100644 dup/ibm-437.dup create mode 100644 dup/ka1.dup create mode 100644 dup/ka2.dup create mode 100644 dup/koi8.dup create mode 100644 dup/vgagr.dup create mode 100644 dup/xos4-2.dup create mode 100644 ter-u12b.bdf create mode 100644 ter-u12n.bdf create mode 100644 ter-u14b.bdf create mode 100644 ter-u14n.bdf create mode 100644 ter-u14v.bdf create mode 100644 ter-u16b.bdf create mode 100644 ter-u16n.bdf create mode 100644 ter-u16v.bdf create mode 100644 ter-u18b.bdf create mode 100644 ter-u18n.bdf create mode 100644 ter-u20b.bdf create mode 100644 ter-u20n.bdf create mode 100644 ter-u22b.bdf create mode 100644 ter-u22n.bdf create mode 100644 ter-u24b.bdf create mode 100644 ter-u24n.bdf create mode 100644 ter-u28b.bdf create mode 100644 ter-u28n.bdf create mode 100644 ter-u32b.bdf create mode 100644 ter-u32n.bdf create mode 100644 uni/10646-1.uni create mode 100644 uni/8859-13.uni create mode 100644 uni/8859-15.uni create mode 100644 uni/8859-16.uni create mode 100644 uni/8859-2.uni create mode 100644 uni/8859-5.uni create mode 100644 uni/8859-7.uni create mode 100644 uni/ascii-h.uni create mode 100644 uni/bg-mik.uni create mode 100644 uni/char0.uni create mode 100644 uni/cntrl.uni create mode 100644 uni/empty.uni create mode 100644 uni/ibm-437.uni create mode 100644 uni/koi8-r.uni create mode 100644 uni/koi8-u.uni create mode 100644 uni/koibm8-r.uni create mode 100644 uni/koibm8-u.uni create mode 100644 uni/nls-1250.uni create mode 100644 uni/pt-154.uni create mode 100644 uni/pt-254.uni create mode 100644 uni/vga-1250.uni create mode 100644 uni/vga-1251.uni create mode 100644 uni/vga-1253.uni create mode 100644 uni/vga-1257.uni create mode 100644 uni/vgagr.uni create mode 100644 uni/win-1250.uni create mode 100644 uni/win-1251.uni create mode 100644 uni/win-1252.uni create mode 100644 uni/win-1253.uni create mode 100644 uni/win-1254.uni create mode 100644 uni/win-1255.uni create mode 100644 uni/win-1257.uni create mode 100644 uni/x11-1251.uni create mode 100644 uni/x11-1257.uni create mode 100644 uni/x11gr.uni create mode 100644 uni/xos4-2.uni create mode 100644 win32/Makefile create mode 100644 win32/build.cmd create mode 100644 win32/fcp.c create mode 100644 win32/make-clean.cmd create mode 100644 win32/ter-font.rc create mode 100644 win32/ter-main.c create mode 100644 win32/terminus.nsi diff --git a/75-yes-terminus.conf b/75-yes-terminus.conf new file mode 100644 index 00000000000..5028215fdc4 --- /dev/null +++ b/75-yes-terminus.conf @@ -0,0 +1,12 @@ + + + + + + + + Terminus + + + + diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000000..f0ba3b6f163 --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Dimitar Zhekov diff --git a/CHANGES b/CHANGES new file mode 100644 index 00000000000..4f0f438db56 --- /dev/null +++ b/CHANGES @@ -0,0 +1,104 @@ +Version 4.48: + + * Added the basic 27 hebrew letters and sheqel, with uppercase height. + * Some improvements in the font build scripts. + +Version 4.47: + + * Added 35 new characters (33 glyphs). + * Replaced ao2-variant "ae" with ao1 "ae", it was too similar to "oe". + * Some fixes and improvements (17 characters in various sizes/styles). + * Significantly improved the font conversion tools. Python 3.5.0 or + Node 6.9.0 are now required to build the font. + +Version 4.46: + + * The X11 8-bit code pages are not installed by default. + * Added IBM-437 8-bit code page for X11. + * The CRT VGA weight for Linux console is not installed by default. + * Removed the Linux console mapping files. + They should be provided by the console packages. + * Removed the BSD console installation. + The recent BSD-s have a new console subsystem. + * Added 50 new characters. Mostly math, but also Buglarian yat and yus. + * Rewritten the font conversion tools in python and javascript. + The full unicode range (17x64K) is now supported. + * The Windows installer can be built from sources. + * Small fixes and improvements (7 characters in various sizes). + * Renamed (un)install-ref to (un)install-psf-ref. + +Version 4.40: + + * Added 6 combining accents as separate characters. + * Added 14 letters with dot above / dot below. + * Added partial subscript and superscript: all digits and 11 letters. + * Added 30+ math characters, notably large braces, brackets and parens. + * Added unicode range 2800-28FF in two variants (br1 and br2). + * A few small character fixes. + * Altered configure to be a bit more POSIX compliant. + * Replaced some obscure (un)install Makefile targets with variables. + +Version 4.39: + + * Added ballot, checkmark, heavy ballot and heavy checkmark. + * Changed HT, LF etc. in sizes 14 and 18-hi2 to be proportional to the + letter height, not the matrix height. + * Added the powerline characters E0A0..E0A2 and E0B0..E0B3. + * Added diameter (2300) - same gluph as empty set (2205). + * Small improvements in size 32. + +Version 4.38: + + * Added 23 pseudographic characters, most notably rounded frames. + * Added new td1 variant with centered ascii tidle. + * Fixed Y acute in sizes 22 and 28, internal optimizations (invisible). + +Version 4.36: + + * Removed the rarely used cm2 variant. + * Added new ll2 variant with more distinctive l. + * Added quotereversed (201B), quotedblreversed (201F), I/i/U/u dotbelow + (1ECA, 1ECB, 1EE4, 1EE5). + * Moved all quotes and alike in size 32 one line down. + * Small fixes and improvements (t commaaccent, quotes alignment etc. in + some sizes). + * Windows installation: creates the relevant registry key. + +Version 4.35: + + * Added hi2 variant for size 18. + * Fixes in size 18: normal V, normal W, bold X, H stroke, some + pseudographic characters and the *NIX installation. + +Version 4.34: + + * Added size 10x18. + * Small fixes and improvements in section, multiply, Eng/eng, Dje, + dje, house, male, zeta and various characters in the different sizes. + * The default cyrillic ghe is now ge1, with ge2 available as an option. + +Version 4.32: + + * Slightly more distintive normal M and W. + * Rounded 28-bold, 32-normal, 32-bold. + Also removed the 32-normal kx2 style. + * Small changes: Che/che stroke, phi, Zhe/zhe etc. + * Linux console: the default bold is now framebuffer. + * Smaller Makefile, GNU make required. + * Changed the font license to SIL OFL 1.1. + It's FSF approved, no need to worry. + * And, as you can see, Terminus Font is now on sourceforge. + +Version 4.30: + + * Added size 22 (not very good). + * Added another 25 characters. + * Various small fixes and improvements. + * Changed the default prefix and x11dir. + +Version 4.28: + + * Heavy frames (written mostly by Tim Allen) and a few more letters. + * Altered trianges and arrows, small bugfixes. + * Reorganized the 512-character console font to include more letters + instead of the IBM-437 specific pseudographics. diff --git a/COPYING b/COPYING new file mode 100644 index 00000000000..560ba7c967f --- /dev/null +++ b/COPYING @@ -0,0 +1 @@ +See OFL.TXT diff --git a/INSTALL b/INSTALL new file mode 100644 index 00000000000..3083f1afd50 --- /dev/null +++ b/INSTALL @@ -0,0 +1 @@ +See README diff --git a/Makefile b/Makefile new file mode 100644 index 00000000000..d3b1d12d5e1 --- /dev/null +++ b/Makefile @@ -0,0 +1,296 @@ +INT = python3 +EXT = py +BIN = ./bin + +UCS2ANY = $(INT) $(BIN)/ucstoany.$(EXT) +BDF2PSF = $(INT) $(BIN)/bdftopsf.$(EXT) +UCS2X11 = $(INT) $(BIN)/ucstoany.$(EXT) -f +BDF2PCF = bdftopcf + +REG_8859_1 = ISO8859 1 +REG_8859_2 = ISO8859 2 +REG_8859_5 = ISO8859 5 +REG_8859_7 = ISO8859 7 +REG_8859_9 = ISO8859 9 +REG_MS_1251 = Microsoft CP1251 +REG_8859_13 = ISO8859 13 +REG_8859_15 = ISO8859 15 +REG_8859_16 = ISO8859 16 +REG_MS_1255 = Microsoft CP1255 +REG_IBM_437 = IBM CP437 +REG_KOI8_R = KOI8 R +REG_KOI8_U = KOI8 U +REG_BG_MIK = Bulgarian MIK +REG_PT_154 = Paratype PT154 +REG_XOS4_2 = XOS4 2 +REG_10646_1 = ISO10646 1 + +PSF_8859_1 = ter-112n.psf ter-114n.psf ter-114b.psf ter-116n.psf ter-116b.psf ter-118n.psf ter-118b.psf ter-120n.psf ter-120b.psf ter-122n.psf ter-122b.psf ter-124n.psf ter-124b.psf ter-128n.psf ter-128b.psf ter-132n.psf ter-132b.psf +PSF_8859_2 = ter-212n.psf ter-214n.psf ter-214b.psf ter-216n.psf ter-216b.psf ter-218n.psf ter-218b.psf ter-220n.psf ter-220b.psf ter-222n.psf ter-222b.psf ter-224n.psf ter-224b.psf ter-228n.psf ter-228b.psf ter-232n.psf ter-232b.psf +PSF_8859_7 = ter-712n.psf ter-714n.psf ter-714b.psf ter-716n.psf ter-716b.psf ter-718n.psf ter-718b.psf ter-720n.psf ter-720b.psf ter-722n.psf ter-722b.psf ter-724n.psf ter-724b.psf ter-728n.psf ter-728b.psf ter-732n.psf ter-732b.psf +PSF_8859_9 = ter-912n.psf ter-914n.psf ter-914b.psf ter-916n.psf ter-916b.psf ter-918n.psf ter-918b.psf ter-920n.psf ter-920b.psf ter-922n.psf ter-922b.psf ter-924n.psf ter-924b.psf ter-928n.psf ter-928b.psf ter-932n.psf ter-932b.psf +PSF_MS_1251 = ter-c12n.psf ter-c14n.psf ter-c14b.psf ter-c16n.psf ter-c16b.psf ter-c18n.psf ter-c18b.psf ter-c20n.psf ter-c20b.psf ter-c22n.psf ter-c22b.psf ter-c24n.psf ter-c24b.psf ter-c28n.psf ter-c28b.psf ter-c32n.psf ter-c32b.psf +PSF_8859_13 = ter-d12n.psf ter-d14n.psf ter-d14b.psf ter-d16n.psf ter-d16b.psf ter-d18n.psf ter-d18b.psf ter-d20n.psf ter-d20b.psf ter-d22n.psf ter-d22b.psf ter-d24n.psf ter-d24b.psf ter-d28n.psf ter-d28b.psf ter-d32n.psf ter-d32b.psf +PSF_8859_16 = ter-g12n.psf ter-g14n.psf ter-g14b.psf ter-g16n.psf ter-g16b.psf ter-g18n.psf ter-g18b.psf ter-g20n.psf ter-g20b.psf ter-g22n.psf ter-g22b.psf ter-g24n.psf ter-g24b.psf ter-g28n.psf ter-g28b.psf ter-g32n.psf ter-g32b.psf +PSF_MS_1255 = ter-h12n.psf ter-h14n.psf ter-h14b.psf ter-h16n.psf ter-h16b.psf ter-h18n.psf ter-h18b.psf ter-h20n.psf ter-h20b.psf ter-h22n.psf ter-h22b.psf ter-h24n.psf ter-h24b.psf ter-h28n.psf ter-h28b.psf ter-h32n.psf ter-h32b.psf +PSF_IBM_437 = ter-i12n.psf ter-i14n.psf ter-i14b.psf ter-i16n.psf ter-i16b.psf ter-i18n.psf ter-i18b.psf ter-i20n.psf ter-i20b.psf ter-i22n.psf ter-i22b.psf ter-i24n.psf ter-i24b.psf ter-i28n.psf ter-i28b.psf ter-i32n.psf ter-i32b.psf +PSF_KOI8_RV = ter-k14n.psf ter-k14b.psf ter-k16n.psf ter-k16b.psf +PSF_KOI8_R = ter-k12n.psf ter-k18n.psf ter-k18b.psf ter-k20n.psf ter-k20b.psf ter-k22n.psf ter-k22b.psf ter-k24n.psf ter-k24b.psf ter-k28n.psf ter-k28b.psf ter-k32n.psf ter-k32b.psf +PSF_BG_MIK = ter-m12n.psf ter-m14n.psf ter-m14b.psf ter-m16n.psf ter-m16b.psf ter-m18n.psf ter-m18b.psf ter-m20n.psf ter-m20b.psf ter-m22n.psf ter-m22b.psf ter-m24n.psf ter-m24b.psf ter-m28n.psf ter-m28b.psf ter-m32n.psf ter-m32b.psf +PSF_PT_154 = ter-p12n.psf ter-p14n.psf ter-p14b.psf ter-p16n.psf ter-p16b.psf ter-p18n.psf ter-p18b.psf ter-p20n.psf ter-p20b.psf ter-p22n.psf ter-p22b.psf ter-p24n.psf ter-p24b.psf ter-p28n.psf ter-p28b.psf ter-p32n.psf ter-p32b.psf +PSF_KOI8_UV = ter-u14n.psf ter-u14b.psf ter-u16n.psf ter-u16b.psf +PSF_KOI8_U = ter-u12n.psf ter-u18n.psf ter-u18b.psf ter-u20n.psf ter-u20b.psf ter-u22n.psf ter-u22b.psf ter-u24n.psf ter-u24b.psf ter-u28n.psf ter-u28b.psf ter-u32n.psf ter-u32b.psf +PSF_XOS4_2 = ter-v12n.psf ter-v14n.psf ter-v14b.psf ter-v16n.psf ter-v16b.psf ter-v18n.psf ter-v18b.psf ter-v20n.psf ter-v20b.psf ter-v22n.psf ter-v22b.psf ter-v24n.psf ter-v24b.psf ter-v28n.psf ter-v28b.psf ter-v32n.psf ter-v32b.psf +PSF = $(PSF_8859_1) $(PSF_8859_2) $(PSF_8859_7) $(PSF_8859_9) $(PSF_MS_1251) $(PSF_8859_13) $(PSF_8859_16) $(PSF_MS_1255) $(PSF_IBM_437) $(PSF_KOI8_RV) $(PSF_KOI8_R) $(PSF_BG_MIK) $(PSF_PT_154) $(PSF_KOI8_UV) $(PSF_KOI8_U) $(PSF_XOS4_2) + +PSF_VGAW_8859_1 = ter-114v.psf ter-116v.psf +PSF_VGAW_8859_2 = ter-214v.psf ter-216v.psf +PSF_VGAW_8859_7 = ter-714v.psf ter-716v.psf +PSF_VGAW_8859_9 = ter-914v.psf ter-916v.psf +PSF_VGAW_MS_1251 = ter-c14v.psf ter-c16v.psf +PSF_VGAW_8859_13 = ter-d14v.psf ter-d16v.psf +PSF_VGAW_8859_16 = ter-g14v.psf ter-g16v.psf +PSF_VGAW_MS_1255 = ter-h14v.psf ter-h16v.psf +PSF_VGAW_IBM_437 = ter-i14v.psf ter-i16v.psf +PSF_VGAW_KOI8_RV = ter-k14v.psf ter-k16v.psf +PSF_VGAW_BG_MIK = ter-m14v.psf ter-m16v.psf +PSF_VGAW_PT_154 = ter-p14v.psf ter-p16v.psf +PSF_VGAW_KOI8_UV = ter-u14v.psf ter-u16v.psf +PSF_VGAW_XOS4_2 = ter-v14v.psf ter-v16v.psf +PSF_VGAW = $(PSF_VGAW_8859_1) $(PSF_VGAW_8859_2) $(PSF_VGAW_8859_7) $(PSF_VGAW_8859_9) $(PSF_VGAW_MS_1251) $(PSF_VGAW_8859_13) $(PSF_VGAW_8859_16) $(PSF_VGAW_MS_1255) $(PSF_VGAW_IBM_437) $(PSF_VGAW_KOI8_RV) $(PSF_VGAW_BG_MIK) $(PSF_VGAW_PT_154) $(PSF_VGAW_KOI8_UV) $(PSF_VGAW_XOS4_2) + +PCF_8859_1 = ter-112n.pcf ter-112b.pcf ter-114n.pcf ter-114b.pcf ter-116n.pcf ter-116b.pcf ter-118n.pcf ter-118b.pcf ter-120n.pcf ter-120b.pcf ter-122n.pcf ter-122b.pcf ter-124n.pcf ter-124b.pcf ter-128n.pcf ter-128b.pcf ter-132n.pcf ter-132b.pcf +PCF_8859_2 = ter-212n.pcf ter-212b.pcf ter-214n.pcf ter-214b.pcf ter-216n.pcf ter-216b.pcf ter-218n.pcf ter-218b.pcf ter-220n.pcf ter-220b.pcf ter-222n.pcf ter-222b.pcf ter-224n.pcf ter-224b.pcf ter-228n.pcf ter-228b.pcf ter-232n.pcf ter-232b.pcf +PCF_8859_5 = ter-512n.pcf ter-512b.pcf ter-514n.pcf ter-514b.pcf ter-516n.pcf ter-516b.pcf ter-518n.pcf ter-518b.pcf ter-520n.pcf ter-520b.pcf ter-522n.pcf ter-522b.pcf ter-524n.pcf ter-524b.pcf ter-528n.pcf ter-528b.pcf ter-532n.pcf ter-532b.pcf +PCF_8859_7 = ter-712n.pcf ter-712b.pcf ter-714n.pcf ter-714b.pcf ter-716n.pcf ter-716b.pcf ter-718n.pcf ter-718b.pcf ter-720n.pcf ter-720b.pcf ter-722n.pcf ter-722b.pcf ter-724n.pcf ter-724b.pcf ter-728n.pcf ter-728b.pcf ter-732n.pcf ter-732b.pcf +PCF_8859_9 = ter-912n.pcf ter-912b.pcf ter-914n.pcf ter-914b.pcf ter-916n.pcf ter-916b.pcf ter-918n.pcf ter-918b.pcf ter-920n.pcf ter-920b.pcf ter-922n.pcf ter-922b.pcf ter-924n.pcf ter-924b.pcf ter-928n.pcf ter-928b.pcf ter-932n.pcf ter-932b.pcf +PCF_MS_1251 = ter-c12n.pcf ter-c12b.pcf ter-c14n.pcf ter-c14b.pcf ter-c16n.pcf ter-c16b.pcf ter-c18n.pcf ter-c18b.pcf ter-c20n.pcf ter-c20b.pcf ter-c22n.pcf ter-c22b.pcf ter-c24n.pcf ter-c24b.pcf ter-c28n.pcf ter-c28b.pcf ter-c32n.pcf ter-c32b.pcf +PCF_8859_13 = ter-d12n.pcf ter-d12b.pcf ter-d14n.pcf ter-d14b.pcf ter-d16n.pcf ter-d16b.pcf ter-d18n.pcf ter-d18b.pcf ter-d20n.pcf ter-d20b.pcf ter-d22n.pcf ter-d22b.pcf ter-d24n.pcf ter-d24b.pcf ter-d28n.pcf ter-d28b.pcf ter-d32n.pcf ter-d32b.pcf +PCF_8859_15 = ter-f12n.pcf ter-f12b.pcf ter-f14n.pcf ter-f14b.pcf ter-f16n.pcf ter-f16b.pcf ter-f18n.pcf ter-f18b.pcf ter-f20n.pcf ter-f20b.pcf ter-f22n.pcf ter-f22b.pcf ter-f24n.pcf ter-f24b.pcf ter-f28n.pcf ter-f28b.pcf ter-f32n.pcf ter-f32b.pcf +PCF_8859_16 = ter-g12n.pcf ter-g12b.pcf ter-g14n.pcf ter-g14b.pcf ter-g16n.pcf ter-g16b.pcf ter-g18n.pcf ter-g18b.pcf ter-g20n.pcf ter-g20b.pcf ter-g22n.pcf ter-g22b.pcf ter-g24n.pcf ter-g24b.pcf ter-g28n.pcf ter-g28b.pcf ter-g32n.pcf ter-g32b.pcf +PCF_IBM_437 = ter-i12n.pcf ter-i12b.pcf ter-i14n.pcf ter-i14b.pcf ter-i16n.pcf ter-i16b.pcf ter-i18n.pcf ter-i18b.pcf ter-i20n.pcf ter-i20b.pcf ter-i22n.pcf ter-i22b.pcf ter-i24n.pcf ter-i24b.pcf ter-i28n.pcf ter-i28b.pcf ter-i32n.pcf ter-i32b.pcf +PCF_KOI8_R = ter-k12n.pcf ter-k12b.pcf ter-k14n.pcf ter-k14b.pcf ter-k16n.pcf ter-k16b.pcf ter-k18n.pcf ter-k18b.pcf ter-k20n.pcf ter-k20b.pcf ter-k22n.pcf ter-k22b.pcf ter-k24n.pcf ter-k24b.pcf ter-k28n.pcf ter-k28b.pcf ter-k32n.pcf ter-k32b.pcf +PCF_PT_154 = ter-p12n.pcf ter-p12b.pcf ter-p14n.pcf ter-p14b.pcf ter-p16n.pcf ter-p16b.pcf ter-p18n.pcf ter-p18b.pcf ter-p20n.pcf ter-p20b.pcf ter-p22n.pcf ter-p22b.pcf ter-p24n.pcf ter-p24b.pcf ter-p28n.pcf ter-p28b.pcf ter-p32n.pcf ter-p32b.pcf +PCF_KOI8_U = ter-u12n.pcf ter-u12b.pcf ter-u14n.pcf ter-u14b.pcf ter-u16n.pcf ter-u16b.pcf ter-u18n.pcf ter-u18b.pcf ter-u20n.pcf ter-u20b.pcf ter-u22n.pcf ter-u22b.pcf ter-u24n.pcf ter-u24b.pcf ter-u28n.pcf ter-u28b.pcf ter-u32n.pcf ter-u32b.pcf +PCF_10646_1 = ter-x12n.pcf ter-x12b.pcf ter-x14n.pcf ter-x14b.pcf ter-x16n.pcf ter-x16b.pcf ter-x18n.pcf ter-x18b.pcf ter-x20n.pcf ter-x20b.pcf ter-x22n.pcf ter-x22b.pcf ter-x24n.pcf ter-x24b.pcf ter-x28n.pcf ter-x28b.pcf ter-x32n.pcf ter-x32b.pcf +PCF_8BIT = $(PCF_8859_1) $(PCF_8859_2) $(PCF_8859_5) $(PCF_8859_7) $(PCF_8859_9) $(PCF_MS_1251) $(PCF_8859_13) $(PCF_8859_15) $(PCF_8859_16) $(PCF_IBM_437) $(PCF_KOI8_R) $(PCF_PT_154) $(PCF_KOI8_U) +PCF = $(PCF_10646_1) + +# Default + +all: $(PSF) $(PCF) + +DESTDIR = +prefix = /usr/local +psfdir = $(prefix)/share/consolefonts +x11dir = $(prefix)/share/fonts/terminus + +install: $(PSF) $(PCF) + mkdir -p $(DESTDIR)$(psfdir) + for i in $(PSF) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done + mkdir -p $(DESTDIR)$(x11dir) + for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done + +uninstall: + for i in $(PSF) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done + for i in $(PCF) ; do rm -f $(DESTDIR)$(x11dir)/$$i.gz ; done + +fontdir: + mkfontscale $(DESTDIR)$(x11dir) + mkfontdir $(DESTDIR)$(x11dir) + fc-cache -f $(DESTDIR)$(x11dir) + +# Linux Console + +VGA_8859_1 = uni/vgagr.uni uni/ascii-h.uni uni/win-1252.uni +VGA_8859_2 = uni/vgagr.uni uni/ascii-h.uni uni/vga-1250.uni uni/8859-2.uni +VGA_8859_7 = uni/vgagr.uni uni/ascii-h.uni uni/vga-1253.uni uni/8859-7.uni +VGA_8859_9 = uni/vgagr.uni uni/ascii-h.uni uni/win-1254.uni +VGA_MS_1251 = uni/vgagr.uni uni/ascii-h.uni uni/vga-1251.uni uni/win-1251.uni +VGA_8859_13 = uni/vgagr.uni uni/ascii-h.uni uni/vga-1257.uni uni/8859-13.uni +VGA_8859_16 = uni/vgagr.uni uni/ascii-h.uni uni/nls-1250.uni uni/8859-16.uni +VGA_MS_1255 = uni/vgagr.uni uni/ascii-h.uni uni/win-1255.uni +VGA_IBM_437 = uni/cntrl.uni uni/ascii-h.uni uni/ibm-437.uni +VGA_KOI8_RV = uni/cntrl.uni uni/ascii-h.uni uni/koibm8-r.uni +VGA_KOI8_R = uni/cntrl.uni uni/ascii-h.uni uni/koi8-r.uni +VGA_BG_MIK = uni/cntrl.uni uni/ascii-h.uni uni/bg-mik.uni +VGA_PT_154 = uni/vgagr.uni uni/ascii-h.uni uni/pt-154.uni +VGA_KOI8_UV = uni/cntrl.uni uni/ascii-h.uni uni/koibm8-u.uni +VGA_KOI8_U = uni/cntrl.uni uni/ascii-h.uni uni/koi8-u.uni +VGA_XOS4_2 = uni/xos4-2.uni + +DUP_8859_1 = dup/vgagr.dup dup/ascii-h.dup +DUP_8859_2 = dup/vgagr.dup dup/ascii-h.dup +DUP_8859_7 = dup/vgagr.dup dup/ascii-h.dup +DUP_8859_9 = dup/vgagr.dup dup/ascii-h.dup +DUP_MS_1251 = dup/vgagr.dup dup/ascii-h.dup +DUP_8859_13 = dup/vgagr.dup dup/ascii-h.dup +DUP_8859_16 = dup/vgagr.dup dup/ascii-h.dup +DUP_MS_1255 = dup/vgagr.dup dup/ascii-h.dup +DUP_IBM_437 = dup/cntrl.dup dup/ascii-h.dup dup/ibm-437.dup +DUP_KOI8_RV = dup/cntrl.dup dup/ascii-h.dup dup/koi8.dup +DUP_KOI8_R = dup/cntrl.dup dup/ascii-h.dup dup/koi8.dup +DUP_BG_MIK = dup/cntrl.dup dup/ascii-h.dup dup/ibm-437.dup +DUP_PT_154 = dup/vgagr.dup dup/ascii-h.dup +DUP_KOI8_UV = dup/cntrl.dup dup/ascii-h.dup dup/koi8.dup +DUP_KOI8_U = dup/cntrl.dup dup/ascii-h.dup dup/koi8.dup +DUP_XOS4_2 = dup/vgagr.dup dup/xos4-2.dup + +$(PSF_8859_1) $(PSF_VGAW_8859_1): ter-1%.psf : ter-u%.bdf $(VGA_8859_1) $(DUP_8859_1) + $(UCS2ANY) $< $(REG_8859_1) $(VGA_8859_1) | $(BDF2PSF) -o $@ $(DUP_8859_1) + +$(PSF_8859_2) $(PSF_VGAW_8859_2): ter-2%.psf : ter-u%.bdf $(VGA_8859_2) $(DUP_8859_2) + $(UCS2ANY) $< $(REG_8859_2) $(VGA_8859_2) | $(BDF2PSF) -o $@ $(DUP_8859_2) + +$(PSF_8859_7) $(PSF_VGAW_8859_7): ter-7%.psf : ter-u%.bdf $(VGA_8859_7) $(DUP_8859_7) + $(UCS2ANY) $< $(REG_8859_7) $(VGA_8859_7) | $(BDF2PSF) -o $@ $(DUP_8859_7) + +$(PSF_8859_9) $(PSF_VGAW_8859_9): ter-9%.psf : ter-u%.bdf $(VGA_8859_9) $(DUP_8859_9) + $(UCS2ANY) $< $(REG_8859_9) $(VGA_8859_9) | $(BDF2PSF) -o $@ $(DUP_8859_9) + +$(PSF_MS_1251) $(PSF_VGAW_MS_1251): ter-c%.psf : ter-u%.bdf $(VGA_MS_1251) $(DUP_MS_1251) + $(UCS2ANY) $< $(REG_MS_1251) $(VGA_MS_1251) | $(BDF2PSF) -o $@ $(DUP_MS_1251) + +$(PSF_8859_13) $(PSF_VGAW_8859_13): ter-d%.psf : ter-u%.bdf $(VGA_8859_13) $(DUP_8859_13) + $(UCS2ANY) $< $(REG_8859_13) $(VGA_8859_13) | $(BDF2PSF) -o $@ $(DUP_8859_13) + +$(PSF_8859_16) $(PSF_VGAW_8859_16): ter-g%.psf : ter-u%.bdf $(VGA_8859_16) $(DUP_8859_16) + $(UCS2ANY) $< $(REG_8859_16) $(VGA_8859_16) | $(BDF2PSF) -o $@ $(DUP_8859_16) + +$(PSF_MS_1255) $(PSF_VGAW_MS_1255): ter-h%.psf : ter-u%.bdf $(VGA_MS_1255) $(DUP_MS_1255) + $(UCS2ANY) $< $(REG_MS_1255) $(VGA_MS_1255) | $(BDF2PSF) -o $@ $(DUP_MS_1255) + +$(PSF_IBM_437) $(PSF_VGAW_IBM_437): ter-i%.psf : ter-u%.bdf $(VGA_IBM_437) $(DUP_IBM_437) + $(UCS2ANY) $< $(REG_IBM_437) $(VGA_IBM_437) | $(BDF2PSF) -o $@ $(DUP_IBM_437) + +$(PSF_KOI8_RV) $(PSF_VGAW_KOI8_RV): ter-k%.psf : ter-u%.bdf $(VGA_KOI8_RV) $(DUP_KOI8_RV) + $(UCS2ANY) $< $(REG_KOI8_R) $(VGA_KOI8_RV) | $(BDF2PSF) -o $@ $(DUP_KOI8_RV) + +$(PSF_KOI8_R): ter-k%.psf : ter-u%.bdf $(VGA_KOI8_R) $(DUP_KOI8_R) + $(UCS2ANY) $< $(REG_KOI8_R) $(VGA_KOI8_R) | $(BDF2PSF) -o $@ $(DUP_KOI8_R) + +$(PSF_BG_MIK) $(PSF_VGAW_BG_MIK): ter-m%.psf : ter-u%.bdf $(VGA_BG_MIK) $(DUP_BG_MIK) + $(UCS2ANY) $< $(REG_BG_MIK) $(VGA_BG_MIK) | $(BDF2PSF) -o $@ $(DUP_BG_MIK) + +$(PSF_PT_154) $(PSF_VGAW_PT_154): ter-p%.psf : ter-u%.bdf $(VGA_PT_154) $(DUP_PT_154) + $(UCS2ANY) $< $(REG_PT_154) $(VGA_PT_154) | $(BDF2PSF) -o $@ $(DUP_PT_154) + +$(PSF_KOI8_UV) $(PSF_VGAW_KOI8_UV): ter-u%.psf : ter-u%.bdf $(VGA_KOI8_UV) $(DUP_KOI8_UV) + $(UCS2ANY) $< $(REG_KOI8_R) $(VGA_KOI8_UV) | $(BDF2PSF) -o $@ $(DUP_KOI8_UV) + +$(PSF_KOI8_U): ter-u%.psf : ter-u%.bdf $(VGA_KOI8_U) $(DUP_KOI8_U) + $(UCS2ANY) $< $(REG_KOI8_U) $(VGA_KOI8_U) | $(BDF2PSF) -o $@ $(DUP_KOI8_U) + +$(PSF_XOS4_2) $(PSF_VGAW_XOS4_2): ter-v%.psf : ter-u%.bdf $(VGA_XOS4_2) $(DUP_XOS4_2) + $(UCS2ANY) $< $(REG_XOS4_2) $(VGA_XOS4_2) | $(BDF2PSF) -o $@ $(DUP_XOS4_2) + +psf: $(PSF) + +install-psf: $(PSF) + mkdir -p $(DESTDIR)$(psfdir) + for i in $(PSF) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done + +uninstall-psf: + for i in $(PSF) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done + +psf-vgaw: $(PSF_VGAW) + +install-psf-vgaw: $(PSF_VGAW) + mkdir -p $(DESTDIR)$(psfdir) + for i in $(PSF_VGAW) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done + +uninstall-psf-vgaw: + for i in $(PSF_VGAW) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done + +psfref = $(psfdir)/README.terminus + +install-psf-ref: README + mkdir -p $(DESTDIR)$(psfdir) + sed -e"/^2\.4/,/^2\.5/p" -n README | grep -v "^2\." > $(DESTDIR)$(psfref) + +uninstall-psf-ref: + rm -f $(DESTDIR)$(psfref) + +# X11 Window System + +X11_8859_1 = uni/x11gr.uni uni/ascii-h.uni uni/win-1252.uni +X11_8859_2 = uni/x11gr.uni uni/ascii-h.uni uni/empty.uni uni/8859-2.uni +X11_8859_5 = uni/x11gr.uni uni/ascii-h.uni uni/empty.uni uni/8859-5.uni +X11_8859_7 = uni/x11gr.uni uni/ascii-h.uni uni/empty.uni uni/8859-7.uni +X11_8859_9 = uni/x11gr.uni uni/ascii-h.uni uni/win-1254.uni +X11_MS_1251 = uni/x11gr.uni uni/ascii-h.uni uni/x11-1251.uni uni/win-1251.uni +X11_8859_13 = uni/x11gr.uni uni/ascii-h.uni uni/x11-1257.uni uni/8859-13.uni +X11_8859_15 = uni/x11gr.uni uni/ascii-h.uni uni/empty.uni uni/8859-15.uni +X11_8859_16 = uni/x11gr.uni uni/ascii-h.uni uni/empty.uni uni/8859-16.uni +X11_IBM_437 = uni/cntrl.uni uni/ascii-h.uni uni/ibm-437.uni +X11_KOI8_R = uni/x11gr.uni uni/ascii-h.uni uni/koi8-r.uni +X11_PT_154 = uni/x11gr.uni uni/ascii-h.uni uni/pt-154.uni +X11_KOI8_U = uni/x11gr.uni uni/ascii-h.uni uni/koi8-u.uni +X11_10646_1 = uni/x11gr.uni uni/10646-1.uni + +$(PCF_8859_1): ter-1%.pcf : ter-u%.bdf $(X11_8859_1) + $(UCS2X11) $< $(REG_8859_1) $(X11_8859_1) | $(BDF2PCF) -o $@ + +$(PCF_8859_2): ter-2%.pcf : ter-u%.bdf $(X11_8859_2) + $(UCS2X11) $< $(REG_8859_2) $(X11_8859_2) | $(BDF2PCF) -o $@ + +$(PCF_8859_5): ter-5%.pcf : ter-u%.bdf $(X11_8859_5) + $(UCS2X11) $< $(REG_8859_5) $(X11_8859_5) | $(BDF2PCF) -o $@ + +$(PCF_8859_7): ter-7%.pcf : ter-u%.bdf $(X11_8859_7) + $(UCS2X11) $< $(REG_8859_7) $(X11_8859_7) | $(BDF2PCF) -o $@ + +$(PCF_8859_9): ter-9%.pcf : ter-u%.bdf $(X11_8859_9) + $(UCS2X11) $< $(REG_8859_9) $(X11_8859_9) | $(BDF2PCF) -o $@ + +$(PCF_MS_1251): ter-c%.pcf : ter-u%.bdf $(X11_MS_1251) + $(UCS2X11) $< $(REG_MS_1251) $(X11_MS_1251) | $(BDF2PCF) -o $@ + +$(PCF_8859_13): ter-d%.pcf : ter-u%.bdf $(X11_8859_13) + $(UCS2X11) $< $(REG_8859_13) $(X11_8859_13) | $(BDF2PCF) -o $@ + +$(PCF_8859_15): ter-f%.pcf : ter-u%.bdf $(X11_8859_15) + $(UCS2X11) $< $(REG_8859_15) $(X11_8859_15) | $(BDF2PCF) -o $@ + +$(PCF_8859_16): ter-g%.pcf : ter-u%.bdf $(X11_8859_16) + $(UCS2X11) $< $(REG_8859_16) $(X11_8859_16) | $(BDF2PCF) -o $@ + +$(PCF_IBM_437): ter-i%.pcf : ter-u%.bdf $(X11_IBM_437) + $(UCS2X11) $< $(REG_IBM_437) $(X11_IBM_437) | $(BDF2PCF) -o $@ + +$(PCF_KOI8_R): ter-k%.pcf : ter-u%.bdf $(X11_KOI8_R) + $(UCS2X11) $< $(REG_KOI8_R) $(X11_KOI8_R) | $(BDF2PCF) -o $@ + +$(PCF_PT_154): ter-p%.pcf : ter-u%.bdf $(X11_PT_154) + $(UCS2X11) $< $(REG_PT_154) $(X11_PT_154) | $(BDF2PCF) -o $@ + +$(PCF_KOI8_U): ter-u%.pcf : ter-u%.bdf $(X11_KOI8_U) + $(UCS2X11) $< $(REG_KOI8_U) $(X11_KOI8_U) | $(BDF2PCF) -o $@ + +$(PCF_10646_1): ter-x%.pcf : ter-u%.bdf $(X11_10646_1) + $(UCS2X11) $< $(REG_10646_1) $(X11_10646_1) | $(BDF2PCF) -o $@ + +pcf: $(PCF) + +install-pcf: $(PCF) + mkdir -p $(DESTDIR)$(x11dir) + for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done + +uninstall-pcf: + for i in $(PCF) ; do rm -f $(DESTDIR)$(x11dir)/$$i.gz ; done + +pcf-8bit: $(PCF_8BIT) + +install-pcf-8bit: $(PCF_8BIT) + mkdir -p $(DESTDIR)$(x11dir) + for i in $(PCF_8BIT) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done + +uninstall-pcf-8bit: + for i in $(PCF_8BIT) ; do rm -f $(DESTDIR)$(x11dir)/$$i.gz ; done + +# Cleanup + +clean: + rm -f $(PSF) $(PSF_VGAW) $(PCF) $(PCF_8BIT) $(FNT) + +.PHONY: all install uninstall fontdir psf install-psf uninstall-psf psf-vgaw install-psf-vgaw uninstall-psf-vgaw install-psf-ref uninstall-psf-ref pcf install-pcf uninstall-pcf pcf-8bit install-pcf-8bit uninstall-pcf-8bit clean diff --git a/NEWS b/NEWS new file mode 100644 index 00000000000..b985538af84 --- /dev/null +++ b/NEWS @@ -0,0 +1 @@ +See CHANGES diff --git a/OFL.TXT b/OFL.TXT new file mode 100644 index 00000000000..8468f0ded29 --- /dev/null +++ b/OFL.TXT @@ -0,0 +1,94 @@ +Copyright (c) 2019 Dimitar Toshkov Zhekov, +with Reserved Font Name "Terminus Font". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/README b/README new file mode 100644 index 00000000000..9192aac61eb --- /dev/null +++ b/README @@ -0,0 +1,356 @@ +Contents: + +1. About. +1.1. Build requitements. +1.2. Quick installation. +1.3. Legend. +1.4. Variants. +1.5. Notes. +1.6. Alternative tools. + +2. Linux console. +2.1. Installation. +2.2. Usage. +2.3. Quick reference. +2.4. Legend. +2.5. Notes. + +3. X11 Window System. +3.1. Installation. +3.2. Notes. + +4. Microsoft Windows. +4.1. Installation package. +4.2. Font file only. +4.3. Notes. + +5. Frequently Asked Questions. + +6. Legal information. +6.1. Licenses. +6.2. Copyright. + +-- + +1. About. + +This archive contains source code for generating and installing Terminus +Font for Linux console, X11 Window System and Microsoft Windows. + +- version 4.48 +- sizes 6x12, 8x14, 8x16, 10x18, 10x20, 11x22, 12x24, 14x28, 16x32 +- weights normal, bold, CRT VGA bold +- characters 1354 +- format Bitmap Distribution Format (BDF) version 2.1 + +The character set covers about 120 language sets and supports ISO8859-1/2/5/ +7/9/13/15/16, Paratype-PT154/PT254, KOI8-R/U/E/F, Esperanto and many IBM, +Windows and Macintosh code pages, as well as the IBM VGA, vt100 and xterm +pseudographic characters. + + +1.1. Build requirements. + +- GNU make +- Python 3.5.0+ (or node.js 6.9.0+ as an alternative) +- for X11 only: bdftopcf +- for the Windows installer only: GCC for Win32/i686, NSIS and patch. + + +1.2. Quick installation. + +The commands: + +$ ./configure [--prefix=PREFIX] +$ make -j8 +# make install fontdir + +compile and install the Linux console and X11 Window System fonts. +The default PREFIX is /usr/local. + + +1.3. Legend. + +The file names are structured as follows: + +ter-u