> I am sort of a newbie. How do I get the font of the title bar?

You don't - it's the boldface version of the standard system font. I'm not 
aware of a standard way of changing it. That's why I suggested using 
FntCharHeight; the boldface font has the same height (although different 
average width) as the normal font.

Another (and probably better although slightly slower) idea could be to set x,y 
to zero and keep increasing y until FrmPointInTitle (frmP, x, y) returns false 
(where frmP is a pointer to the form in question).

Regards,
Vesselin
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to