* Wide terminal font (ASCII only)
This commit is contained in:
parent
e68f1da2cb
commit
a2e04d85e7
2 changed files with 133 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
allfonts = circle.tlf emboss.tlf emboss2.tlf future.tlf \
|
allfonts = wideterm.tlf circle.tlf emboss.tlf emboss2.tlf future.tlf \
|
||||||
mono9.tlf smmono9.tlf bigmono9.tlf \
|
mono9.tlf smmono9.tlf bigmono9.tlf \
|
||||||
mono12.tlf smmono12.tlf bigmono12.tlf \
|
mono12.tlf smmono12.tlf bigmono12.tlf \
|
||||||
smblock.tlf smbraille.tlf
|
smblock.tlf smbraille.tlf
|
||||||
|
|
132
fonts/wideterm.tlf
Normal file
132
fonts/wideterm.tlf
Normal file
|
@ -0,0 +1,132 @@
|
||||||
|
tlf2a 1 1 3 -1 15 0 0 0
|
||||||
|
===============================================================================
|
||||||
|
This is wideterm.tlf, or “WideTerm”, by Sam Hocevar <sam@zoy.org>. It was
|
||||||
|
created on August 2nd, 2007.
|
||||||
|
|
||||||
|
This font is free software. It comes without any warranty, to the extent
|
||||||
|
permitted by applicable law. You can redistribute it and/or modify it under
|
||||||
|
the terms of the Do What The Fuck You Want To Public License, Version 2,
|
||||||
|
as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more
|
||||||
|
details.
|
||||||
|
|
||||||
|
Missing: Ä Ö Ü ä ö ü ß
|
||||||
|
|
||||||
|
This font is part of TOIlet’s official distribution. More information
|
||||||
|
on the TOIlet website at http://libcaca.zoy.org/toilet.html
|
||||||
|
===============================================================================
|
||||||
|
@
|
||||||
|
!!
|
||||||
|
""
|
||||||
|
##
|
||||||
|
$$
|
||||||
|
%%
|
||||||
|
&&
|
||||||
|
''
|
||||||
|
((
|
||||||
|
))
|
||||||
|
**
|
||||||
|
++
|
||||||
|
,,
|
||||||
|
--
|
||||||
|
..
|
||||||
|
//
|
||||||
|
00
|
||||||
|
11
|
||||||
|
22
|
||||||
|
33
|
||||||
|
44
|
||||||
|
55
|
||||||
|
66
|
||||||
|
77
|
||||||
|
88
|
||||||
|
99
|
||||||
|
::
|
||||||
|
;;
|
||||||
|
<<
|
||||||
|
==
|
||||||
|
>>
|
||||||
|
??
|
||||||
|
@@
|
||||||
|
AA
|
||||||
|
BB
|
||||||
|
CC
|
||||||
|
DD
|
||||||
|
EE
|
||||||
|
FF
|
||||||
|
GG
|
||||||
|
HH
|
||||||
|
II
|
||||||
|
JJ
|
||||||
|
KK
|
||||||
|
LL
|
||||||
|
MM
|
||||||
|
NN
|
||||||
|
OO
|
||||||
|
PP
|
||||||
|
QQ
|
||||||
|
RR
|
||||||
|
SS
|
||||||
|
TT
|
||||||
|
UU
|
||||||
|
VV
|
||||||
|
WW
|
||||||
|
XX
|
||||||
|
YY
|
||||||
|
ZZ
|
||||||
|
[[
|
||||||
|
\\
|
||||||
|
]]
|
||||||
|
^^
|
||||||
|
__
|
||||||
|
``
|
||||||
|
aa
|
||||||
|
bb
|
||||||
|
cc
|
||||||
|
dd
|
||||||
|
ee
|
||||||
|
ff
|
||||||
|
gg
|
||||||
|
hh
|
||||||
|
ii
|
||||||
|
jj
|
||||||
|
kk
|
||||||
|
ll
|
||||||
|
mm
|
||||||
|
nn
|
||||||
|
oo
|
||||||
|
pp
|
||||||
|
qq
|
||||||
|
rr
|
||||||
|
ss
|
||||||
|
tt
|
||||||
|
uu
|
||||||
|
vv
|
||||||
|
ww
|
||||||
|
xx
|
||||||
|
yy
|
||||||
|
zz
|
||||||
|
{{
|
||||||
|
||
|
||||||
|
}}
|
||||||
|
~~
|
||||||
|
Ä@
|
||||||
|
Ö@
|
||||||
|
Ü@
|
||||||
|
ä@
|
||||||
|
ö@
|
||||||
|
ü@
|
||||||
|
ß@
|
||||||
|
0x00a2 ¢ CENT SIGN
|
||||||
|
¢@
|
||||||
|
0x00a3 £ POUND SIGN
|
||||||
|
£@
|
||||||
|
0x00ac ¬ NOT SIGN
|
||||||
|
¬@
|
||||||
|
0x00af ¯ MACRON
|
||||||
|
 ̄@
|
||||||
|
0x00a6 ¦ BROKEN BAR
|
||||||
|
¦@
|
||||||
|
0x00a5 ¥ YEN SIGN
|
||||||
|
¥@
|
||||||
|
0x20a9 ₩ WON SIGN
|
||||||
|
₩@
|
Loading…
Reference in a new issue