Clarity problem on Solaris when converting from PDF to JPEG

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
zanetich
Posts: 6
Joined: 2011-07-21T13:59:03-07:00
Authentication code: 8675308

Clarity problem on Solaris when converting from PDF to JPEG

Post by zanetich »

When a PDF file is converted by ImageMagick-6.6.7-Q16 on Windows XP, the fonts in the JPEG file is sharp and not blurry when displayed on a browser. However, when the same PDF file is converted by /usr/local/lib/ImageMagick-6.6.7 on Solaris (i386-pc-solaris2.10), the fonts in the JPEG file is blurry. This is the command that was used:

convert -verbose -density 150 -colorspace RGB test_file.pdf test_file.jpg

The attribute -colorspace RGB is needed because we need to support PDF file that uses CYMK, and IE browser can not display JPEG images with CYMK.
----------
On Windows XP, the convert command uses PPM - portable pixmap format (raster-graphics formats) with device pnmraw.

C:\Program Files\ImageMagick-6.6.7-Q16>convert -verbose -density 150 -colorspace RGB test_file.pdf test_file.jpeg
[ghostscript library] Files/gs/gs9.01/bin/gsdll32.dll" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pnmraw" -dTextA
lphaBits=4 -dGraphicsAlphaBits=4 "-r150x150" "-sOutputFile=C:/DOCUME~1/slau/LOCALS~1/Temp/magick-KrQzQcSa" "-fC:/DOCUME~1/slau/LOCALS~1/Temp/magick-saRecNKn" "-fC:/DOCUME~1/slau/LOCALS~1/Temp/magick-
yHIqm59A"C:/DOCUME~1/slau/LOCALS~1/Temp/magick-KrQzQcSa[0] PPM 1275x1650 1275x1650+0+0 8-bit Grayscale DirectClass 31.56MB 0.172u 0:00.219
C:/DOCUME~1/slau/LOCALS~1/Temp/magick-KrQzQcSa[1] PPM 1275x1650 1275x1650+0+0 8-bit Grayscale DirectClass 31.56MB 0.141u 0:00.188
C:/DOCUME~1/slau/LOCALS~1/Temp/magick-KrQzQcSa[2] PPM 1275x1650 1275x1650+0+0 8-bit Grayscale DirectClass 31.56MB 0.094u 0:00.141
C:/DOCUME~1/slau/LOCALS~1/Temp/magick-KrQzQcSa[3] PPM 1275x1650 1275x1650+0+0 8-bit Grayscale DirectClass 31.56MB 0.063u 0:00.110
C:/DOCUME~1/slau/LOCALS~1/Temp/magick-KrQzQcSa[4] PPM 1275x1650 1275x1650+0+0 8-bit Grayscale DirectClass 31.56MB 0.031u 0:00.078
test_file.pdf[0] PDF 1275x1650 1275x1650+0+0 16-bit Grayscale DirectClass 31.56MB 0.016u 0:00.014
test_file.pdf[1] PDF 1275x1650 1275x1650+0+0 16-bit Grayscale DirectClass 31.56MB 0.016u 0:00.014
test_file.pdf[2] PDF 1275x1650 1275x1650+0+0 16-bit Grayscale DirectClass 31.56MB 0.016u 0:00.014
test_file.pdf[3] PDF 1275x1650 1275x1650+0+0 16-bit Grayscale DirectClass 31.56MB 0.016u 0:00.014
test_file.pdf[4] PDF 1275x1650 1275x1650+0+0 16-bit Grayscale DirectClass 31.56MB 0.016u 0:00.030
test_file.pdf=>test_file-0.jpeg[0] PDF 1275x1650 1275x1650+0+0 16-bit Grayscale DirectClass 442KB 0.094u 0:00.235
test_file.pdf=>test_file-1.jpeg[1] PDF 1275x1650 1275x1650+0+0 16-bit Grayscale DirectClass 459KB 0.188u 0:00.343
test_file.pdf=>test_file-2.jpeg[2] PDF 1275x1650 1275x1650+0+0 16-bit Grayscale DirectClass 426KB 0.266u 0:00.421
test_file.pdf=>test_file-3.jpeg[3] PDF 1275x1650 1275x1650+0+0 16-bit Grayscale DirectClass 410KB 0.344u 0:00.515
test_file.pdf=>test_file-4.jpeg[4] PDF 1275x1650 1275x1650+0+0 16-bit Grayscale DirectClass 131KB 0.406u 0:00.563
----------
On Solaris Sun OS, the convert command uses PNG - Portable Network Graphics with device pngalpha.

-bash-3.00$ convert -verbose -density 150 -colorspace RGB test_file.pdf test_file.jpg
"gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r150x150" "-sOutputFile=/var/tmp/magick-WyEJaaXg-%08d" "-f/var/tmp/magick-oLDJaaXg" "-f/var/tmp/magick-OjCJaaXg"
/var/tmp/magick-WyEJaaXg-00000001 PNG 1275x1650 1275x1650+0+0 8-bit DirectClass 177KB 0.090u 0:00.150
/var/tmp/magick-WyEJaaXg-00000002 PNG 1275x1650 1275x1650+0+0 8-bit DirectClass 181KB 0.090u 0:00.099
/var/tmp/magick-WyEJaaXg-00000003 PNG 1275x1650 1275x1650+0+0 8-bit DirectClass 181KB 0.100u 0:00.090
/var/tmp/magick-WyEJaaXg-00000004 PNG 1275x1650 1275x1650+0+0 8-bit DirectClass 176KB 0.090u 0:00.099
/var/tmp/magick-WyEJaaXg-00000005 PNG 1275x1650 1275x1650+0+0 8-bit DirectClass 66.5KB 0.080u 0:00.080
test_file.pdf[0] PDF 1275x1650 1275x1650+0+0 16-bit DirectClass 177KB 0.370u 0:00.370
test_file.pdf[1] PDF 1275x1650 1275x1650+0+0 16-bit DirectClass 177KB 0.280u 0:00.270
test_file.pdf[2] PDF 1275x1650 1275x1650+0+0 16-bit DirectClass 177KB 0.180u 0:00.179
test_file.pdf[3] PDF 1275x1650 1275x1650+0+0 16-bit DirectClass 177KB 0.080u 0:00.080
test_file.pdf[4] PDF 1275x1650 1275x1650+0+0 16-bit DirectClass 177KB 0.000u 0:00.000
test_file.pdf=>test_file-0.jpg[0] PDF 1275x1650 1275x1650+0+0 16-bit Bilevel DirectClass 492KB 0.130u 0:00.169
test_file.pdf=>test_file-1.jpg[1] PDF 1275x1650 1275x1650+0+0 16-bit Bilevel DirectClass 524KB 0.250u 0:00.289
test_file.pdf=>test_file-2.jpg[2] PDF 1275x1650 1275x1650+0+0 16-bit Bilevel DirectClass 492KB 0.370u 0:00.410
test_file.pdf=>test_file-3.jpg[3] PDF 1275x1650 1275x1650+0+0 16-bit Bilevel DirectClass 459KB 0.490u 0:00.529
test_file.pdf=>test_file-4.jpg[4] PDF 1275x1650 1275x1650+0+0 16-bit Bilevel DirectClass 147KB 0.580u 0:00.619
----------
I tried making GhostScript using the same -sDEVICE as in Windows XP on Solaris, but it generated the below error:

-bash-3.00$ gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pnmraw -r150x150 -o test_file_%03d.jpeg test_file.pdf
GPL Ghostscript 9.01 (2011-02-07)
Copyright (C) 2010 Artifex Software, Inc. All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Error: /undefinedfilename in (test_file.pdf)
Operand stack:

Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push
Dictionary stack:
--dict:1165/1684(ro)(G)-- --dict:0/20(G)-- --dict:77/200(L)--
Current allocation mode is local
Last OS error: 2
GPL Ghostscript 9.01: Unrecoverable error, exit code 1
----------

Next, I tried making GhostScript use -sDEVICE=jpeg -dJPEGQ=95 and that worked from command line and the fonts look sharper.

-bash-3.00$ gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=jpeg -dJPEGQ=95 -r150x150 -o test_file_%03d.jpeg test_file.pdf

GPL Ghostscript 9.01 (2011-02-07)
Copyright (C) 2010 Artifex Software, Inc. All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Processing pages 1 through 5.
Page 1
Scanning /usr/local/share/ghostscript/fonts for fonts... 173 files, 41 scanned, 35 new fonts.
Substituting font Times-Bold for Times New Roman,Bold.
Loading NimbusRomNo9L-Medi font from /usr/local/share/ghostscript/fonts/n021004l.pfb... 2604440 1266666 1659520 360105 3 done.
Substituting font Times-Roman for Times New Roman.
Loading NimbusRomNo9L-Regu font from /usr/local/share/ghostscript/fonts/n021003l.pfb... 2664728 1329326 1699712 392599 3 done.
Can't find (or can't open) font file %rom%Resource/Font/ArialMT.
Can't find (or can't open) font file ArialMT.
Can't find (or can't open) font file %rom%Resource/Font/ArialMT.
Can't find (or can't open) font file ArialMT.
Querying operating system for font files...
Loading ArialMT font from /usr/openwin/lib/X11/fonts/TrueType/Arial.ttf... 2798928 1431228 2650992 1159377 3 done.
Substituting font Times-Bold for Times New Roman,BoldItalic.
Substituting font Times-Roman for Times New Roman,Italic.
Page 2
Substituting font Times-Roman for Times New Roman.
Substituting font Times-Bold for Times New Roman,Bold.
Substituting font Times-Roman for Times New Roman,Italic.
Page 3
Substituting font Times-Roman for Times New Roman,Italic.
Substituting font Times-Roman for Times New Roman.
Substituting font Times-Bold for Times New Roman,Bold.
Page 4
Substituting font Times-Roman for Times New Roman,Italic.
Substituting font Times-Roman for Times New Roman.
Substituting font Times-Bold for Times New Roman,Bold.
Page 5
Substituting font Times-Roman for Times New Roman.
Substituting font Times-Bold for Times New Roman,Bold.
----------

