pre-rendered bitmap font?
- yecril71pl
- Posts: 81
- Joined: 2011-02-08T11:06:09-07:00
- Authentication code: 8675308
- Location: Warsaw, Poland
- Contact:
pre-rendered bitmap font?
Hi. I am looking for a way to make IM use a pre-rendered bitmapped font subset (pcf?) (fixed size, no AA, no paths, slants or rotations) — I hope it would make IM quick as a line printer and my application would stop crashing. Please help.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: pre-rendered bitmap font?
You could just try the .pcf file as a -font argument. The font renderer is generally quite versatile.
Oh and please let us know what the result was (good or bad).
Oh and please let us know what the result was (good or bad).
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
- yecril71pl
- Posts: 81
- Joined: 2011-02-08T11:06:09-07:00
- Authentication code: 8675308
- Location: Warsaw, Poland
- Contact:
Re: pre-rendered bitmap font?
No resultanthony wrote:You could just try the .pcf file as a -font argument. The font renderer is generally quite versatile.
Oh and please let us know what the result was (good or bad).
(I used the Adobe distribution)onvert: unable to read font `./courR24.bdf' @ error/annotate.c/RenderFreetype/1115.
convert: unable to read font `./courR24.bdf' @ error/annotate.c/RenderFreetype/1115.
Alternatively, is there a way to use FreeType to render glyph bitmaps, preferably with (build-in) glyph caching? Currently FreeType is used only to extract outlines that are rendered as curves.