BMF Viewer/Compiler/Decompiler (Source Included)
Posted: Fri Jul 05, 2013 5:00 am
I am going through my old programs and trying to get stuff finished up.

I have moved the code that deals with BMF files specifically to it's own DLL (.net) and added a function for writing out to a stream (its only constructor so far reads in from a stream). Once I have the code able to make a blank font from scratch (not much left to do at all for that) I can get an actual converter put together that allows you to edit the individual character images.
If anyone else here uses .net (most specifically C# though this DLL is compatible with any .net language) please say so. Let me know what you think would help you make your own editor or program around this and I'll be sure the module has the needed core functions. I am thinking I might put this project's source on github or a site like it so anyone can contribute. I have other tools I am working on getting into a usable state as well, but some (such as the MSH converter) won't be having their source code posted up.
EDIT: And here is the github page: https://github.com/Nielk1/bz2-bmf-format-tools

I have moved the code that deals with BMF files specifically to it's own DLL (.net) and added a function for writing out to a stream (its only constructor so far reads in from a stream). Once I have the code able to make a blank font from scratch (not much left to do at all for that) I can get an actual converter put together that allows you to edit the individual character images.
If anyone else here uses .net (most specifically C# though this DLL is compatible with any .net language) please say so. Let me know what you think would help you make your own editor or program around this and I'll be sure the module has the needed core functions. I am thinking I might put this project's source on github or a site like it so anyone can contribute. I have other tools I am working on getting into a usable state as well, but some (such as the MSH converter) won't be having their source code posted up.
EDIT: And here is the github page: https://github.com/Nielk1/bz2-bmf-format-tools