However, when I modified the /usr/local/lib/ImageMagick-6.6.7/config/delegates.xml and replace:

<delegate decode="ps:alpha" stealth="True" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>

with:

<delegate decode="ps:alpha" stealth="True" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=jpeg" -dJPEGQ=95 -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>

and executed the following imageMagick convert command, a deadlock error resulted:

-bash-3.00$ convert -verbose -density 150 -colorspace RGB test_file.pdf test_file.jpeg

"gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=jpeg" -dJPEGQ=95 -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r150x150" "-sOutputFile=/var/tmp/magick-6_9LaGSy-%08d" "-f/var/tmp/magick-Oe8LaGSy" "-f/var/tmp/magick-_h7LaGSy"
convert: unable to lock semaphore `Deadlock situation detected/avoided' @ fatal/semaphore.c/LockSemaphoreInfo/273.

----------

How can I get ImageMagick/GhostScript to use the proper -sDEVICE so that the fonts in the JPEG will become sharper? We have installed GhostScript font files (*.afm, *.pfb,*gsf) in the directory /usr/local/share/ghostscript/fonts. Do you think one of the problem is due to GhostScipt font search path has "/usr/openwin/lib/X11/fonts/Type1" and "/usr/openwin/lib/X11/fonts/TrueType" so GhostScript is picking up the wrong X11 fonts that cannot be displayed clearly on a web browser? I have asked IT to regenerate the GhostScript Makefile by running autconf (autogen.sh) with the option: --disable-fontconfig but IT tells me they still see the opewin X11 paths in the GhostScript font search path after rebuild. Anyone has any ideas why? Thanks.


----------
GhostScript font search path at the bottom:

-bash-3.00$ gs -h
GPL Ghostscript 9.01 (2011-02-07)
Copyright (C) 2010 Artifex Software, Inc. All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
-dNOPAUSE no pause after page | -q `quiet', fewer messages
-g<width>x<height> page size in pixels | -r<res> pixels/inch resolution
-sDEVICE=<devname> select device | -dBATCH exit after last file
-sOutputFile=<file> select output file: - for stdout, |command for pipe,
embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PostScriptLevel3 PDF
Default output device: x11
Available devices:
alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 alc9100 ap3250 appledmp
atx23 atx24 atx38 bbox bit bitcmyk bitrgb bitrgbtags bj10e bj10v bj10vh
bj200 bjc600 bjc800 bjc880j bjccmyk bjccolor bjcgray bjcmono bmp16 bmp16m
bmp256 bmp32b bmpgray bmpmono bmpsep1 bmpsep8 ccr cdeskjet cdj1600 cdj500
cdj550 cdj670 cdj850 cdj880 cdj890 cdj970 cdjcolor cdjmono cdnj500 cfax
cgm24 cgm8 cgmmono chp2200 cif cljet5 cljet5c cljet5pr coslw2p coslwxl
cp50 declj250 deskjet devicen dfaxhigh dfaxlow dj505j djet500 djet500c
dl2100 dnj650c epl2050 epl2050p epl2120 epl2500 epl2750 epl5800 epl5900
epl6100 epl6200 eplcolor eplmono eps9high eps9mid epson epsonc epswrite
escp escpage faxg3 faxg32d faxg4 fmlbp fmpr fs600 gdi hl1240 hl1250 hl7x0
hpdj1120c hpdj310 hpdj320 hpdj340 hpdj400 hpdj500 hpdj500c hpdj510
hpdj520 hpdj540 hpdj550c hpdj560c hpdj600 hpdj660c hpdj670c hpdj680c
hpdj690c hpdj850c hpdj855c hpdj870c hpdj890c hpdjplus hpdjportable ibmpro
ijs imagen imdi inferno iwhi iwlo iwlq jetp3852 jj100 jpeg jpegcmyk
jpeggray la50 la70 la75 la75plus laserjet lbp310 lbp320 lbp8 lex2050
lex3200 lex5700 lex7000 lips2p lips3 lips4 lips4v lj250 lj3100sw lj4dith
lj4dithp lj5gray lj5mono ljet2p ljet3 ljet3d ljet4 ljet4d ljet4pjl
ljetplus ln03 lp1800 lp1900 lp2000 lp2200 lp2400 lp2500 lp2563 lp3000c
lp7500 lp7700 lp7900 lp8000 lp8000c lp8100 lp8200c lp8300c lp8300f
lp8400f lp8500c lp8600 lp8600f lp8700 lp8800c lp8900 lp9000b lp9000c
lp9100 lp9200b lp9200c lp9300 lp9400 lp9500c lp9600 lp9600s lp9800c
lps4500 lps6500 lq850 lx5000 lxm3200 lxm5700m m8510 mag16 mag256 md1xMono
md2k md50Eco md50Mono md5k mgr4 mgr8 mgrgray2 mgrgray4 mgrgray8 mgrmono
miff24 mj500c mj6000c mj700v2c mj8000c ml600 necp6 npdl nullpage oce9050
oki182 oki4w okiibm oprp opvp paintjet pam pbm pbmraw pcl3 pcx16 pcx24b
pcx256 pcx2up pcxcmyk pcxgray pcxmono pdfwrite pgm pgmraw pgnm pgnmraw
photoex picty180 pj pjetxl pjxl pjxl300 pkm pkmraw pksm pksmraw plan9bm
png16 png16m png256 png48 pngalpha pnggray pngmono pnm pnmraw ppm ppmraw
pr1000 pr1000_4 pr150 pr201 ps2write psdcmyk psdrgb psgray psmono psrgb
pswrite pxlcolor pxlmono r4081 rinkj rpdl samsunggdi sgirgb sj48 spotcmyk
st800 stcolor sunhmono t4693d2 t4693d4 t4693d8 tek4696 tiff12nc tiff24nc
tiff32nc tiff48nc tiff64nc tiffcrle tiffg3 tiffg32d tiffg4 tiffgray
tifflzw tiffpack tiffscaled tiffsep tiffsep1 uniprint wtscmyk wtsimdi x11
x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8 x11gray2 x11gray4 x11mono
x11rg16x x11rg32x xcf xes
Search path:
/usr/local/share/ghostscript/fonts : %rom%Resource/Init/ : %rom%lib/ :
/usr/local/share/ghostscript/9.01/Resource/Init :
/usr/local/share/ghostscript/9.01/lib :
/usr/local/share/ghostscript/9.01/Resource/Font :
/usr/local/share/ghostscript/fonts :
/usr/local/share/fonts/default/ghostscript :
/usr/local/share/fonts/default/Type1 :
/usr/local/share/fonts/default/TrueType : /usr/lib/DPS/outline/base :
/usr/openwin/lib/X11/fonts/Type1 : /usr/openwin/lib/X11/fonts/TrueType
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Clarity problem on Solaris when converting from PDF to J

Post by fmw42 »

I am not an expert on this, but if installing manually...

Be sure your ./config file is pointing to the correct location of the ghostscript fonts. Do you have more than one set of ghostscrirpt fonts?

see
--with-gs-font-dir=....
--with-gslib=yes

at http://www.imagemagick.org/script/advan ... lation.php
zanetich
Posts: 6
Joined: 2011-07-21T13:59:03-07:00
Authentication code: 8675308

Re: Clarity problem on Solaris when converting from PDF to J

Post by zanetich »

Our IT installed a pre-compiled binary release of ImageMagick so there is no configure file in the /usr/local/lib/ImageMagick-6.6.7 directory. Here is the result from the 'identify -list configure' command. It has "--with-gslib" set to 'no' and "--with-fontpath" set to blank.

-bash-3.00$ identify -list configure

Path: /usr/local/lib/ImageMagick-6.6.7/config/configure.xml

Name Value
-------------------------------------------------------------------------------
CC gcc -std=gnu99 -std=gnu99
CFLAGS -g -O2 -Wall -D_REENTRANT -pthreads
CONFIGURE ./configure '--enable-ltdl-convenience'
COPYRIGHT Copyright (C) 1999-2011 ImageMagick Studio LLC
CPPFLAGS -I/usr/local/include/ImageMagick
CXX g++
CXXFLAGS -g -O2 -D_REENTRANT -pthreads
DEFS -DHAVE_CONFIG_H
DELEGATES bzlib dps fontconfig freetype jpeg jng png tiff x11 xml zlib
DISTCHECK_CONFIG_FLAGS --disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-gslib=no --with-fontpath= --with-perl=no
EXEC-PREFIX /usr/local
FEATURES
HOST i386-pc-solaris2.10
LDFLAGS -L/usr/local/lib -Wl,-zlazyload -L/usr/openwin/lib -R/usr/openwin/lib
LIB_VERSION 0x667
LIB_VERSION_NUMBER 6,6,7,10
LIBS -lMagickCore -ltiff -lfreetype -ljpeg -lpng -lfontconfig -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lsocket -lnsl -lbz2 -lxml2 -lz -lm -lpthread
NAME ImageMagick
PCFLAGS
PREFIX /usr/local
QuantumDepth 16
RELEASE_DATE 2011-04-22
VERSION 6.6.7
WEBSITE http://www.imagemagick.org

