#1
|
|||
|
|||
![]()
I need to change only the '@' in a rule to a different font in an email address. The font used is DIN, which has a weird @, so the customer wants this exchanged with helvetica.
The rule as it is now: lower =(Field("email").toLowerCase()) return lower I guess a .replace would work but I don't know the syntax for this case.
__________________
-- FP Creator 9.2.30 / Acrobat Professional XI / Digital Storefront 7.4 |
#2
|
|||
|
|||
![]()
Try this
return ReplaceSubstring(Field("Email"),'@', '<span font="Arial">@</span>');
__________________
FusionPro VDP Creator 10.0.26 | MacOS 10.13.4 | Acrobat DC |
#3
|
|||
|
|||
![]()
That did indeed work, I changed the font to ='HelveticaNeueLT std Lt' and that also worked fine. Thanks!
__________________
-- FP Creator 9.2.30 / Acrobat Professional XI / Digital Storefront 7.4 |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|