capture bold text

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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

IM is not a word processor. It has no concept of what 'bold text' is. Only different fonts, pointsizes and so on.

the best idea is convert your cal text into postscript (as if printing) then have
IM convert the postscript to an image. That way it will pickup the font changes that the postscript file defined, without having to do so itself.

See IM Examples on Text to Image Handling.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply