update
This commit is contained in:
parent
a3c7ab4886
commit
17c063193f
|
@ -35,18 +35,19 @@
|
|||
|
||||
Features
|
||||
- Convert .bmf to .bdf
|
||||
- Converts DOS codepage to Unicode
|
||||
- Converts DOS codepage to Unicode (-u option)
|
||||
- Convert monospaced proportional font back to none-monospaced font (-p)
|
||||
- Optional glyph spacing with -x
|
||||
- Optional baseline adjustment with -y
|
||||
- Brightness threshold with -l
|
||||
- Generated BDF can be modified with gbdfed and FontForge
|
||||
(http://sofia.nmsu.edu/~mleisher/Software/gbdfed/, https://github.com/andrewshadura/gbdfed)
|
||||
|
||||
Example:
|
||||
http://bmf.php5.cz/index.php?font=goth16
|
||||
bmf2bdf -p -y -2 goth16.bmf
|
||||
bmf2bdf -u -p -y -2 goth16.bmf
|
||||
or
|
||||
bmf2bdf -p -x 1 -y -2 goth16.bmf
|
||||
bmf2bdf -u -p -x 1 -y -2 goth16.bmf
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue