mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
bc865f3d10
The PSF Tools are an attempt to do something similar to NetPBM, for simple fixed-width bitmap fonts. The current release can convert the following formats to PSF: - Raw (DOS-style) font - Windows font (FNT, FON) - Sinclair Spectrum +3 - MDA character ROM dump - DOS/Linux codepages (CP, CPI) - Hercules WriteOn (WOF) - Wyse-60 soft font - BBC Micro soft font - Plain text and PSF to the following formats: - Raw font - Windows font (FNT, FON) - Hercules WriteOn (WOF) - DOS codepages (CPI) - Sinclair Spectrum +3 - BDF - C include file - BSD 'wsfont' kernel header - XBM image containing all characters - Single PBM image for each character - Plain text - Wyse-60 soft font - BBC Micro soft font WWW: http://www.seasip.info/Unix/PSF/
67 lines
1.1 KiB
Plaintext
67 lines
1.1 KiB
Plaintext
bin/bbc2psf
|
|
bin/cpi2psf
|
|
bin/cpicomp
|
|
bin/cpidcomp
|
|
bin/fnt2psf
|
|
bin/fnts2fon
|
|
bin/fon2fnts
|
|
bin/mda2psf
|
|
bin/page2cp2
|
|
bin/psf2bbc
|
|
bin/psf2bdf
|
|
bin/psf2bsd
|
|
bin/psf2fnt
|
|
bin/psf2inc
|
|
bin/psf2pbms
|
|
bin/psf2raw
|
|
bin/psf2txt
|
|
bin/psf2wof
|
|
bin/psf2wyse
|
|
bin/psf2xbm
|
|
bin/psf2zx
|
|
bin/psfjoin
|
|
bin/psfmerge
|
|
bin/psfpages
|
|
bin/psfs2cpi
|
|
bin/psfs2mda
|
|
bin/psfxform
|
|
bin/raw2psf
|
|
bin/txt2psf
|
|
bin/wof2psf
|
|
bin/wyse2psf
|
|
bin/zx2psf
|
|
include/psflib.h
|
|
include/psfutils.h
|
|
lib/libpsf.so
|
|
lib/libpsf.so.0
|
|
lib/libpsf.so.0.1.1
|
|
man/man1/cpi2psf.1.gz
|
|
man/man1/cpicomp.1.gz
|
|
man/man1/cpidcomp.1.gz
|
|
man/man1/fnt2psf.1.gz
|
|
man/man1/fnts2fon.1.gz
|
|
man/man1/fon2fnts.1.gz
|
|
man/man1/mda2psf.1.gz
|
|
man/man1/psf2bdf.1.gz
|
|
man/man1/psf2bsd.1.gz
|
|
man/man1/psf2fnt.1.gz
|
|
man/man1/psf2inc.1.gz
|
|
man/man1/psf2pbms.1.gz
|
|
man/man1/psf2raw.1.gz
|
|
man/man1/psf2txt.1.gz
|
|
man/man1/psf2wof.1.gz
|
|
man/man1/psf2wyse.1.gz
|
|
man/man1/psf2xbm.1.gz
|
|
man/man1/psf2zx.1.gz
|
|
man/man1/psfjoin.1.gz
|
|
man/man1/psfmerge.1.gz
|
|
man/man1/psfpages.1.gz
|
|
man/man1/psfs2cpi.1.gz
|
|
man/man1/psfs2mda.1.gz
|
|
man/man1/psfxform.1.gz
|
|
man/man1/raw2psf.1.gz
|
|
man/man1/txt2psf.1.gz
|
|
man/man1/wof2psf.1.gz
|
|
man/man1/wyse2psf.1.gz
|
|
man/man1/zx2psf.1.gz
|