ChartDirector Support
Forum Home
Search
Message List
Post Message
[Feb-13-2012 23:02]
CDML Attribute
(Chuck Willette)
[Feb-14-2012 01:40]
Re: CDML Attribute
(Peter Kwan)
CDML Attribute
Posted by Chuck Willette on Feb-13-2012 23:02
|
Reply
|
Monitor
What is the CDML attribute to use to return the text to normal after setting the text to
"super" or "sub"?
Re: CDML Attribute
Posted by Peter Kwan on Feb-14-2012 01:40
|
Reply
|
Monitor
Hi Chuck,
The method is like:
AAA<*font*><*super*>TM<*/font*> BBB
The <*font*> ... <*/font*>statement defines an inline block. The <*super*> above only has effect inside that block.
Hope this can help.
Regards
Peter Kwan