Home of the facelift image replacement forums
You are not logged in.
It looks like recaptcha is easily thwarted either by cheap labor or some other means, because I am still getting tons of spam signups.
I'm closing registrations again, if you would like to register, please email me at cory.mawhorter@ephective.com and use the subject line "Forum Registration". Give me your name and all the standard stuff in that email.
I will just have to do manual registrations until I have more time to spend on this problem.
-Cory, 2010-03-15
Hi guys, I am trying to use FLIR on a wordpress site using the wordpress plugin. The text that I wish to replace is in hebrew (from an otf font file which contains the hebrew characters) , but all I get in firefox is a kind of gibrish, haven't tried IE. Does it suppose to work? and if so how can i debug this problem?
Offline
It should work. I've tried with hebrew, korean, and japanese characters before without a problem.
It is probably that you are using an otf font. PHP/GD only supports a-Z characters in .otf files...
You could try using the FancyFonts plugin which uses ImageMagick to generate the images instead of PHP/GD, or you could convert the font to a ttf.
To use FancyFonts you must have ImageMagick installed on your server (preferably >=6.3) and then set your path in config-flir.php.
Offline
Thanks cory, gona try it.
Offline
The latest version of the plugin support FancyFonts and configuring your ImageMagick path as well.
Offline
I am having a similar problem with very standard portuguese accented characters from a Helvetica Neue pfm font file using the php/gd system. Is this the same issue and if so is anyone aware of a good free pfm->ttf converter. Or even a good cheap one?
Offline
iggyfred wrote:
I am having a similar problem with very standard portuguese accented characters from a Helvetica Neue pfm font file using the php/gd system. Is this the same issue and if so is anyone aware of a good free pfm->ttf converter. Or even a good cheap one?
Check out FontForge. It is capable of converting fonts but can sometimes be a bit of a pain to get going. There is also a version of the commercially available CrossFont floating around on a certain large, to-be-unnamed BitTorrent tracker if you're into that sort of thing. Otherwise it's $50.
Offline
Coo, fontforge does look fun to install. I downloaded a 15 day trial version of crossfont and converted the font from pfm->otf but crossfont does not have any option to convert to ttf. The otf version of the font suffers the same problems as the pfm version. Is it likely that the original file just does not contain enough information to convert to ttf or am I missing something obvious in crossfont?
Offline
I don't remember exactly how I did it but I'm pretty sure you have to do two conversions :/
Do pfm->otf and then otf->ttf. Also, It has been reported elsewhere that otf fonts work with FreeType 2.3.5. I'm not sure about any other versions.
Offline