Search found 5 matches
- 2013-07-10T16:35:20-07:00
- Forum: Users
- Topic: Glyph width problem, overlaying fonts
- Replies: 9
- Views: 7233
Re: Glyph width problem, overlaying fonts
Hm... Interesting. Is there a pattern, a secret code, something Imagemagick wants to tell us with these working pointsizes? I still stuck to your rounding problem suggestion. Guess you already recognized: I posted this issue in the developers' list. There should be somebody out there having coded ...
- 2013-07-10T07:44:53-07:00
- Forum: Developers
- Topic: Glyph width error
- Replies: 0
- Views: 4551
Glyph width error
I already posted this in the normal user list: http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23705 I try to overlay two versions of the same text using different fonts (to create text effects like outlines and multi-color letters). The fonts are defined with identical glyph widths ...
- 2013-07-10T07:11:30-07:00
- Forum: Users
- Topic: Glyph width problem, overlaying fonts
- Replies: 9
- Views: 7233
Re: Glyph width problem, overlaying fonts
Thanks again. My first workaround actually was to use a really big pointsize and scale the rendered result down. The bigger the font size is the less important is the IM specific spacing. So your guess that it's caused by some rounding might be not too bad. Because of performance problems ...
- 2013-07-10T02:31:10-07:00
- Forum: Users
- Topic: Glyph width problem, overlaying fonts
- Replies: 9
- Views: 7233
Re: Glyph width problem, overlaying fonts
Thanks for your help, I really appreciate that. Command: convert -size 5000x500 xc:transparent -antialias -stroke none -pointsize 60 -gravity southwest -fill "#00ff00" -font FontBack.ttf -annotate 0x0+0+0 "123456789012345678901234567890123456789012345678901234567890" -fill "#ff0000" -font ...
- 2013-07-08T05:11:24-07:00
- Forum: Users
- Topic: Glyph width problem, overlaying fonts
- Replies: 9
- Views: 7233
Glyph width problem, overlaying fonts
I try to overlay two versions of the same text using different fonts (to create text effects like outlines and multi-color letters). The fonts are defined with identical glyph widths, if I use Photoshop (or any text processing software) to generate the two texts and overlay them, they fit perfectly ...