92cc8ad375
Add a "fauxcyrillic" font that uses a few Cyrillic characters in place of similarly-shaped Latin ones to create a Russian flavor in mostly-English text. This is reasonably close to the substitutions described at: https://en.wikipedia.org/wiki/Faux_Cyrillic Add a "fullcyrillic" font that replaces all of the Latin characters with Cyrillic characters.
16 lines
506 B
Makefile
16 lines
506 B
Makefile
|
|
allfonts = wideterm.tlf circle.tlf emboss.tlf emboss2.tlf future.tlf \
|
|
ascii9.tlf smascii9.tlf bigascii9.tlf \
|
|
ascii12.tlf smascii12.tlf bigascii12.tlf \
|
|
mono9.tlf smmono9.tlf bigmono9.tlf \
|
|
mono12.tlf smmono12.tlf bigmono12.tlf \
|
|
pagga.tlf letter.tlf smblock.tlf smbraille.tlf bfraktur.tlf \
|
|
fauxcyrillic.tlf fullcyrillic.tlf
|
|
|
|
EXTRA_DIST = $(allfonts)
|
|
|
|
font_DATA = $(allfonts)
|
|
fontdir = $(datadir)/figlet
|
|
|
|
echo-fonts: ; echo $(allfonts)
|
|
|