Hi,
on a title statment that is to be displayed on a pdf.. how do i set different fontweight for different texts..
example:
title j=left "Country State City";
only country should be bold... and state and city should not be bold.
but when i put bold before country ...all the text after country becomes bold.
title j=left bold "Country State City";
note : escape character isn't working with title on pdfs. so cant use those....
with style we have options like font_weight=medium but on title statement if 'bold' works why doesn't 'medium' work.... strange!!!
title j=left bold "Country"
medium " State City";
this doesn't work... all get bolded...
can somebody help!!