-------------------------------------------------------------------------------
When ImageMagick uses GhostScript as the delegate, should it just use the default GhostScript font search path that one would see when executing "gs" from the command line? If so, then this is the font search path.

-bash-3.00$ gs -h
GPL Ghostscript 9.01 (2011-02-07)

Search path:
/usr/local/share/ghostscript/fonts : %rom%Resource/Init/ : %rom%lib/ :
/usr/local/share/ghostscript/9.01/Resource/Init :
/usr/local/share/ghostscript/9.01/lib :
/usr/local/share/ghostscript/9.01/Resource/Font :
/usr/local/share/ghostscript/fonts : <------ GhostScript fonts stored here only
/usr/local/share/fonts/default/ghostscript :
/usr/local/share/fonts/default/Type1 :
/usr/local/share/fonts/default/TrueType : /usr/lib/DPS/outline/base :
/usr/openwin/lib/X11/fonts/Type1 : /usr/openwin/lib/X11/fonts/TrueType <----------- convert is also picking up fonts from these directories

Example output from 'gs' command:
Loading NimbusRomNo9L-Regu font from /usr/local/share/ghostscript/fonts/n021003l.pfb... 2664728 1329326 1699712 392599 3 done.
Loading ArialMT font from /usr/openwin/lib/X11/fonts/TrueType/Arial.ttf... 2798928 1431228 2650992 1159377 3 done.

-------------------------------------------------------------------------------
We only installed one set of GhostScript fonts in this directory:

-bash-3.00$ ls /usr/local/share/ghostscript/fonts

COPYING bchri.afm hrgrro.gsf n019023l.pfm n022023l.pfb
ChangeLog bchri.pfa hritr.pfa n019024l.afm n022023l.pfm
README c059013l.afm hritrb.gsf n019024l.pfb n022024l.afm
README.tweaks c059013l.pfb hritro.gsf n019024l.pfm n022024l.pfb
TODO c059013l.pfm hrpld.pfa n019043l.afm n022024l.pfm
a010013l.afm c059016l.afm hrpldb.gsf n019043l.pfb p052003l.afm
a010013l.pfb c059016l.pfb hrpldbi.gsf n019043l.pfm p052003l.pfb
a010013l.pfm c059016l.pfm hrpldi.pfa n019044l.afm p052003l.pfm
a010015l.afm c059033l.afm hrplr.gsf n019044l.pfb p052004l.afm
a010015l.pfb c059033l.pfb hrplrb.gsf n019044l.pfm p052004l.pfb
a010015l.pfm c059033l.pfm hrplrbo.gsf n019063l.afm p052004l.pfm
a010033l.afm c059036l.afm hrplro.gsf n019063l.pfb p052023l.afm
a010033l.pfb c059036l.pfb hrpls.gsf n019063l.pfm p052023l.pfb
a010033l.pfm c059036l.pfm hrplsb.gsf n019064l.afm p052023l.pfm
a010035l.afm d050000l.afm hrplsbo.gsf n019064l.pfb p052024l.afm
a010035l.pfb d050000l.pfb hrplso.gsf n019064l.pfm p052024l.pfb
a010035l.pfm d050000l.pfm hrplt.pfa n021003l.afm p052024l.pfm
b018012l.afm fcyr.afm hrpltb.gsf n021003l.pfb putb.pfa
b018012l.pfb fcyr.gsf hrpltbi.gsf n021003l.pfm putbi.pfa
b018012l.pfm fcyri.afm hrplti.pfa n021004l.afm putr.pfa
b018015l.afm fcyri.gsf hrscc.pfa n021004l.pfb putri.pfa
b018015l.pfb fhirw.gsf hrsccb.gsf n021004l.pfm s050000l.afm
b018015l.pfm fhirw.pfm hrscco.gsf n021023l.afm s050000l.pfb
b018032l.afm fkarw.gsf hrscs.pfa n021023l.pfb s050000l.pfm
b018032l.pfb fkarw.pfm hrscsb.gsf n021023l.pfm u003043t.afm
b018032l.pfm fonts.dir hrscso.gsf n021024l.afm u003043t.gsf
b018035l.afm fonts.scale hrsyr.gsf n021024l.pfb u003043t.pfm
b018035l.pfb hrger.pfa n019003l.afm n021024l.pfm u004006t.afm
b018035l.pfm hrgerb.gsf n019003l.pfb n022003l.afm u004006t.gsf
bchb.afm hrgerd.gsf n019003l.pfm n022003l.pfb u004006t.pfm
bchb.pfa hrgero.gsf n019004l.afm n022003l.pfm z003034l.afm
bchbi.afm hrgkc.gsf n019004l.pfb n022004l.afm z003034l.pfb
bchbi.pfa hrgks.gsf n019004l.pfm n022004l.pfb z003034l.pfm
bchr.afm hrgrr.pfa n019023l.afm n022004l.pfm
bchr.pfa hrgrrb.gsf n019023l.pfb n022023l.afm
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Clarity problem on Solaris when converting from PDF to J

Post by fmw42 »

Sorry, as I said, I am not an expert on this. I install manually and set those arguments in my ./config file. Sounds to me like IM either cannot find ghostscript or the right ghostscript files.

Perhaps Anthony can shed more light on this than I.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Clarity problem on Solaris when converting from PDF to J

Post by anthony »

After installing ghostscript. you will need to let IM know about it in its "delegates.xml" configuration file.
Also you may like to update the type-ghostscript.xml fonts file.

Imagemagick should do this configuration automatically if it is re-installed from sources after ghostscript is installed.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
zanetich
Posts: 6
Joined: 2011-07-21T13:59:03-07:00
Authentication code: 8675308

Re: Clarity problem on Solaris when converting from PDF to J

Post by zanetich »

ImageMagick is using the delegates.xml file because the delegates.xml file was modified to use a different -sDEVICE and afterwards, executing the "convert" with -verbose show that "gs" is using the new -sDEVICE. The "convert –list font" command lists a lot of fonts.
zanetich
Posts: 6
Joined: 2011-07-21T13:59:03-07:00
Authentication code: 8675308

Re: Clarity problem on Solaris when converting from PDF to J

Post by zanetich »

The result from the "convert -list font" command on Solaris:


Path: /usr/local/lib/ImageMagick-6.6.7/config/type-ghostscript.xml
Font: AvantGarde-Book
family: AvantGarde
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/local/share/ghostscript/fonts/a010013l.pfb
Font: AvantGarde-BookOblique
family: AvantGarde
style: Oblique
stretch: Normal
weight: 400
glyphs: /usr/local/share/ghostscript/fonts/a010033l.pfb
Font: AvantGarde-Demi
family: AvantGarde
style: Normal
stretch: Normal
weight: 600
glyphs: /usr/local/share/ghostscript/fonts/a010015l.pfb
Font: AvantGarde-DemiOblique
family: AvantGarde
style: Oblique
stretch: Normal
weight: 600
glyphs: /usr/local/share/ghostscript/fonts/a010035l.pfb
Font: Bookman-Demi
family: Bookman
style: Normal
stretch: Normal
weight: 600
glyphs: /usr/local/share/ghostscript/fonts/b018015l.pfb
Font: Bookman-DemiItalic
family: Bookman
style: Italic
stretch: Normal
weight: 600
glyphs: /usr/local/share/ghostscript/fonts/b018035l.pfb
Font: Bookman-Light
family: Bookman
style: Normal
stretch: Normal
weight: 300
glyphs: /usr/local/share/ghostscript/fonts/b018012l.pfb
Font: Bookman-LightItalic
family: Bookman
style: Italic
stretch: Normal
weight: 300
glyphs: /usr/local/share/ghostscript/fonts/b018032l.pfb
Font: Courier
family: Courier
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/local/share/ghostscript/fonts/n022003l.pfb
Font: Courier-BoldOblique
family: Courier
style: Oblique
stretch: Normal
weight: 700
glyphs: /usr/local/share/ghostscript/fonts/n022024l.pfb
Font: fixed
family: Helvetica
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/local/share/ghostscript/fonts/n019003l.pfb
Font: Helvetica
family: Helvetica
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/local/share/ghostscript/fonts/n019003l.pfb
Font: Helvetica-BoldOblique
family: Helvetica
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/local/share/ghostscript/fonts/n019024l.pfb
Font: Helvetica-Narrow
family: Helvetica Narrow
style: Normal
stretch: Condensed
weight: 400
glyphs: /usr/local/share/ghostscript/fonts/n019043l.pfb
Font: Helvetica-Narrow-Bold
family: Helvetica Narrow
style: Normal
stretch: Condensed
weight: 700
glyphs: /usr/local/share/ghostscript/fonts/n019044l.pfb
Font: Helvetica-Narrow-BoldOblique
family: Helvetica Narrow
style: Oblique
stretch: Condensed
weight: 700
glyphs: /usr/local/share/ghostscript/fonts/n019064l.pfb
Font: Helvetica-Narrow-Oblique
family: Helvetica Narrow
style: Oblique
stretch: Condensed
weight: 400
glyphs: /usr/local/share/ghostscript/fonts/n019063l.pfb
Font: NewCenturySchlbk-Bold
family: NewCenturySchlbk
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/local/share/ghostscript/fonts/c059016l.pfb
Font: NewCenturySchlbk-BoldItalic
family: NewCenturySchlbk
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/local/share/ghostscript/fonts/c059036l.pfb
Font: NewCenturySchlbk-Italic
family: NewCenturySchlbk
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/local/share/ghostscript/fonts/c059033l.pfb
Font: NewCenturySchlbk-Roman
family: NewCenturySchlbk
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/local/share/ghostscript/fonts/c059013l.pfb
Font: Palatino-BoldItalic
family: Palatino
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/local/share/ghostscript/fonts/p052024l.pfb
Font: Palatino-Roman
family: Palatino
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/local/share/ghostscript/fonts/p052003l.pfb
Font: Symbol
family: Symbol
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/local/share/ghostscript/fonts/s050000l.pfb
Font: Times-BoldItalic
family: Times
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/local/share/ghostscript/fonts/n021024l.pfb

