Revert "fontaliases: revise fonts.alias for UTF-8 to display"

This reverts commit a976460e59.

This just does not look as good, and the fonts appear too tiny.  It
needs more work, andshould support all OS's since they pretty much (at
least with the linuxen and bsd's) all use the same fonts and X servers.
This commit is contained in:
Jon Trulson
2021-11-11 16:48:52 -07:00
parent 20ef417e20
commit 36ff45cc17
4 changed files with 2700 additions and 1372 deletions

View File

@@ -3,11 +3,3 @@ MAINTAINERCLEANFILES = Makefile.in
include ../../../localized/templates/English.am
include ../../bdf/fonts.am
noinst_PROGRAMS = mk_fonts_alias test_fonts_alias
mk_fonts_alias_SOURCES = mk_fonts_alias.c
test_fonts_alias_SOURCES = test_fonts_alias.c
test_fonts_alias_LDADD = $(XTOOLLIB)
fonts.alias: mk_fonts_alias
./$< > $@