An advanced text-on-map library for BYOND 4.0
Version 2.0 · Date Added: 10/27/08

If you wish to download this library for your Linux/Mac installation, enter the following on your command line:

DreamDownload byond://LummoxJR.DmiFontsPlus##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://LummoxJR.DmiFontsPlus##version=1

[BYOND Favorite]BYOND Favorite

Read about this library at Dream Makers.

DmiFontsPlus is a revamp of DmiFonts designed for the new icon features in BYOND 4.0. It's a utility and library in one package. New features include alpha transparency, easier icon manipulation (no more clumsy /iconset datum), and fewer separate icons taking up room in your games cache.

The utility program will convert any font to a PNG-compatible .dmi format, and create a .dm file that you can include in your games to use the font. The library can be used to render text in many ways.

The library includes:

  • Support for anti-aliased fonts
  • A fleet of powerful procs to measure and arrange your text
  • Multi-font procs to draw text in changing styles just like this
  • Comprehensive documentation
  • The infamous un-smiley demo



Upgraders please note: You will have to re-make your font files with this library, since the old library used BYOND 3.0 icons and did not support alpha transparency. In place of the old /iconset datum, a single large /icon datum is now used for your text. Manipulating icons is much easier now, but you will have to make adjustments to your code. The QuickName() and QuickText() procs, however, should be unaffected. You will also not be able to use DmiFonts and DmiFontsPlus together; they conflict with each other.