Path: System Fonts
Font: Akhbar-MT-Bold
family: Akhbar MT
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//AKHBARBD.ttf
Font: Akhbar-MT-Regular
family: Akhbar MT
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//AKHBARMT.ttf
Font: AngsanaUPC-Bold
family: AngsanaUPC
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//angsab.ttf
Font: AngsanaUPC-Bold-Italic
family: AngsanaUPC
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//angsaz.ttf
Font: AngsanaUPC-Italic
family: AngsanaUPC
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//angsai.ttf
Font: AngsanaUPC-Regular
family: AngsanaUPC
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//angsa.ttf
Font: Arial-Bold
family: Arial
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TTbitmaps/Arial-Bold14.pcf.Z
Font: Arial-Bold-Italic
family: Arial
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/TrueType//ArialBoldItalic.ttf
Font: Arial-Hebrew-Bold
family: Arial Hebrew
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/TrueType//arialb_h.ttf
Font: Arial-Hebrew-Bold-Italic
family: Arial Hebrew
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/TrueType//arialbih.ttf
Font: Arial-Hebrew-Italic
family: Arial Hebrew
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/TrueType//ariali_h.ttf
Font: Arial-Hebrew-Regular
family: Arial Hebrew
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/TrueType//arial__h.ttf
Font: Arial-Italic
family: Arial
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/TTbitmaps/Arial-Italic10.pcf.Z
Font: Arial-Narrow-MT-Bold
family: Arial Narrow MT
style: Normal
stretch: Condensed
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/ArialNarrow-Bold.ttf
Font: Arial-Narrow-MT-Bold-Italic
family: Arial Narrow MT
style: Italic
stretch: Condensed
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/ArialNarrow-BoldItalic.ttf
Font: Arial-Narrow-MT-Italic
family: Arial Narrow MT
style: Italic
stretch: Condensed
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/ArialNarrow-Italic.ttf
Font: Arial-Narrow-MT-Regular
family: Arial Narrow MT
style: Normal
stretch: Condensed
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/ArialNarrow.ttf
Font: Arial-Regular
family: Arial
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_15/X11/fonts/TrueType//ArialRegular.ttf
Font: Baekmuk-Batang-Regular
family: Baekmuk Batang
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/batang.ttf
Font: Baekmuk-Dotum-Regular
family: Baekmuk Dotum
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/dotum.ttf
Font: Baekmuk-Gulim-Regular
family: Baekmuk Gulim
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/gulim.ttf
Font: Baekmuk-Headline-Regular
family: Baekmuk Headline
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/hline.ttf
Font: Bembo-Bold
family: Bembo
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/BmbB6.pcf.Z
Font: Bembo-Bold-Italic
family: Bembo
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TTbitmaps/Bembo-BoldItalic10.pcf.Z
Font: Bembo-Italic
family: Bembo
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/BmbI12.pcf.Z
Font: Bembo-MT-Bold
family: Bembo MT
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/Bembo-Bold.ttf
Font: Bembo-MT-Bold-Italic
family: Bembo MT
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/Bembo-BoldItalic.ttf
Font: Bembo-MT-Italic
family: Bembo MT
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/Bembo-Italic.ttf
Font: Bembo-MT-Regular
family: Bembo MT
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/Bembo.ttf
Font: Bembo-Regular
family: Bembo
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TTbitmaps/Bembo10.pcf.Z
Font: Bitstream-Vera-Sans-Bold
family: Bitstream Vera Sans
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/VeraBd.ttf
Font: Bitstream-Vera-Sans-Bold-Oblique
family: Bitstream Vera Sans
style: Oblique
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/VeraBI.ttf
Font: Bitstream-Vera-Sans-Mono-Bold
family: Bitstream Vera Sans Mono
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/VeraMoBd.ttf
Font: Bitstream-Vera-Sans-Mono-Bold-Oblique
family: Bitstream Vera Sans Mono
style: Oblique
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/VeraMoBI.ttf
Font: Bitstream-Vera-Sans-Mono-Oblique
family: Bitstream Vera Sans Mono
style: Oblique
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/VeraMoIt.ttf
Font: Bitstream-Vera-Sans-Mono-Roman
family: Bitstream Vera Sans Mono
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/VeraMono.ttf
Font: Bitstream-Vera-Sans-Oblique
family: Bitstream Vera Sans
style: Oblique
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/VeraIt.ttf
Font: Bitstream-Vera-Sans-Roman
family: Bitstream Vera Sans
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/Vera.ttf
Font: Bitstream-Vera-Serif-Bold
family: Bitstream Vera Serif
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/VeraSeBd.ttf
Font: Bitstream-Vera-Serif-Roman
family: Bitstream Vera Serif
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/VeraSe.ttf
Font: Book-Antiqua-Bold
family: Book Antiqua
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/BookAntiqua-Bold.ttf
Font: Book-Antiqua-Bold-Italic
family: Book Antiqua
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/BookAntiqua-BoldItalic.ttf
Font: Book-Antiqua-Cyr-Bold
family: Book Antiqua Cyr
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//AntiqueBoldCyr.pfb
Font: Book-Antiqua-Cyr-Bold-Inclined
family: Book Antiqua
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//AntiqueBoldItalicCyr.pfb
Font: Book-Antiqua-Cyr-Inclined
family: Book Antiqua Cyr
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//AntiqueItalicCyr.pfb
Font: Book-Antiqua-Cyr-Regular
family: Book Antiqua Cyr
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//AntiqueCyr.pfb
Font: Book-Antiqua-Italic
family: Book Antiqua
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/BookAntiqua-Italic.ttf
Font: Book-Antiqua-Regular
family: Book Antiqua
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/BookAntiqua.ttf
Font: BookAntiqua-CE
family: BookAntiqua
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//AntiqueCE.pfb
Font: BookAntiqua-CE-Bold
family: BookAntiqua
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//AntiqueBoldCE.pfb
Font: BookAntiqua-CE-Bold-Italic
family: BookAntiqua
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//AntiqueBoldItalicCE.pfb
Font: BookAntiqua-CE-Italic
family: BookAntiqua
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//AntiqueItalicCE.pfb
Font: BookAntiqua-Tur
family: BookAntiqua
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//BookmanTu.pfb
Font: BookAntiqua-Tur-Bold
family: BookAntiqua
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//BookmanBoldTu.pfb
Font: BookAntiqua-Tur-Bold-Italic
family: BookAntiqua
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//BookmanBoldItalicTu.pfb
Font: BookAntiqua-Tur-Italic
family: BookAntiqua
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//BookmanItalicTu.pfb
Font: Bookman-Old-Style-Bold
family: Bookman Old Style
style: Normal
stretch: Normal
weight: 600
glyphs: /usr/openwin/lib/X11/fonts/TrueType/BookmanOldStyle-Bold.ttf
Font: Bookman-Old-Style-Bold-Italic
family: Bookman Old Style
style: Italic
stretch: Normal
weight: 600
glyphs: /usr/openwin/lib/X11/fonts/TrueType/BookmanOldStyle-BoldItalic.ttf
Font: Bookman-Old-Style-CE
family: Bookman Old Style
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//BookmanCE.pfb
Font: Bookman-Old-Style-CE-Bold
family: Bookman Old Style
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//BookmanBoldCE.pfb
Font: Bookman-Old-Style-CE-Bold-Italic
family: Bookman Old Style
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//BookmanBoldItalicCE.pfb
Font: Bookman-Old-Style-CE-Italic
family: Bookman Old Style
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//BookmanItalicCE.pfb
Font: Bookman-Old-Style-Cyr-Bold-Inclined
family: Bookman Old Style Cyr
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//BookmanBoldItalicCyr.pfb
Font: Bookman-Old-Style-Cyr-Inclined
family: Bookman Old Style Cyr
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//BookmanItalicCyr.pfb
Font: Bookman-Old-Style-Cyr-Regular
family: Bookman Old Style Cyr
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//BookmanCyr.pfb
Font: Bookman-Old-Style-Italic
family: Bookman Old Style
style: Italic
stretch: Normal
weight: 300
glyphs: /usr/openwin/lib/X11/fonts/TrueType/BookmanOldStyle-Italic.ttf
Font: Bookman-Old-Style-Regular
family: Bookman Old Style
style: Normal
stretch: Normal
weight: 300
glyphs: /usr/openwin/lib/X11/fonts/TrueType/BookmanOldStyle.ttf
Font: BrowalliaUPC-Bold
family: BrowalliaUPC
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//browab.ttf
Font: BrowalliaUPC-Bold-Italic
family: BrowalliaUPC
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//browaz.ttf
Font: BrowalliaUPC-Italic
family: BrowalliaUPC
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//browai.ttf
Font: BrowalliaUPC-Regular
family: BrowalliaUPC
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//browa.ttf
Font: Century-Gothic-Bold
family: Century Gothic
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TTbitmaps/CenturyGothic-Bold14.pcf.Z
Font: Century-Gothic-Bold-Italic
family: Century Gothic
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TTbitmaps/CenturyGothic-BoldItalic18.pcf.Z
Font: Century-Gothic-CE
family: Century Gothic
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//GothicCE.pfb
Font: Century-Gothic-CE-Bold
family: Century Gothic
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//GothicBoldCE.pfb
Font: Century-Gothic-CE-Bold-Italic
family: Century Gothic
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//GothicBoldItalicCE.pfb
Font: Century-Gothic-CE-Italic
family: Century Gothic
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//GothicItalicCE.pfb
Font: Century-Gothic-Cyr-Bold
family: Century Gothic Cyr
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//GothicBoldCyr.pfb
Font: Century-Gothic-Cyr-Bold-Inclined
family: Century Gothic Cyr
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//GothicBoldItalicCyr.pfb
Font: Century-Gothic-Cyr-Inclined
family: Century Gothic Cyr
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//GothicItalicCyr.pfb
Font: Century-Gothic-Cyr-Regular
family: Century Gothic Cyr
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//GothicCyr.pfb
Font: Century-Gothic-Italic
family: Century Gothic
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/TTbitmaps/CenturyGothic-Italic14.pcf.Z
Font: Century-Gothic-Regular
family: Century Gothic
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TTbitmaps/CenturyGothic12.pcf.Z
Font: Century-Schoolbook-CE
family: Century Schoolbook
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//SchoolCE.pfb
Font: Century-Schoolbook-CE-Bold
family: Century Schoolbook
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//SchoolBoldCE.pfb
Font: Century-Schoolbook-CE-Bold-Ita
family: Century Schoolbook
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//SchoolBoldItalicCE.pfb
Font: Century-Schoolbook-CE-Italic
family: Century Schoolbook
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//SchoolItalicCE.pfb
Font: Century-Schoolbook-Cyr-Bold
family: Century Schoolbook Cyr
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//SchoolBoldCyr.pfb
Font: Century-Schoolbook-Cyr-Bold-Inclined
family: Century Schoolbook Cyr
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//SchoolBoldItalicCyr.pfb
Font: Century-Schoolbook-Cyr-Inclined
family: Century Schoolbook Cyr
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//SchoolItalicCyr.pfb
Font: Century-Schoolbook-Cyr-Regular
family: Century Schoolbook Cyr
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//SchoolCyr.pfb
Font: Century-Schoolbook-Regular
family: Century Schoolbook
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//SchoolBoldTu.pfb
Font: Century-Schoolbook-Tur-Bold-Italic
family: Century Schoolbook
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//SchoolBoldItalicTu.pfb
Font: Century-Schoolbook-Tur-Italic
family: Century Schoolbook
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//SchoolItalicTu.pfb
Font: Charter-Bold
family: Charter
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/100dpi/charB12.pcf.Z
Font: Charter-Bold-Italic
family: Charter
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/100dpi/charBI18.pcf.Z
Font: Charter-Italic
family: Charter
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/75dpi/charI08.pcf.Z
Font: Charter-Regular
family: Charter
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/100dpi/charR12.pcf.Z
Font: CordiaUPC-Bold
family: CordiaUPC
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//cordiab.ttf
Font: CordiaUPC-Bold-Italic
family: CordiaUPC
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//cordiaz.ttf
Font: CordiaUPC-Italic
family: CordiaUPC
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//cordiai.ttf
Font: CordiaUPC-Regular
family: CordiaUPC
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//cordia.ttf
Font: Corsiva-Regular
family: Corsiva
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//CorsivaCyr.pfb
Font: Courier-Bold
family: Courier
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/100dpi/courB12.pcf.Z
Font: Courier-Bold-Oblique
family: Courier
style: Oblique
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/100dpi/courBO18.pcf.Z
Font: Courier-New-Bold
family: Courier New
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/ru.ansi-1251/X11/fonts/TrueType//CourierBold.ttf
Font: Courier-New-Bold-Italic
family: Courier New
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_13/X11/fonts/TrueType//CourierBoldItalic.ttf
Font: Courier-New-Hebrew-Bold
family: Courier New Hebrew
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/TrueType//courb__h.ttf
Font: Courier-New-Hebrew-Bold-Italic
family: Courier New Hebrew
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/TrueType//courbi_h.ttf
Font: Courier-New-Hebrew-Italic
family: Courier New Hebrew
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/TrueType//couri__h.ttf
Font: Courier-New-Hebrew-Regular
family: Courier New Hebrew
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/TrueType//cour___h.ttf
Font: Courier-New-Italic
family: Courier New
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/TrueType//CourierItalic.ttf
Font: Courier-New-Regular
family: Courier New
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_13/X11/fonts/TrueType//CourierRegular.ttf
Font: Courier-Oblique
family: Courier
style: Oblique
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/75dpi/courO18.pcf.Z
Font: Courier-Regular
family: Courier
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/75dpi/courR14.pcf.Z
Font: Fixed-Bold
family: Fixed
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/misc/9x15B.pcf.Z
Font: Fixed-Bold-SemiCondensed
family: Fixed
style: Normal
stretch: SemiCondensed
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/misc/6x13B.pcf.Z
Font: Fixed-Regular
family: Fixed
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/misc/7x14.pcf.Z
Font: Fixed-SemiCondensed
family: Fixed
style: Normal
stretch: SemiCondensed
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/misc/6x13.pcf.Z
Font: FreeMono-Bold
family: FreeMono
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/FreeMonoBold.ttf
Font: FreeMono-BoldOblique
family: FreeMono
style: Oblique
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/FreeMonoBoldOblique.ttf
Font: FreeMono-Medium
family: FreeMono
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/FreeMono.ttf
Font: FreeMono-Oblique
family: FreeMono
style: Oblique
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/FreeMonoOblique.ttf
Font: FreeSans-Bold
family: FreeSans
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/FreeSansBold.ttf
Font: FreeSans-BoldOblique
family: FreeSans
style: Oblique
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/FreeSansBoldOblique.ttf
Font: FreeSans-Medium
family: FreeSans
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/FreeSans.ttf
Font: FreeSans-Oblique
family: FreeSans
style: Oblique
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/FreeSansOblique.ttf
Font: FreeSerif-Bold
family: FreeSerif
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/FreeSerifBold.ttf
Font: FreeSerif-BoldItalic
family: FreeSerif
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/FreeSerifBoldItalic.ttf
Font: FreeSerif-Italic
family: FreeSerif
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/FreeSerifItalic.ttf
Font: FreeSerif-Medium
family: FreeSerif
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/FreeSerif.ttf
Font: Gallant-Regular
family: Gallant
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/misc/Gallant19.pcf.Z
Font: Gill-Sans-Bold
family: Gill Sans
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/GilSB14.pcf.Z
Font: Gill-Sans-Bold-Italic
family: Gill Sans
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/GilSBI12.pcf.Z
Font: Gill-Sans-CE-Bold
family: Gill Sans CE
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//GillsSansBoldCE.pfb
Font: Gill-Sans-CE-Bold-Italic
family: Gill Sans CE
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//GillsSansBoldItalicCE.pfb
Font: Gill-Sans-CE-Italic
family: Gill Sans CE
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//GillsSansItalicCE.pfb
Font: Gill-Sans-CE-Regular
family: Gill Sans CE
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//GillsSansCE.pfb
Font: Gill-Sans-Cyr-MT-Bold
family: Gill Sans Cyr MT
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//GillsSansBoldCyr.pfb
Font: Gill-Sans-Cyr-MT-Bold-Inclined
family: Gill Sans Cyr MT
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//GillsSansBoldItalicCyr.pfb
Font: Gill-Sans-Cyr-MT-Inclined
family: Gill Sans Cyr MT
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//GillsSansItalicCyr.pfb
Font: Gill-Sans-Cyr-MT-Regular
family: Gill Sans Cyr MT
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//GillsSansCyr.pfb
Font: Gill-Sans-Greek-Bold
family: Gill Sans Greek
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_7/X11/fonts/Type1//GillSansGre-Bold.pfb
Font: Gill-Sans-Greek-Bold-Inclined
family: Gill Sans Greek
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_7/X11/fonts/Type1//GillSansGre-BoldIncl.pfb
Font: Gill-Sans-Greek-Inclined
family: Gill Sans Greek
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_7/X11/fonts/Type1//GillSansGre-Inclined.pfb
Font: Gill-Sans-Greek-Regular
family: Gill Sans Greek
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_7/X11/fonts/Type1//GillSansGre.pfb
Font: Gill-Sans-Italic
family: Gill Sans
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/GilSI10.pcf.Z
Font: Gill-Sans-MT-Bold
family: Gill Sans MT
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/GillSans-Bold.ttf
Font: Gill-Sans-MT-Bold-Italic
family: Gill Sans MT
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/GillSans-BoldItalic.ttf
Font: Gill-Sans-MT-Italic
family: Gill Sans MT
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/GillSans-Italic.ttf
Font: Gill-Sans-MT-Regular
family: Gill Sans MT
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/GillSans.ttf
Font: Gill-Sans-Regular
family: Gill Sans
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/GilS10.pcf.Z
Font: Gill-Sans-Sans
family: Gill Sans
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/GilS6.pcf.Z
Font: Gill-Sans-Sans-Bold
family: Gill Sans
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/GilSB8.pcf.Z
Font: Gill-Sans-Sans-Bold-Italic
family: Gill Sans
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/GilSBI6.pcf.Z
Font: Gill-Sans-Sans-Italic
family: Gill Sans
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/GilSI8.pcf.Z
Font: Helvetica-Bold
family: Helvetica
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/75dpi/helvB18.pcf.Z
Font: Helvetica-Bold-Oblique
family: Helvetica
style: Oblique
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/75dpi/helvBO10.pcf.Z
Font: Helvetica-Oblique
family: Helvetica
style: Oblique
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/100dpi/helvO12.pcf.Z
Font: Helvetica-Regular
family: Helvetica
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/75dpi/helvR14.pcf.Z
Font: Helvetica-Sans
family: Helvetica
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/Helvetica12.pcf.Z
Font: Helvetica-Sans-Bold
family: Helvetica
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/Helvetica-Narrow-Bold10.pcf.Z
Font: Helvetica-Sans-Bold-Oblique
family: Helvetica
style: Oblique
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/Helvetica-BoldOblique10.pcf.Z
Font: Helvetica-Sans-Oblique
family: Helvetica
style: Oblique
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/Helvetica-Oblique6.pcf.Z
Font: ITC-Avant-Garde-Sans
family: ITC Avant Garde
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/AvantGarde-Book14.pcf.Z
Font: ITC-Avant-Garde-Sans-Oblique
family: ITC Avant Garde
style: Oblique
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/AvantGarde-BookOblique8.pcf.Z
Font: ITC-Bookman-Italic
family: ITC Bookman
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/Bookman-DemiItalic6.pcf.Z
Font: ITC-Bookman-Regular
family: ITC Bookman
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/Bookman-Light14.pcf.Z
Font: KacstArt-KacstArt
family: KacstArt
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//KacstArt.ttf
Font: KacstBook-KacstBook
family: KacstBook
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//KacstBook.ttf
Font: KacstDecorative-KacstDecorative
family: KacstDecorative
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//KacstDecorative.ttf
Font: KacstDigital-KacstDigital
family: KacstDigital
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//KacstDigital.ttf
Font: KacstFarsi-KacstFarsi
family: KacstFarsi
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//KacstFarsi.ttf
Font: KacstOne-KacstOne
family: KacstOne
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//KacstOne.ttf
Font: KacstOneFixed-Regular
family: KacstOneFixed
style: Normal
stretch: Normal
weight: 100
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//KacstOneFixed.ttf
Font: KacstPoster-KacstPoster
family: KacstPoster
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//KacstPoster.ttf
Font: KacstQurn-KacstQurn
family: KacstQurn
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//KacstQurn.ttf
Font: KacstTitle-KacstTitle
family: KacstTitle
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//KacstTitle.ttf
Font: Liberation-Mono-Bold
family: Liberation Mono
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LiberationMono-Bold.ttf
Font: Liberation-Mono-Bold-Italic
family: Liberation Mono
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LiberationMono-BoldItalic.ttf
Font: Liberation-Mono-Italic
family: Liberation Mono
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LiberationMono-Italic.ttf
Font: Liberation-Mono-Regular
family: Liberation Mono
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LiberationMono-Regular.ttf
Font: Liberation-Sans-Bold
family: Liberation Sans
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LiberationSans-Bold.ttf
Font: Liberation-Sans-Bold-Italic
family: Liberation Sans
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LiberationSans-BoldItalic.ttf
Font: Liberation-Sans-Italic
family: Liberation Sans
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LiberationSans-Italic.ttf
Font: Liberation-Sans-Regular
family: Liberation Sans
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LiberationSans-Regular.ttf
Font: Liberation-Serif-Bold
family: Liberation Serif
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LiberationSerif-Bold.ttf
Font: Liberation-Serif-Bold-Italic
family: Liberation Serif
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LiberationSerif-BoldItalic.ttf
Font: Liberation-Serif-Italic
family: Liberation Serif
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LiberationSerif-Italic.ttf
Font: Liberation-Serif-Regular
family: Liberation Serif
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LiberationSerif-Regular.ttf
Font: Lucida-Bright-Demibold
family: Lucida Bright
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/ru.ansi-1251/X11/fonts/TrueType//LucidaBrightDemiBold.ttf
Font: Lucida-Bright-Demibold-Italic
family: Lucida Bright
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/ru.ansi-1251/X11/fonts/TrueType//LucidaBrightDemiItalic.ttf
Font: Lucida-Bright-Italic
family: Lucida Bright
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/LucidaBright-DemiItalic14.pcf.Z
Font: Lucida-Bright-Regular
family: Lucida Bright
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/KOI8-R/X11/fonts/TrueType//LucidaBrightRegular.ttf
Font: Lucida-Sans
family: Lucida
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/100dpi/luRS12.pcf.Z
Font: Lucida-Sans-Bold
family: Lucida
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/100dpi/luBS10.pcf.Z
Font: Lucida-Sans-Bold-Italic
family: Lucida
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/75dpi/luBIS14.pcf.Z
Font: Lucida-Sans-Demibold
family: Lucida Sans
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LucidaSansDemiBold.ttf
Font: Lucida-Sans-Demibold-Oblique
family: Lucida Sans
style: Oblique
stretch: Normal
weight: 100
glyphs: /usr/openwin/lib/locale/KOI8-R/X11/fonts/TrueType//LucidaSansDemiOblique.ttf
Font: Lucida-Sans-Italic
family: Lucida
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/100dpi/luIS19.pcf.Z
Font: Lucida-Sans-Oblique
family: Lucida Sans
style: Oblique
stretch: Normal
weight: 100
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/TrueType//LucidaSansOblique.ttf
Font: Lucida-Sans-Regular
family: Lucida Sans
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_7/X11/fonts/TrueType//LucidaSansRegular.ttf
Font: Lucida-Sans-Sans
family: Lucida Sans
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/LucidaSans8.pcf.Z
Font: Lucida-Sans-Sans-Bold
family: Lucida Sans
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/LucidaSans-Bold18.pcf.Z
Font: Lucida-Sans-Sans-Bold-Italic
family: Lucida Sans
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/LucidaSans-BoldItalic10.pcf.Z
Font: Lucida-Sans-Sans-Italic
family: Lucida Sans
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/LucidaSans-Italic6.pcf.Z
Font: Lucida-Sans-Thai-Typewriter-Bold
family: Lucida Sans Thai Typewriter
style: Normal
stretch: SemiCondensed
weight: 400
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//lucidab.ttf
Font: Lucida-Sans-Thai-Typewriter-Bold-Oblique
family: Lucida Sans Thai Typewriter
style: Oblique
stretch: SemiCondensed
weight: 400
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//lucidaz.ttf
Font: Lucida-Sans-Thai-Typewriter-Oblique
family: Lucida Sans Thai Typewriter
style: Oblique
stretch: SemiCondensed
weight: 400
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//lucidai.ttf
Font: Lucida-Sans-Thai-Typewriter-Regular
family: Lucida Sans Thai Typewriter
style: Normal
stretch: SemiCondensed
weight: 400
glyphs: /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType//lucida.ttf
Font: Lucida-Sans-Typewriter-Bold
family: Lucida Sans Typewriter
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/LucidaTypewriterBold.ttf
Font: Lucida-Sans-Typewriter-Bold-Oblique
family: Lucida Sans Typewriter
style: Oblique
stretch: SemiCondensed
weight: 100
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/TrueType//LucidaTypewriterBoldOblique.ttf
Font: Lucida-Sans-Typewriter-Oblique
family: Lucida Sans Typewriter
style: Oblique
stretch: SemiCondensed
weight: 100
glyphs: /usr/openwin/lib/locale/iso_8859_7/X11/fonts/TrueType//LucidaTypewriterOblique.ttf
Font: Lucida-Sans-Typewriter-Regular
family: Lucida Sans Typewriter
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/KOI8-R/X11/fonts/TrueType//LucidaTypewriterRegular.ttf
Font: Lucida-Sans-Typewriter-Sans
family: Lucida Sans Typewriter
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/LucidaSans-Typewriter24.pcf.Z
Font: Lucida-Sans-Typewriter-Sans-Bold
family: Lucida Sans Typewriter
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/LucidaSans-TypewriterBold8.pcf.Z
Font: LucidaBright-Demi
family: LucidaBright
style: Normal
stretch: Normal
weight: 600
glyphs: /usr/openwin/lib/X11/fonts/Type1/sun/LucidaBright-Demi.pfa
Font: LucidaBright-Demi-Italic
family: LucidaBright
style: Italic
stretch: Normal
weight: 600
glyphs: /usr/openwin/lib/X11/fonts/Type1/sun/LucidaBright-DemiItalic.pfa
Font: LucidaBright-Italic
family: LucidaBright
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/100dpi/lubI10.pcf.Z
Font: LucidaBright-Regular
family: LucidaBright
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/75dpi/lubR18.pcf.Z
Font: LucidaBrightLat2-Demi
family: LucidaBrightLat2
style: Normal
stretch: Normal
weight: 600
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//LucidaBrightCE-Demi.pfb
Font: LucidaBrightLat2-Demi-Italic
family: LucidaBrightLat2
style: Italic
stretch: Normal
weight: 600
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//LucidaBrightCE-DemiItalic.pfb
Font: LucidaBrightLat2-Italic
family: LucidaBrightLat2
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//LucidaBrightCE-Italic.pfb
Font: LucidaBrightLat2-Regular
family: LucidaBrightLat2
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//LucidaBrightCE.pfb
Font: LucidaBrightLat4-Demi
family: LucidaBrightLat4
style: Normal
stretch: Normal
weight: 600
glyphs: /usr/openwin/lib/locale/iso_8859_4/X11/fonts/Type1//LucidaBrightLat4-Demi.pfb
Font: LucidaBrightLat4-Demi-Italic
family: LucidaBrightLat4
style: Italic
stretch: Normal
weight: 600
glyphs: /usr/openwin/lib/locale/iso_8859_4/X11/fonts/Type1//LucidaBrightLat4-DemiItalic.pfb
Font: LucidaBrightLat4-Italic
family: LucidaBrightLat4
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_4/X11/fonts/Type1//LucidaBrightLat4-Italic.pfb
Font: LucidaBrightLat4-Regular
family: LucidaBrightLat4
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_4/X11/fonts/Type1//LucidaBrightLat4.pfb
Font: LucidaBrightLat5-Demi
family: LucidaBrightLat5
style: Normal
stretch: Normal
weight: 600
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//LucidaBrightTu-Demi.pfb
Font: LucidaBrightLat5-Demi-Italic
family: LucidaBrightLat5
style: Italic
stretch: Normal
weight: 600
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//LucidaBrightTu-DemiItalic.pfb
Font: LucidaBrightLat5-Italic
family: LucidaBrightLat5
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//LucidaBrightTu-Italic.pfb
Font: LucidaBrightLat5-Regular
family: LucidaBrightLat5
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//LucidaBrightTu.pfb
Font: LucidaSans-Bold
family: LucidaSans
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/Type1/sun/LucidaSans-Bold.pfa
Font: LucidaSans-Bold-Italic
family: LucidaSans
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/Type1/sun/LucidaSans-BoldItalic.pfa
Font: LucidaSans-Italic
family: LucidaSans
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/Type1/sun/LucidaSans-Italic.pfa
Font: LucidaSans-Regular
family: LucidaSans
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/Type1/sun/LucidaSans.pfa
Font: LucidaSansCyr-Bold
family: LucidaSansCyr
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//LucidaSansCyr-Bold.pfb
Font: LucidaSansCyr-Regular
family: LucidaSansCyr
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//LucidaSansCyr.pfb
Font: LucidaSansGreek-Bold
family: LucidaSansGreek
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_7/X11/fonts/Type1//LucidaSansGreek-Bold.pfb
Font: LucidaSansGreek-Regular
family: LucidaSansGreek
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_7/X11/fonts/Type1//LucidaSansGreek.pfb
Font: LucidaSansHebrew-Bold
family: LucidaSansHebrew
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/Type1//lshwb.pfa
Font: LucidaSansHebrew-Bold-Oblique
family: LucidaSansHebrew
style: Oblique
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/Type1//lshwbo.pfa
Font: LucidaSansHebrew-Oblique
family: LucidaSansHebrew
style: Oblique
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/Type1//lshwo.pfa
Font: LucidaSansHebrew-Regular
family: LucidaSansHebrew
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/Type1//lshwr.pfa
Font: LucidaSansLat2-Bold
family: LucidaSansLat2
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//LucidaSansCE-Bold.pfb
Font: LucidaSansLat2-Bold-Italic
family: LucidaSansLat2
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//LucidaSansCE-BoldItalic.pfb
Font: LucidaSansLat2-Italic
family: LucidaSansLat2
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//LucidaSansCE-Italic.pfb
Font: LucidaSansLat2-Regular
family: LucidaSansLat2
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//LucidaSansCE.pfb
Font: LucidaSansLat4-Bold
family: LucidaSansLat4
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_4/X11/fonts/Type1//LucidaSansLat4-Bold.pfb
Font: LucidaSansLat4-Bold-Italic
family: LucidaSansLat4
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_4/X11/fonts/Type1//LucidaSansLat4-BoldItalic.pfb
Font: LucidaSansLat4-Italic
family: LucidaSansLat4
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_4/X11/fonts/Type1//LucidaSansLat4-Italic.pfb
Font: LucidaSansLat4-Regular
family: LucidaSansLat4
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_4/X11/fonts/Type1//LucidaSansLat4.pfb
Font: LucidaSansLat5-Bold
family: LucidaSansLat5
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//LucidaSansTu-Bold.pfb
Font: LucidaSansLat5-Bold-Italic
family: LucidaSansLat5
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//LucidaSansTu-BoldItalic.pfb
Font: LucidaSansLat5-Italic
family: LucidaSansLat5
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//LucidaSansTu-Italic.pfb
Font: LucidaSansLat5-Regular
family: LucidaSansLat5
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//LucidaSansTu.pfb
Font: LucidaSansTypCyr-Bold
family: LucidaSansTypCyr
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//LucidaSansTypCyr-Bold.pfb
Font: LucidaSansTypCyr-Regular
family: LucidaSansTypCyr
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/locale/iso_8859_5/X11/fonts/Type1//LucidaSansTypCyr.pfb
Font: LucidaSansTypewriter-Bold
family: LucidaSansTypewriter
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/Type1/sun/LucidaSansTypewriter-Bold.pfa
Font: LucidaSansTypewriter-Regular
family: LucidaSansTypewriter
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/Type1/sun/LucidaSansTypewriter.pfa
Font: LucidaSansTypGreek-Bold
family: LucidaSansTypGreek
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_7/X11/fonts/Type1//LucidaSansTypGreek-Bold.pfb
Font: LucidaSansTypGreek-Regular
family: LucidaSansTypGreek
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/locale/iso_8859_7/X11/fonts/Type1//LucidaSansTypGreek.pfb
Font: LucidaSansTypHebrew-Bold
family: LucidaSansTypHebrew
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/Type1//lsthwb.pfa
Font: LucidaSansTypHebrew-Bold-Oblique
family: LucidaSansTypHebrew
style: Oblique
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/Type1//lsthwbo.pfa
Font: LucidaSansTypHebrew-Oblique
family: LucidaSansTypHebrew
style: Oblique
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/Type1//lsthwo.pfa
Font: LucidaSansTypHebrew-Regular
family: LucidaSansTypHebrew
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/Type1//lsthwr.pfa
Font: LucidaSansTypLat4-Bold
family: LucidaSansTypLat4
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_4/X11/fonts/Type1//LucidaSansTypLat4-Bold.pfb
Font: LucidaSansTypLat4-Regular
family: LucidaSansTypLat4
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/locale/iso_8859_4/X11/fonts/Type1//LucidaSansTypLat4.pfb
Font: LucidaSansTypLat5-Bold
family: LucidaSansTypLat5
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//LucidaSansTypTu-Bold.pfb
Font: LucidaSansTypLat5-Regular
family: LucidaSansTypLat5
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//LucidaSansTypTu.pfb
Font: LucidaTypewriter-Sans
family: LucidaTypewriter
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/75dpi/lutRS10.pcf.Z
Font: LucidaTypewriter-Sans-Bold
family: LucidaTypewriter
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/100dpi/lutBS10.pcf.Z
Font: Monotype-Century-Schoolbook-Bold
family: Monotype Century Schoolbook
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/MonotypeCenturySchoolbook-Bold.ttf
Font: Monotype-Century-Schoolbook-Bold-Italic
family: Monotype Century Schoolbook
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/MonotypeCenturySchoolbook-BoldItalic.ttf
Font: Monotype-Century-Schoolbook-Italic
family: Monotype Century Schoolbook
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/MonotypeCenturySchoolbook-Italic.ttf
Font: Monotype-Century-Schoolbook-Regular
family: Monotype Century Schoolbook
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/MonotypeCenturySchoolbook.ttf
Font: Monotype-Corsiva-CE
family: Monotype Corsiva
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/Type1//CorsivaCE.pfb
Font: Monotype-Corsiva-Regular
family: Monotype Corsiva
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/Corsiva.ttf
Font: Monotype-Sorts-Regular
family: Monotype Sorts
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/MonotypeSorts.ttf
Font: Naskh-MT-Bold
family: Naskh MT
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//NASKHBD.ttf
Font: Naskh-MT-Regular
family: Naskh MT
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//NASKHMT.ttf
Font: New-Century-Schoolbook-Bold
family: New Century Schoolbook
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/75dpi/ncenB18.pcf.Z
Font: New-Century-Schoolbook-Bold-Italic
family: New Century Schoolbook
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/100dpi/ncenBI08.pcf.Z
Font: New-Century-Schoolbook-Italic
family: New Century Schoolbook
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/100dpi/ncenI24.pcf.Z
Font: New-Century-Schoolbook-Regular
family: New Century Schoolbook
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/100dpi/ncenR18.pcf.Z
Font: Palatino-Bold
family: Palatino
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/Palatino-Bold12.pcf.Z
Font: Palatino-Bold-Italic
family: Palatino
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/Palatino-BoldItalic6.pcf.Z
Font: Palatino-Italic
family: Palatino
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/Palatino-Italic6.pcf.Z
Font: Palatino-Regular
family: Palatino
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/Palatino-Roman6.pcf.Z
Font: Rockwell-Bold
family: Rockwell
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TTbitmaps/Rockwell-Bold12.pcf.Z
Font: Rockwell-Bold-Italic
family: Rockwell
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/RkwBI6.pcf.Z
Font: Rockwell-Italic
family: Rockwell
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/RkwI12.pcf.Z
Font: Rockwell-MT-Bold
family: Rockwell MT
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/Rockwell-Bold.ttf
Font: Rockwell-MT-Bold-Italic
family: Rockwell MT
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/TrueType/Rockwell-BoldItalic.ttf
Font: Rockwell-MT-Italic
family: Rockwell MT
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/Rockwell-Italic.ttf
Font: Rockwell-MT-Regular
family: Rockwell MT
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/Rockwell.ttf
Font: Rockwell-Regular
family: Rockwell
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/F3bitmaps/Rkw12.pcf.Z
Font: Screen-Bold
family: Screen
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/misc/Screen-Bold12.pcf.Z
Font: Screen-Regular
family: Screen
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/misc/Screen11.pcf.Z
Font: Serif-Serif
family: Serif
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/misc/Serif14.pcf.Z
Font: Shayyal-MT-Bold
family: Shayyal MT
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//SHAYBD.ttf
Font: Shayyal-MT-Regular
family: Shayyal MT
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/ar/X11/fonts/TrueType//SHAYMT.ttf
Font: Song-Regular
family: Song
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/zh/X11/fonts/75dpi//songR12.pcf.Z
Font: Symbol-Regular
family: Symbol
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/Symbol.ttf
Font: Terminal-Bold
family: Terminal
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/75dpi/termB14.pcf.Z
Font: Terminal-Regular
family: Terminal
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/100dpi/term14.pcf.Z
Font: Times-Bold
family: Times
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/100dpi/timB12.pcf.Z
Font: Times-Bold-Italic
family: Times
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/100dpi/timBI10.pcf.Z
Font: Times-Italic
family: Times
style: Italic
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/100dpi/timI14.pcf.Z
Font: Times-New-Roman-Bold
family: Times New Roman
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_2/X11/fonts/TrueType//TimesBold.ttf
Font: Times-New-Roman-Bold-Italic
family: Times New Roman
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_9/X11/fonts/TrueType//TimesBoldItalic.ttf
Font: Times-New-Roman-Hebrew-Bold
family: Times New Roman Hebrew
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/TrueType//timesb_h.ttf
Font: Times-New-Roman-Hebrew-Bold-Italic
family: Times New Roman Hebrew
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/TrueType//timesbih.ttf
Font: Times-New-Roman-Hebrew-Italic
family: Times New Roman Hebrew
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/TrueType//timesi_h.ttf
Font: Times-New-Roman-Hebrew-Regular
family: Times New Roman Hebrew
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/iso_8859_8/X11/fonts/TrueType//times__h.ttf
Font: Times-New-Roman-Italic
family: Times New Roman
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/TrueType/TimesNewRoman-Italic.ttf
Font: Times-New-Roman-Regular
family: Times New Roman
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/locale/ru.ansi-1251/X11/fonts/TrueType//TimesRegular.ttf
Font: Times-Regular
family: Times
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/100dpi/timR10.pcf.Z
Font: Times-Roman
family: Times
style: Normal
stretch: Normal
weight: 500
glyphs: /usr/openwin/lib/X11/fonts/Type1/outline/Times-Roman.pfa
Font: Utopia-Bold
family: Utopia
style: Normal
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/Type1/UTB_____.pfa
Font: Utopia-Bold-Italic
family: Utopia
style: Italic
stretch: Normal
weight: 700
glyphs: /usr/openwin/lib/X11/fonts/Type1/UTBI____.pfa
Font: Utopia-Italic
family: Utopia
style: Italic
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/Type1/UTI_____.pfa
Font: Utopia-Regular
family: Utopia
style: Normal
stretch: Normal
weight: 400
glyphs: /usr/openwin/lib/X11/fonts/Type1/UTRG____.pfa

