Height/Width of Text?

2006-02-19 Thread Brian K. Maher
Hi Folks, Can anyone give me some insights on how I can determine the exact height and width in pixels of a text string when it is rendered on the screen in a given font and point size? Thanks, Brian ___ use-revolution mailing list

Re: Height/Width of Text?

2006-02-19 Thread Björnke von Gierke
check these properties of a text field with your font and text: formattedheight formattedwidht On Feb 19 2006, at 16:20, Brian K. Maher wrote: Hi Folks, Can anyone give me some insights on how I can determine the exact height and width in pixels of a text string when it is rendered on the

Re: Height/Width of Text?

2006-02-19 Thread Scott Rossi
Recently, Brian K. Maher wrote: Can anyone give me some insights on how I can determine the exact height and width in pixels of a text string when it is rendered on the screen in a given font and point size? Another good function besides the formattedWith/Height is the formattedRect.