Search found 9 matches
- 2008-11-27T05:53:32-07:00
- Forum: Users
- Topic: Edges of fonts appear distorted/less smooth
- Replies: 17
- Views: 35309
Re: Edges of fonts appear distorted/less smooth
Ok, the problem is sort of solved by installing Fedora instead of Suse on the clients server, but locally we also work on Windows and the same distorted effect has always occurred on this workstation. Not that big of a deal, as long as the online results are ok, right? But today I found out the ...
- 2008-11-16T08:29:19-07:00
- Forum: Users
- Topic: Edges of fonts appear distorted/less smooth
- Replies: 17
- Views: 35309
Re: Edges of fonts appear distorted/less smooth
Eventually we installed Fedora 7 instead of Suse 10.2 and everything works like a charm. Thanks again so much for your help!!!
- 2008-11-13T14:52:46-07:00
- Forum: Users
- Topic: Edges of fonts appear distorted/less smooth
- Replies: 17
- Views: 35309
Re: Edges of fonts appear distorted/less smooth
Ok, the new show_fonts was available for download and we tried it, but it still trips over the $1 variable: > sh ./show_fonts '/show_fonts: line 60: syntax error near unexpected token `in '/show_fonts: line 60: ` case "$1" in > /bin/bash ./show_fonts -2 -o arial2.png Arial '/show_fonts: line 60 ...
- 2008-11-12T04:15:44-07:00
- Forum: Users
- Topic: Edges of fonts appear distorted/less smooth
- Replies: 17
- Views: 35309
Re: Edges of fonts appear distorted/less smooth
Dear Anthony, First I'd like to thank you for your time and the effort you put into this issue! I looked up which versions of freetype we us, and I think it all looks alright. > ldd /usr/bin/convert ... libfreetype.so.6 => /usr/lib/libfreetype.so.6 ... Then I queried freetype with RPM: > rpm -qf ...
- 2008-11-11T15:41:31-07:00
- Forum: Users
- Topic: Edges of fonts appear distorted/less smooth
- Replies: 17
- Views: 35309
Re: Edges of fonts appear distorted/less smooth
Sorry it took a while for me to answer, but when trying to remove and reinstall freetype (`yum inunstall freetype`) a lot of other things got removed as well! (probably it is obvious to you guys what I did wrong, but to me it still is foggy :-)). Since this server was just a few days old, no back ...
- 2008-11-05T17:06:58-07:00
- Forum: Users
- Topic: Edges of fonts appear distorted/less smooth
- Replies: 17
- Views: 35309
Re: Edges of fonts appear distorted/less smooth
Anthony, for this script written in Perl I am actually using PerlMagick and I address the font in the following manner:
The same font is used on all three machines...
Code: Select all
$image->[0]->Annotate(font=>'./fonts/GOTHIC.TTF' , text=>'test 1 2 3...');
- 2008-11-05T17:00:07-07:00
- Forum: Users
- Topic: Edges of fonts appear distorted/less smooth
- Replies: 17
- Views: 35309
Re: Edges of fonts appear distorted/less smooth
Thanks for the help, Magick! I am not that familiar with Linux, so it all is an exploration journey to me. Sometimes a fun one... :-) The server that did give the wanted output is based on Fedora 6 and has freetype.i386 and freetype.x86_64 installed, both version 2.2.1.17.fc6. The other Linux server ...
- 2008-11-05T12:42:08-07:00
- Forum: Users
- Topic: Edges of fonts appear distorted/less smooth
- Replies: 17
- Views: 35309
Re: Edges of fonts appear distorted/less smooth
Thanks for the reply, but I'm afraid it seems it has nothing to do with it since the same fonts are used on all three machines. IM reads the fonts from a local folder and not from a library of some sort...
- 2008-11-05T04:53:25-07:00
- Forum: Users
- Topic: Edges of fonts appear distorted/less smooth
- Replies: 17
- Views: 35309
Edges of fonts appear distorted/less smooth
LS, We have written a Javascript/CGI-script that replaces text in HTML elements with an anti-aliased background image. The scripts work fine but for one thing: on some servers edges of letters happen to appear a bit distorted/less smooth. A fine example is the letter 'o': http://www.wishdesign.nl ...