高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】exporting multi color te
exporting multi color text
exporting multi color text
hello all,
i am trying to export a text entity (lets say its color is red). is there any way to accomodate its color properties in the control sequence
{\ftimes new roman|b0|i0|c0|p16;text} ? what if some part of the text is red, while the other part is green ? how can i accomodate that ?
thanks,
kedar
this is possible only for mtext not for text entity.
like \f controls font \c<index> or \c<rgb> controls color.
hex rgb mask looks like 00bbggrr.
red color would be:
\c1 - index
or
\c000000ff
sergey slezkin
thanks sergey. that fixed my issue !
btw, where can i find the related documentation ?
kedar
|