mof.exe
Creating New Fonts
Published by Sam Pickard on January 15, 2010
The MAUI user interface components use bitmap fonts in its own format. These files are converted from a specific, but common, format for bitmap fonts. The MoSync download comes supplied with a freeware tool called BMFont for creating bitmap fonts from the fonts installed in Windows. MoSync developers can use BMFont to create their own fonts for use in their applications.
Working with Fonts
Published by Niklas Nummelin on January 13, 2010
The MAUI::Font class draws text using bitmap fonts defined in a
mof-file. In this guide we show how to convert a bitmap font to a
mof-file, and how to add the file as a resource to a MoSync project. We
then create a MAUI::Font instance and draw some text with it.
Share on Facebook