@BowenM wrote:
I ended up going with a combination of defer updates and storing the font properties in a shift register to make it quick enough. I didn't realize defer updates would make THAT much of a difference... thank you.
Defer FP updates does make THAT much difference in the scheduling for the UI Thread you should remeber that. also , run VIA and make sure that there are no overlapping controls.... it takes twice as much time to redraw FP Objects that overlap.
"Should be" isn't "Is" -Jay