Hi,
I've implemented a custom TextStyle that tries to fit labels at a requested font size inside the outer ring of a polygon feature. If it is not possible at the requested font size, I reduce it and repeat the process until a minimum font size is reached. But it appears that I can't set the font size for each individual label.
I assume I can do this is I completely override DrawCore, but was hoping for a while to do this and not toss all the drawing logic already contained in TextStyle?
Thanks
Brian