I have a field that displays "To: NAME" . Here, "To" is static and "NAME" is a variable. Therefore, I used the same text field attr and "To:" + $ F {name} as an expression. Now the problem is that I have to use two separate fonts for "To" and "Name". I tried using the style, but I have to skip something. Could you help me?
NB: I cannot use static text for “To” and a text field for the “name” field, since the horizontal alignment for them should be centered.
source
share