For tooltips, I would like to have bolded and larger text. I currently have the following in my XML:
(for some reason the ifcode thing for codes isn't working, so i'm just spacing out the tags)
< styles >
< definition >
< style name='tooltip' type='font' size='14' bold='1' / >
< /definition >
< application >
< apply toObject='ToolTip' styles='tooltip' / >
< /application >
< /styles >
Everything else seems to work except for the bold feature... maybe I am doing something wrong?
*EDIT* it also seems like the leftMargin feature is not working for the caption and caption styling...
Thanks!