diff options
author | Didier Spaier <didier at slint dot fr> | 2015-08-03 08:41:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-03 08:41:17 +0700 |
commit | ac2fefbb8f9b0612392856434731491e7cf93805 (patch) | |
tree | 593e3b1c1f9525cb0f13fd2bd95c1042b37dc69b /misc/bdf2psf/README | |
parent | c528602570e25cd5cff68f24e2764eca0ccd9a84 (diff) | |
download | slackbuilds-ac2fefbb8f9b0612392856434731491e7cf93805.tar.gz |
misc/bdf2psf: Added (convert fonts from bdf to psf format).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/bdf2psf/README')
-rw-r--r-- | misc/bdf2psf/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/bdf2psf/README b/misc/bdf2psf/README new file mode 100644 index 0000000000..a59392f229 --- /dev/null +++ b/misc/bdf2psf/README @@ -0,0 +1,14 @@ +bdf2psf (convert fonts from bdf to psf format) + +bdf2psf is a perl script that converts fonts from bdf to psf format. +It can merge glyphs coming from several fonts, use the same +glyph for several characters to save space through equivalence +files, choose which characters to have glyphs included in the psf +font through a list of character sets, output either a font suitable +for a plain text linux console or for a framebuffer. + +Read carefully "man bdf2psf". + +bdf2psf's author is Anton Zinoviev. + +bdf2psf is shipped in Debian's console-setup source package. |