Some font letters displaying incorrectly -larger than others

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Swillys
Posts: 3
Joined: 2012-11-16T03:47:08-07:00
Authentication code: 6789

Some font letters displaying incorrectly -larger than others

Post by Swillys »

When annotating an image using the font referenced as
-font "c:\windows\fonts\Officin5.PFB"
Some of the letters are larger than others.

For example:
http://imgur.com/qFxgecE

-density 72 "input.jpg"-resize "595x335^" -gravity center -crop 595x335+0+0 +repage -quality 90% -gravity southeast -stroke '#000C' -font
"c:\windows\fonts\Officin5.PFB" -pointsize 12 -strokewidth 2 -annotate +2+2 "[Doc.Credit]" -stroke none -fill white -annotate +2+2 "[Doc.Credit]" -interpolate bicubic -strip "ouput.jpg"

Any help appreciated!

Thanks
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Some font letters displaying incorrectly -larger than ot

Post by anthony »

I certain that this is the way the font itself is defined.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply