On Aug 09, 2006, at 21:45 UTC, Stephen Dodd wrote: > Is there a way to programmatically determine at runtime the size of > font RB has set when you have declared the control to have a font > size of 0?
Well, I suppose you could set g.TextSize to various sizes (say, between 5 and 25), and then test the g.TextHeight of each one, looking for one that matches what you got with a TextSize of 0. HTH, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
