MIB Posted January 21, 2014 Share Posted January 21, 2014 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 Quote Link to comment Share on other sites More sharing options...
step Posted January 21, 2014 Share Posted January 21, 2014 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(""); Quote Link to comment Share on other sites More sharing options...
MIB Posted January 21, 2014 Author Share Posted January 21, 2014 Thanks Step! I used that Javascript and found a font that is backwards! So with the both options, it solves the problem with mirrored text on this occasion. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.