I have a derived TextStyle class in order to determine if labels are printing due to overlap rules.
I would like to offset the text of the lable from the point for that lable. If I use a SimpleTextStyle I can give it offset values. How can I get my derived TextStyle class to also offset the label?
Jim