Tiny KakWa Font: a really small 7 pixels monospaced bitmap font.
TKW-Font is licensed under the SIL Open Font License, Version 1.1.
The license is available with a FAQ at scripts.sil.org.
brew install fontforge font-utilsudo apt install fontforge xfonts-utilsall-fonts- Generate all formatsPCF.GZ,PCF, andOTBformats (default).pcf- GeneratePCFpcf.gz- GeneratePCF.GZotb- Generate OpenType Bitmap (OTB).
clean- Removes generated font files.
index- Creates an X11 font index in the font directory.rehash- Refreshes the X11 and fontconfig font cache.install-fonts- Install only the fontsinstall-conf- Install only the fc configuration
As User:
make install INSTALL_USER=true -jThis installs fonts to ~/.fonts/ and the config to ~/.fonts.conf.d/.
It also refresh fc-cache and X11 font cache.
As Root:
make install -jThis installs fonts to:
otb-/usr/share/fonts/opentype/tkw-font/pcf.gz-/usr/share/fonts/X11/misc/
And the config to /etc/fonts/conf.d/.
To tweak this install, use the usual variables (PREFIX, SYSCONFDIR, DESTDIR) or manually copy the fonts in the appropriate directories of your system.
You can test the availability of the font with the following commands:
X11:
# Check font path:
xset q
# Optionally add your ~/.fonts to X font path
xset +fp ~/.fonts/
# Check presence in X11
xlsfonts | grep tkwFontconfig:
# Check fontconfig font path:
fc-cache -v | grep -v '^/'
# Check Presence in Wayland/fontconfig
fc-list | grep tkwHere is a quick way to try tkw-font:
# With Xterm
xterm -bg black -fg white -fn -tkw-tkw-r-normal--7-70-72-72-c-40-iso8859-1 -xrm "XTerm.vt100.allowBoldFonts: false"
# With foot
foot --font tkw:size=5