Jump to content

DMarshall

Registered Users - Approved
  • Posts

    5
  • Joined

Everything posted by DMarshall

  1. Thanks very much Dan, I'll check this out....
  2. Hi Guys, Can anyone help with my issue please? I am using FusionPro Desktop 7.2 to create my VDP that I then upload to our EFI Digital Store Front & FusionPro Server (which is hosted by EFI not us). I am having some issues with fonts. I have some rules created for business cards so that the 'P' for phone is in a particular font and the following text and field (s) are in another font. When I compose locally, everything is fine, when I upload the collected file to DSF and try to generate online, the fonts are not correct (the 'P' at the start of the line, the '+61' and the fields are all in Arial - which is the second font that I have chosen in my rules) Here is the rule: if (Field("Phone") != "" && Field("Ext") != "") { return ('<f name="Router-Medium">P</f><t>') + ('<f name="Arial">+61 ' + Field("Phone") + ('<f name="Arial"> ext ' + Field("Ext"))); } if (Field("Phone") != "" && Field("Ext") == "") { return ('<f name="Router-Medium">P</f><t>') + ('<f name="Arial">+61 ' + Field("Phone")); } else return ""; I am confused as I have used the font Router-Medium in another rule for another card layout and everything has been fine both locally and uploaded to our server. Are there any suggestions? Thanks in advance. Dan
×
×
  • Create New...