|
|
Source & Downloads
Series60 demo, 'PixelFont_S60'This demo is based on a as-fast-as-possible hack of the S60 1.2 SDK example application called 'multiviews'. This for one thing means that the application is still called multiviews :-). SIS - Tested on a Siemens SX1 (64k colours). Please note that the PixelFont.dll in this sis is almost guaranteed to be an older version than the source package below will build. Source
v0.1 – You will need the project sources to build
PixelFont.dll itself. The source has of time beeing been developed and tested on a Series60 SDK version 1.2, and a Siemens SX1 only. Version independence from Symbian OS versions, SDK versions, UIQ/S60 and their versions, color depths etc etc is therefore non-existent at the moment. There are in total 4 projects in the source zip file, and a little intro as to what goes where and why is given here : \DebugUtilA debugger utility. Place it in development root, build it for wins and thumb and you can basically forget about it again. \PixelFontContains at least the following 3
central projects. PixelFontConverterExe : An
.exe console application used for generation of the .inf files
required by the PixelFont.dll. The .exe is intended for emulator
only. It expects the source bitmap files to be in
\Epoc32\Wins\c\system\data\PixelFontSource\ (*) and
it places the output files in
\Epoc32\Wins\c\system\data\PixelFont\ (*). The .exe
supports a commandline and can be used as a windows executable if
executed from within a commandshell in the directory
\epoc32\release\wins\udeb\. PixelFontTestExe : Also an .exe console application intended for emulator only. This is the one that is used for the screen captures shown all over the place. Its a fast way to verify new fonts and the workings of the BitmapFont dll. Things to do as well : Other stuff : License : Sources
: If you intend to make nontrivial fixes or features then please request the latest sources. Please be aware that the online doxygen documentation per definition is in some kind of undefined out-of-date state. If you can live with that then have a peek Here The source file package contains the doxygen configuration file if you want to make sure you are up to date.
|