Sounds like you will need to implement a custom renderer. If you inherit your custom renderer from TableViewCellRenderer it uses a Label internally to display the text, so you can do whatever you need to in order to set the label font, color, etc. either in the constructor or the "render" method.
~Roger
