Jump to content

Invert text


MIB

Recommended Posts

Hi,

 

Is there a way to take variable text from a database and invert it ie. Paul Smith becomes htimS luaP, but it would be mirrored. Just like you see on ambulances to enable cars to see the correct view of the text in the rear view mirror.

 

Thanks in advance

Link to comment
Share on other sites

I don't think there is a way for FusionPro to mirror the text.

 

I think you could create a font in a program such as Fontographer and mirror the letters. Then you could reverse the string and return it in your custom font using the following code:

var str = Field("YOUR FIELD");
return str.split("").reverse().join("");

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...