-------------------------------------------------------------------------------------------

The "convert" command :

-bash-3.00$ convert -verbose -density 150 -colorspace RGB test_file.pdf test_file.jpeg
"gs" -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r150x150" "-sOutputFile=/var/tmp/magick-sOBVaav2-%08d" "-f/var/tmp/magick-XXAVaav2" "-f/var/tmp/magick-oxzVaav2"
GPL Ghostscript 9.01 (2011-02-07)
Copyright (C) 2010 Artifex Software, Inc. All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Processing pages 1 through 5.
Page 1
Scanning /usr/local/share/ghostscript/fonts for fonts... 173 files, 45 scanned, 39 new fonts.
Substituting font Times-Bold for Times New Roman,Bold.
Loading NimbusRomNo9L-Medi font from /usr/local/share/ghostscript/fonts/n021004l.pfb... 2604408 1268995 1659520 359337 3 done.
Substituting font Times-Roman for Times New Roman.
Loading NimbusRomNo9L-Regu font from /usr/local/share/ghostscript/fonts/n021003l.pfb... 2664696 1331675 1699712 391291 3 done.
Can't find (or can't open) font file %rom%Resource/Font/ArialMT.
Can't find (or can't open) font file ArialMT.
Can't find (or can't open) font file %rom%Resource/Font/ArialMT.
Can't find (or can't open) font file ArialMT.
Querying operating system for font files...
Didn't find this font on the system!
Substituting font Helvetica for ArialMT.
Loading NimbusSanL-Regu font from /usr/local/share/ghostscript/fonts/n019003l.pfb... 2778800 1435860 1820288 502038 3 done.
Substituting font Times-Bold for Times New Roman,BoldItalic.
Substituting font Times-Roman for Times New Roman,Italic.
Page 2
Substituting font Times-Roman for Times New Roman.
Substituting font Times-Bold for Times New Roman,Bold.
Substituting font Times-Roman for Times New Roman,Italic.
Page 3
Substituting font Times-Roman for Times New Roman,Italic.
Substituting font Times-Roman for Times New Roman.
Substituting font Times-Bold for Times New Roman,Bold.
Page 4
Substituting font Times-Roman for Times New Roman,Italic.
Substituting font Times-Roman for Times New Roman.
Substituting font Times-Bold for Times New Roman,Bold.
Page 5
Substituting font Times-Roman for Times New Roman.
Substituting font Times-Bold for Times New Roman,Bold.
/var/tmp/magick-sOBVaav2-00000001 PNG 1275x1650 1275x1650+0+0 8-bit DirectClass 177KB 0.090u 0:00.129
/var/tmp/magick-sOBVaav2-00000002 PNG 1275x1650 1275x1650+0+0 8-bit DirectClass 181KB 0.090u 0:00.089
/var/tmp/magick-sOBVaav2-00000003 PNG 1275x1650 1275x1650+0+0 8-bit DirectClass 181KB 0.100u 0:00.100
/var/tmp/magick-sOBVaav2-00000004 PNG 1275x1650 1275x1650+0+0 8-bit DirectClass 176KB 0.100u 0:00.089
/var/tmp/magick-sOBVaav2-00000005 PNG 1275x1650 1275x1650+0+0 8-bit DirectClass 66.5KB 0.080u 0:00.089
test_file.pdf[0] PDF 1275x1650 1275x1650+0+0 16-bit DirectClass 177KB 0.370u 0:00.370
test_file.pdf[1] PDF 1275x1650 1275x1650+0+0 16-bit DirectClass 177KB 0.280u 0:00.280
test_file.pdf[2] PDF 1275x1650 1275x1650+0+0 16-bit DirectClass 177KB 0.180u 0:00.179
test_file.pdf[3] PDF 1275x1650 1275x1650+0+0 16-bit DirectClass 177KB 0.080u 0:00.089
test_file.pdf[4] PDF 1275x1650 1275x1650+0+0 16-bit DirectClass 177KB 0.000u 0:00.000
test_file.pdf=>test_file-0.jpeg[0] PDF 1275x1650 1275x1650+0+0 16-bit Bilevel DirectClass 492KB 0.130u 0:00.149
test_file.pdf=>test_file-1.jpeg[1] PDF 1275x1650 1275x1650+0+0 16-bit Bilevel DirectClass 524KB 0.260u 0:00.280
test_file.pdf=>test_file-2.jpeg[2] PDF 1275x1650 1275x1650+0+0 16-bit Bilevel DirectClass 492KB 0.380u 0:01.260
test_file.pdf=>test_file-3.jpeg[3] PDF 1275x1650 1275x1650+0+0 16-bit Bilevel DirectClass 459KB 0.490u 0:01.480
test_file.pdf=>test_file-4.jpeg[4] PDF 1275x1650 1275x1650+0+0 16-bit Bilevel DirectClass 147KB 0.580u 0:01.629

