I hardly believ you have another solution
The Height Property isn't supported in the Compact Framework
If it takes to much time, you can try to create an fixed multiplier for
this calculation
(simple go through the loop, generate all Heights in pixel and try to
figure out an
mutliplier)
If there is no constant multiplier (if its a function of higher order)
you can try to create
an array of Font heights (integer) where for example the 10 elemet
contains the font height which result in 10 pixel height and so on. But
I think this is a little bit overdesigned...
regards Norbert