i think you'd have to do this manually. You could keep track of each text component and iterate through them or you could recursively iterate through all of the children of the application (which would probably be slow). Other than that, I think you're out of luck.
- Dan On 1/14/07, Bruce Denham <[EMAIL PROTECTED]> wrote:
Is there any way to increase or decrease all the fonts in an application by a percentage? Because an application has lots of varying fontSizes, it would be really cool to be able to increase all of them by a percentage, so that you could create a cool fontSizing effect with the mouse scroll wheel, as is possible in browsers. Thanks, Bruce