--------------------------------------------------

Someone suggested that the problem is that on Solaris, font smoothing (antialias) by the operating system is not occurring properly for whatever reason, but on Windows XP, the font smoothing is handled properly. Both OS uses the same PDF file, and the text in the PDF file is selectable when the file is opened. That means the text in the PDF file has not been rasterized yet. When ImageMagick does the conversion, I believe by default it does antialias (unless +antialias is specified). Does anyone know how font smoothing is handled on Solaris?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Clarity problem on Solaris when converting from PDF to J

Post by anthony »

Typically in IM font smoothing does not happen very well. I do not know why.

However it can be improved by converting the PDF at a higher resolution, and then resizing to smooth and anti-alias the result.
See IM Examples, text to image, Postscript/PDF
http://www.imagemagick.org/Usage/text/#postscript
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
zanetich
Posts: 6
Joined: 2011-07-21T13:59:03-07:00
Authentication code: 8675308

Re: Clarity problem on Solaris when converting from PDF to J

Post by zanetich »

The fix turn out to be modifying the delegates.file to use -sDEVICE=ppmraw. I did not do this sooner because executing "gs" command from command line using -sDEVICE=ppmraw failed with errors so I presumed when ImageMagick invokes GhostScript with the same device, it will fail. As it turns out, that is not the case.


The fix, use the below line in delegates.xml instead:
<delegate decode="pcl:color" stealth="True" command=""pcl6" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
Post Reply