Ghost script fonts.

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

You can look for TTF fonts on your system and directly reference those files.

Under linux use... locate -e .ttf

if you don't like those do to the numberious Truetype font web sites that are out their.
I list a couple on the top level page of IM examples (see my signature).
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

I think your request is becomming out of band for ImageMagick.

Generally the four styles of fonts are seperate font files.

Eg seperate TTF, Postscript and or Xwindow fonts.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

Most of the setting in this file are not used, but are present for future usage.
I mysefl generate the entries from fonts found under a linux machine using the script "imagick_type_gen". See top level page of IM examples, for a link to the script, which contains the format it uses to generate these entries.

IM does not have a major concept of font styles, you just select the font you want to use.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply