convert & pango - "couldn't load font"

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?".
HiRezGuy
Posts: 19
Joined: 2018-06-24T08:26:07-07:00
Authentication code: 1152

convert & pango - "couldn't load font"

Post by HiRezGuy »

Question:
I can't seem to get "convert" usnig pango to find the appropriate fonts I enter on the command line.


Summary:
I use a portable version, ImageMagick-7.0.8-2-portable-Q16-x64, in a Win10 environment.

I have included the invoked command line, the contents of the input text file, the debug output from from "convert", and the list of fonts from "convert".


Details:
I am trying to use "convert" with pango to create an image. Here is the command I enter in a command prompt:

Code: Select all

"C:\Program Files\ImageMagick\convert" -debug all -size 1024x768 -background "#10253F" -fill white -font "c:/windows/fonts/ariblk.ttf" -pointsize 96 -weight Heavy -gravity Center pango:"@itext_3.txt" image_3.jpg
Here is the contents of the utf-8 encoded input text file that does not have a trailing newline:

Code: Select all

The <b>“warm-group”</b>
<i>is</i>
the <u>right group</u>
I get a warning, and the image doesn't use the font I entered on the command line:

Code: Select all

** (convert.exe:12884): WARNING **: couldn't load font "c:/windows/fonts/ariblk.ttf Not-Rotated 96", falling back to "Sans Not-Rotated 96", expect ugly output.
Here is the complete (stderr) output with the "-debug all":

Code: Select all

2018-06-24T20:03:03-04:00 0:00.000 0.000u 7.0.8 Configure convert[9796]: utility.c/ExpandFilenames/959/Configure
  Command line: C:\Program Files\ImageMagick\convert {-debug} {all} {-size} {1024x768} {-background} {#10253F} {-fill} {white} {-font} {c:/windows/fonts/ariblk.ttf} {-pointsize} {96} {-weight} {Heavy} {-gravity} {Center} {pango:@itext_3.txt} {image_3.jpg}
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Program Files\ImageMagick\coder.xml"
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "coder.xml"
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Users\user\AppData\Local\ImageMagick\coder.xml"
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Exception convert[9796]: configure.c/GetConfigureOptions/714/Exception
  UnableToOpenConfigureFile `coder.xml'
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Program Files\ImageMagick\delegates.xml"
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "delegates.xml"
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Users\user\AppData\Local\ImageMagick\delegates.xml"
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: delegate.c/LoadDelegateCache/2014/Configure
  Loading delegate configuration file "C:\Program Files\ImageMagick\delegates.xml" ...
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Configure convert[9796]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Policy convert[9796]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Coder; rights=Read; pattern="PANGO" ...
2018-06-24T20:03:03-04:00 0:00.016 0.016u 7.0.8 Policy convert[9796]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Path; rights=Read; pattern="@itext_3.txt" ...
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Configure convert[9796]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Program Files\ImageMagick\colors.xml"
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Configure convert[9796]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "colors.xml"
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Configure convert[9796]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Users\user\AppData\Local\ImageMagick\colors.xml"
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Configure convert[9796]: color.c/LoadColorCache/2020/Configure
  Loading color file "C:\Program Files\ImageMagick\colors.xml" ...
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Resource convert[9796]: resource.c/AcquireMagickResource/250/Resource
  Width: 1024P/107.374MP
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Resource convert[9796]: resource.c/AcquireMagickResource/250/Resource
  Height: 768P/107.374MP
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Resource convert[9796]: resource.c/AcquireMagickResource/250/Resource
  ListLength: 1/18.4467E
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Pixel convert[9796]: pixel.c/SetPixelChannelMask/6290/Pixel
  @itext_3.txt[07ffffff]
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Pixel convert[9796]: pixel.c/LogPixelChannels/6174/Pixel
  @itext_3.txt[07ffffff]
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Pixel convert[9796]: pixel.c/LogPixelChannels/6271/Pixel
    0: red (update)
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Pixel convert[9796]: pixel.c/LogPixelChannels/6271/Pixel
    1: green (update)
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Pixel convert[9796]: pixel.c/LogPixelChannels/6271/Pixel
    2: blue (update)
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Resource convert[9796]: resource.c/AcquireMagickResource/250/Resource
  Area: 786432P/2.08807GP
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Resource convert[9796]: resource.c/AcquireMagickResource/357/Resource
  Memory: 9MiB/9MiB/995.668MiB
2018-06-24T20:03:03-04:00 0:00.047 0.047u 7.0.8 Cache convert[9796]: cache.c/OpenPixelCache/3788/Cache
  open @itext_3.txt[0] (Heap Memory, 1024x768x3 9MiB)

** (convert.exe:9796): WARNING **: couldn't load font "c:/windows/fonts/ariblk.ttf Not-Rotated 96", falling back to "Sans Not-Rotated 96", expect ugly output.

** (convert.exe:9796): WARNING **: couldn't load font "c:/windows/fonts/ariblk.ttf Bold Not-Rotated 96", falling back to "Sans Bold Not-Rotated 96", expect ugly output.

** (convert.exe:9796): WARNING **: couldn't load font "c:/windows/fonts/ariblk.ttf Italic Not-Rotated 96", falling back to "Sans Italic Not-Rotated 96", expect ugly output.
2018-06-24T20:03:04-04:00 0:00.234 0.203u 7.0.8 Policy convert[9796]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Coder; rights=Write; pattern="JPEG" ...
2018-06-24T20:03:04-04:00 0:00.234 0.203u 7.0.8 Policy convert[9796]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Path; rights=Write; pattern="image_3.jpg" ...
2018-06-24T20:03:04-04:00 0:00.234 0.203u 7.0.8 Coder convert[9796]: jpeg.c/WriteJPEGImage/2295/Coder
  Image resolution: 0,0
2018-06-24T20:03:04-04:00 0:00.234 0.203u 7.0.8 Resource convert[9796]: resource.c/AcquireMagickResource/357/Resource
  Memory: 2.25MiB/11.25MiB/995.668MiB
2018-06-24T20:03:04-04:00 0:00.234 0.203u 7.0.8 Resource convert[9796]: resource.c/RelinquishMagickResource/1015/Resource
  Memory: 2.25MiB/9MiB/995.668MiB
2018-06-24T20:03:04-04:00 0:00.234 0.203u 7.0.8 Coder convert[9796]: jpeg.c/WriteJPEGImage/2377/Coder
  Interlace: non-progressive
2018-06-24T20:03:04-04:00 0:00.234 0.203u 7.0.8 Coder convert[9796]: jpeg.c/WriteJPEGImage/2391/Coder
  Quality: 0
2018-06-24T20:03:04-04:00 0:00.234 0.203u 7.0.8 Coder convert[9796]: jpeg.c/WriteJPEGImage/2619/Coder
  Storage class: DirectClass
2018-06-24T20:03:04-04:00 0:00.234 0.203u 7.0.8 Coder convert[9796]: jpeg.c/WriteJPEGImage/2621/Coder
  Depth: 16
2018-06-24T20:03:04-04:00 0:00.234 0.203u 7.0.8 Coder convert[9796]: jpeg.c/WriteJPEGImage/2627/Coder
  Number of colors: unspecified
2018-06-24T20:03:04-04:00 0:00.234 0.203u 7.0.8 Coder convert[9796]: jpeg.c/WriteJPEGImage/2629/Coder
  JPEG data precision: 8
2018-06-24T20:03:04-04:00 0:00.234 0.203u 7.0.8 Coder convert[9796]: jpeg.c/WriteJPEGImage/2682/Coder
  Image colorspace is RGB
2018-06-24T20:03:04-04:00 0:00.234 0.203u 7.0.8 Coder convert[9796]: jpeg.c/WriteJPEGImage/2684/Coder
  Sampling factors: 1x1,1x1,1x1
2018-06-24T20:03:04-04:00 0:00.328 0.281u 7.0.8 Cache convert[9796]: cache.c/DestroyPixelCache/1049/Cache
  destroy @itext_3.txt[0]
2018-06-24T20:03:04-04:00 0:00.328 0.281u 7.0.8 Resource convert[9796]: resource.c/RelinquishMagickResource/1015/Resource
  Memory: 9MiB/0B/995.668MiB
Here are the fonts that "convert" sees on my system, which are the same fonts "magick" sees on my system:

Code: Select all

Path: Windows Fonts
  Font: Agency-FB
    family: Agency FB
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\agencyr.ttf
  Font: Agency-FB-Bold
    family: Agency FB
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\agencyb.ttf
  Font: Algerian
    family: Algerian
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\alger.ttf
  Font: Arial
    family: Arial
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\arial.ttf
  Font: Arial-Black
    family: Arial
    style: Normal
    stretch: Normal
    weight: 900
    glyphs: c:\windows\fonts\ariblk.ttf
  Font: Arial-Bold
    family: Arial
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\arialbd.ttf
  Font: Arial-Bold-Italic
    family: Arial
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\arialbi.ttf
  Font: Arial-Italic
    family: Arial
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\ariali.ttf
  Font: Arial-Narrow
    family: Arial Narrow
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\arialn.ttf
  Font: Arial-Narrow-Bold
    family: Arial Narrow
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\arialnb.ttf
  Font: Arial-Narrow-Bold-Italic
    family: Arial Narrow
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\arialnbi.ttf
  Font: Arial-Narrow-Italic
    family: Arial Narrow
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\arialni.ttf
  Font: Arial-Rounded-MT-Bold
    family: Arial Rounded MT
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\arlrdbd.ttf
  Font: Arial-Unicode-MS
    family: Arial Unicode MS
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\arialuni.ttf
  Font: Bahnschrift
    family: Bahnschrift
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\bahnschrift.ttf
  Font: Baskerville-Old-Face
    family: Baskerville Old Face
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\baskvill.ttf
  Font: Bauhaus-93
    family: Bauhaus 93
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\bauhs93.ttf
  Font: Bell-MT
    family: Bell MT
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\bell.ttf
  Font: Bell-MT-Bold
    family: Bell MT
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\bellb.ttf
  Font: Bell-MT-Italic
    family: Bell MT
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\belli.ttf
  Font: Berlin-Sans-FB
    family: Berlin Sans FB
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\brlnsr.ttf
  Font: Berlin-Sans-FB-Bold
    family: Berlin Sans FB
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\brlnsb.ttf
  Font: Berlin-Sans-FB-Demi-Bold
    family: Berlin Sans FB Demi
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\brlnsdb.ttf
  Font: Bernard-MT-Condensed
    family: Bernard MT
    style: Normal
    stretch: Condensed
    weight: 400
    glyphs: c:\windows\fonts\bernhc.ttf
  Font: Blackadder-ITC
    family: Blackadder ITC
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\itcblkad.ttf
  Font: Bodoni-MT
    family: Bodoni MT
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\bod_r.ttf
  Font: Bodoni-MT-Black
    family: Bodoni MT
    style: Normal
    stretch: Normal
    weight: 900
    glyphs: c:\windows\fonts\bod_blar.ttf
  Font: Bodoni-MT-Black-Italic
    family: Bodoni MT
    style: Italic
    stretch: Normal
    weight: 900
    glyphs: c:\windows\fonts\bod_blai.ttf
  Font: Bodoni-MT-Bold
    family: Bodoni MT
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\bod_b.ttf
  Font: Bodoni-MT-Bold-Italic
    family: Bodoni MT
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\bod_bi.ttf
  Font: Bodoni-MT-Condensed
    family: Bodoni MT
    style: Normal
    stretch: Condensed
    weight: 400
    glyphs: c:\windows\fonts\bod_cr.ttf
  Font: Bodoni-MT-Condensed-Bold
    family: Bodoni MT
    style: Normal
    stretch: Condensed
    weight: 700
    glyphs: c:\windows\fonts\bod_cb.ttf
  Font: Bodoni-MT-Condensed-Bold-Italic
    family: Bodoni MT
    style: Italic
    stretch: Condensed
    weight: 700
    glyphs: c:\windows\fonts\bod_cbi.ttf
  Font: Bodoni-MT-Condensed-Italic
    family: Bodoni MT
    style: Italic
    stretch: Condensed
    weight: 400
    glyphs: c:\windows\fonts\bod_ci.ttf
  Font: Bodoni-MT-Italic
    family: Bodoni MT
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\bod_i.ttf
  Font: Bodoni-MT-Poster-Compressed
    family: Bodoni MT Poster Compressed
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\bod_pstc.ttf
  Font: Book-Antiqua
    family: Book Antiqua
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\bkant.ttf
  Font: Book-Antiqua-Bold
    family: Book Antiqua
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\antquab.ttf
  Font: Book-Antiqua-Bold-Italic
    family: Book Antiqua
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\antquabi.ttf
  Font: Book-Antiqua-Italic
    family: Book Antiqua
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\antquai.ttf
  Font: Bookman-Old-Style
    family: Bookman Old Style
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\bookos.ttf
  Font: Bookman-Old-Style-Bold
    family: Bookman Old Style
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\bookosb.ttf
  Font: Bookman-Old-Style-Bold-Italic
    family: Bookman Old Style
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\bookosbi.ttf
  Font: Bookman-Old-Style-Italic
    family: Bookman Old Style
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\bookosi.ttf
  Font: Bookshelf-Symbol-7
    family: Bookshelf Symbol 7
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\bssym7.ttf
  Font: Bradley-Hand-ITC
    family: Bradley Hand ITC
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\bradhitc.ttf
  Font: Britannic-Bold
    family: Britannic
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\britanic.ttf
  Font: Broadway
    family: Broadway
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\broadw.ttf
  Font: Brush-Script-MT-Italic
    family: Brush Script MT
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\brushsci.ttf
  Font: Calibri
    family: Calibri
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\calibri.ttf
  Font: Calibri-Bold
    family: Calibri
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\calibrib.ttf
  Font: Calibri-Bold-Italic
    family: Calibri
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\calibriz.ttf
  Font: Calibri-Italic
    family: Calibri
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\calibrii.ttf
  Font: Calibri-Light
    family: Calibri
    style: Normal
    stretch: Normal
    weight: 300
    glyphs: c:\windows\fonts\calibril.ttf
  Font: Calibri-Light-Italic
    family: Calibri
    style: Italic
    stretch: Normal
    weight: 300
    glyphs: c:\windows\fonts\calibrili.ttf
  Font: Californian-FB
    family: Californian FB
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\califr.ttf
  Font: Californian-FB-Bold
    family: Californian FB
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\califb.ttf
  Font: Californian-FB-Italic
    family: Californian FB
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\califi.ttf
  Font: Calisto-MT
    family: Calisto MT
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\calist.ttf
  Font: Calisto-MT-Bold
    family: Calisto MT
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\calistb.ttf
  Font: Calisto-MT-Bold-Italic
    family: Calisto MT
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\calistbi.ttf
  Font: Calisto-MT-Italic
    family: Calisto MT
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\calisti.ttf
  Font: Cambria-&-Cambria-Math
    family: Cambria & Cambria Math
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\cambria.ttc
  Font: Cambria-Bold
    family: Cambria
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\cambriab.ttf
  Font: Cambria-Bold-Italic
    family: Cambria
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\cambriaz.ttf
  Font: Cambria-Italic
    family: Cambria
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\cambriai.ttf
  Font: Candara
    family: Candara
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\candara.ttf
  Font: Candara-Bold
    family: Candara
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\candarab.ttf
  Font: Candara-Bold-Italic
    family: Candara
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\candaraz.ttf
  Font: Candara-Italic
    family: Candara
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\candarai.ttf
  Font: Castellar
    family: Castellar
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\castelar.ttf
  Font: Centaur
    family: Centaur
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\centaur.ttf
  Font: Century
    family: Century
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\century.ttf
  Font: Century-Gothic
    family: Century Gothic
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\gothic.ttf
  Font: Century-Gothic-Bold
    family: Century Gothic
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\gothicb.ttf
  Font: Century-Gothic-Bold-Italic
    family: Century Gothic
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\gothicbi.ttf
  Font: Century-Gothic-Italic
    family: Century Gothic
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\gothici.ttf
  Font: Century-Schoolbook
    family: Century Schoolbook
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\censcbk.ttf
  Font: Century-Schoolbook-Bold
    family: Century Schoolbook
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\schlbkb.ttf
  Font: Century-Schoolbook-Bold-Italic
    family: Century Schoolbook
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\schlbkbi.ttf
  Font: Century-Schoolbook-Italic
    family: Century Schoolbook
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\schlbki.ttf
  Font: Chiller
    family: Chiller
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\chiller.ttf
  Font: Colonna-MT
    family: Colonna MT
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\colonna.ttf
  Font: Comic-Sans-MS
    family: Comic Sans MS
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\comic.ttf
  Font: Comic-Sans-MS-Bold
    family: Comic Sans MS
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\comicbd.ttf
  Font: Comic-Sans-MS-Bold-Italic
    family: Comic Sans MS
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\comicz.ttf
  Font: Comic-Sans-MS-Italic
    family: Comic Sans MS
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\comici.ttf
  Font: Consolas
    family: Consolas
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\consola.ttf
  Font: Consolas-Bold
    family: Consolas
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\consolab.ttf
  Font: Consolas-Bold-Italic
    family: Consolas
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\consolaz.ttf
  Font: Consolas-Italic
    family: Consolas
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\consolai.ttf
  Font: Constantia
    family: Constantia
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\constan.ttf
  Font: Constantia-Bold
    family: Constantia
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\constanb.ttf
  Font: Constantia-Bold-Italic
    family: Constantia
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\constanz.ttf
  Font: Constantia-Italic
    family: Constantia
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\constani.ttf
  Font: Cooper-Black
    family: Cooper
    style: Normal
    stretch: Normal
    weight: 900
    glyphs: c:\windows\fonts\coopbl.ttf
  Font: Copperplate-Gothic-Bold
    family: Copperplate Gothic
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\coprgtb.ttf
  Font: Copperplate-Gothic-Light
    family: Copperplate Gothic
    style: Normal
    stretch: Normal
    weight: 300
    glyphs: c:\windows\fonts\coprgtl.ttf
  Font: Corbel
    family: Corbel
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\corbel.ttf
  Font: Corbel-Bold
    family: Corbel
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\corbelb.ttf
  Font: Corbel-Bold-Italic
    family: Corbel
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\corbelz.ttf
  Font: Corbel-Italic
    family: Corbel
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\corbeli.ttf
  Font: Courier-New
    family: Courier New
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\cour.ttf
  Font: Courier-New-Bold
    family: Courier New
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\courbd.ttf
  Font: Courier-New-Bold-Italic
    family: Courier New
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\courbi.ttf
  Font: Courier-New-Italic
    family: Courier New
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\couri.ttf
  Font: Curlz-MT
    family: Curlz MT
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\curlz___.ttf
  Font: Ebrima
    family: Ebrima
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\ebrima.ttf
  Font: Ebrima-Bold
    family: Ebrima
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\ebrimabd.ttf
  Font: Edwardian-Script-ITC
    family: Edwardian Script ITC
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\itcedscr.ttf
  Font: Elephant
    family: Elephant
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\elephnt.ttf
  Font: Elephant-Italic
    family: Elephant
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\elephnti.ttf
  Font: Engravers-MT
    family: Engravers MT
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\engr.ttf
  Font: Eras-Bold-ITC
    family: Eras Bold ITC
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\erasbd.ttf
  Font: Eras-Demi-ITC
    family: Eras Demi ITC
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\erasdemi.ttf
  Font: Eras-Light-ITC
    family: Eras Light ITC
    style: Normal
    stretch: Normal
    weight: 300
    glyphs: c:\windows\fonts\eraslght.ttf
  Font: Eras-Medium-ITC
    family: Eras Medium ITC
    style: Normal
    stretch: Normal
    weight: 500
    glyphs: c:\windows\fonts\erasmd.ttf
  Font: Felix-Titling
    family: Felix Titling
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\felixti.ttf
  Font: Footlight-MT-Light
    family: Footlight MT
    style: Normal
    stretch: Normal
    weight: 300
    glyphs: c:\windows\fonts\ftltlt.ttf
  Font: Forte
    family: Forte
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\forte.ttf
  Font: Franklin-Gothic-Book
    family: Franklin Gothic Book
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\frabk.ttf
  Font: Franklin-Gothic-Book-Italic
    family: Franklin Gothic Book
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\frabkit.ttf
  Font: Franklin-Gothic-Demi
    family: Franklin Gothic Demi
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\fradm.ttf
  Font: Franklin-Gothic-Demi-Cond
    family: Franklin Gothic Demi Cond
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\fradmcn.ttf
  Font: Franklin-Gothic-Demi-Italic
    family: Franklin Gothic Demi
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\fradmit.ttf
  Font: Franklin-Gothic-Heavy
    family: Franklin Gothic
    style: Normal
    stretch: Normal
    weight: 900
    glyphs: c:\windows\fonts\frahv.ttf
  Font: Franklin-Gothic-Heavy-Italic
    family: Franklin Gothic
    style: Italic
    stretch: Normal
    weight: 900
    glyphs: c:\windows\fonts\frahvit.ttf
  Font: Franklin-Gothic-Medium
    family: Franklin Gothic
    style: Normal
    stretch: Normal
    weight: 500
    glyphs: c:\windows\fonts\framd.ttf
  Font: Franklin-Gothic-Medium-Cond
    family: Franklin Gothic Medium Cond
    style: Normal
    stretch: Normal
    weight: 500
    glyphs: c:\windows\fonts\framdcn.ttf
  Font: Franklin-Gothic-Medium-Italic
    family: Franklin Gothic
    style: Italic
    stretch: Normal
    weight: 500
    glyphs: c:\windows\fonts\framdit.ttf
  Font: Freestyle-Script
    family: Freestyle Script
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\freescpt.ttf
  Font: French-Script-MT
    family: French Script MT
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\frscript.ttf
  Font: Gabriola
    family: Gabriola
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\gabriola.ttf
  Font: Gadugi
    family: Gadugi
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\gadugi.ttf
  Font: Gadugi-Bold
    family: Gadugi
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\gadugib.ttf
  Font: Garamond
    family: Garamond
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\gara.ttf
  Font: Garamond-Bold
    family: Garamond
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\garabd.ttf
  Font: Garamond-Italic
    family: Garamond
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\garait.ttf
  Font: Georgia
    family: Georgia
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\georgia.ttf
  Font: Georgia-Bold
    family: Georgia
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\georgiab.ttf
  Font: Georgia-Bold-Italic
    family: Georgia
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\georgiaz.ttf
  Font: Georgia-Italic
    family: Georgia
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\georgiai.ttf
  Font: Gigi
    family: Gigi
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\gigi.ttf
  Font: Gill-Sans-MT
    family: Gill Sans MT
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\gil_____.ttf
  Font: Gill-Sans-MT-Bold
    family: Gill Sans MT
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\gilb____.ttf
  Font: Gill-Sans-MT-Bold-Italic
    family: Gill Sans MT
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\gilbi___.ttf
  Font: Gill-Sans-MT-Condensed
    family: Gill Sans MT
    style: Normal
    stretch: Condensed
    weight: 400
    glyphs: c:\windows\fonts\gilc____.ttf
  Font: Gill-Sans-MT-Ext-Condensed-Bold
    family: Gill Sans MT Ext
    style: Normal
    stretch: Condensed
    weight: 700
    glyphs: c:\windows\fonts\glsnecb.ttf
  Font: Gill-Sans-MT-Italic
    family: Gill Sans MT
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\gili____.ttf
  Font: Gill-Sans-Ultra-Bold
    family: Gill Sans Ultra
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\gilsanub.ttf
  Font: Gill-Sans-Ultra-Bold-Condensed
    family: Gill Sans Ultra
    style: Normal
    stretch: Condensed
    weight: 700
    glyphs: c:\windows\fonts\gillubcd.ttf
  Font: Gloucester-MT-Extra-Condensed
    family: Gloucester MT Extra
    style: Normal
    stretch: Condensed
    weight: 400
    glyphs: c:\windows\fonts\glecb.ttf
  Font: Goudy-Old-Style
    family: Goudy Old Style
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\goudos.ttf
  Font: Goudy-Old-Style-Bold
    family: Goudy Old Style
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\goudosb.ttf
  Font: Goudy-Old-Style-Italic
    family: Goudy Old Style
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\goudosi.ttf
  Font: Goudy-Stout
    family: Goudy Stout
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\goudysto.ttf
  Font: Haettenschweiler
    family: Haettenschweiler
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\hatten.ttf
  Font: Harlow-Solid-Italic
    family: Harlow Solid
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\harlowsi.ttf
  Font: Harrington
    family: Harrington
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\harngton.ttf
  Font: High-Tower-Text
    family: High Tower Text
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\htowert.ttf
  Font: High-Tower-Text-Italic
    family: High Tower Text
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\htowerti.ttf
  Font: Holo-MDL2-Assets
    family: Holo MDL2 Assets
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\holomdl2.ttf
  Font: Impact
    family: Impact
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\impact.ttf
  Font: Imprint-MT-Shadow
    family: Imprint MT Shadow
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\imprisha.ttf
  Font: Informal-Roman
    family: Informal Roman
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\infroman.ttf
  Font: Ink-Free
    family: Ink Free
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\inkfree.ttf
  Font: Javanese-Text
    family: Javanese Text
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\javatext.ttf
  Font: Jokerman
    family: Jokerman
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\jokerman.ttf
  Font: Juice-ITC
    family: Juice ITC
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\juice___.ttf
  Font: Kristen-ITC
    family: Kristen ITC
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\itckrist.ttf
  Font: Kunstler-Script
    family: Kunstler Script
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\kunstler.ttf
  Font: Leelawadee-UI
    family: Leelawadee UI
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\leelawui.ttf
  Font: Leelawadee-UI-Bold
    family: Leelawadee UI
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\leelauib.ttf
  Font: Leelawadee-UI-Semilight
    family: Leelawadee UI Semilight
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\leeluisl.ttf
  Font: Lucida-Bright
    family: Lucida Bright
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\lbrite.ttf
  Font: Lucida-Bright-Demibold
    family: Lucida Bright
    style: Normal
    stretch: Normal
    weight: 600
    glyphs: c:\windows\fonts\lbrited.ttf
  Font: Lucida-Bright-Demibold-Italic
    family: Lucida Bright
    style: Italic
    stretch: Normal
    weight: 600
    glyphs: c:\windows\fonts\lbritedi.ttf
  Font: Lucida-Bright-Italic
    family: Lucida Bright
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\lbritei.ttf
  Font: Lucida-Calligraphy-Italic
    family: Lucida Calligraphy
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\lcallig.ttf
  Font: Lucida-Console
    family: Lucida Console
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\lucon.ttf
  Font: Lucida-Fax-Demibold
    family: Lucida Fax
    style: Normal
    stretch: Normal
    weight: 600
    glyphs: c:\windows\fonts\lfaxd.ttf
  Font: Lucida-Fax-Demibold-Italic
    family: Lucida Fax
    style: Italic
    stretch: Normal
    weight: 600
    glyphs: c:\windows\fonts\lfaxdi.ttf
  Font: Lucida-Fax-Italic
    family: Lucida Fax
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\lfaxi.ttf
  Font: Lucida-Fax-Regular
    family: Lucida Fax
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\lfax.ttf
  Font: Lucida-Handwriting-Italic
    family: Lucida Handwriting
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\lhandw.ttf
  Font: Lucida-Sans-Demibold-Italic
    family: Lucida Sans
    style: Italic
    stretch: Normal
    weight: 600
    glyphs: c:\windows\fonts\lsansdi.ttf
  Font: Lucida-Sans-Demibold-Roman
    family: Lucida Sans Demibold Roman
    style: Normal
    stretch: Normal
    weight: 600
    glyphs: c:\windows\fonts\lsansd.ttf
  Font: Lucida-Sans-Italic
    family: Lucida Sans
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\lsansi.ttf
  Font: Lucida-Sans-Regular
    family: Lucida Sans
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\lsans.ttf
  Font: Lucida-Sans-Typewriter-Bold
    family: Lucida Sans Typewriter
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\ltypeb.ttf
  Font: Lucida-Sans-Typewriter-Bold-Oblique
    family: Lucida Sans Typewriter
    style: Oblique
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\ltypebo.ttf
  Font: Lucida-Sans-Typewriter-Oblique
    family: Lucida Sans Typewriter
    style: Oblique
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\ltypeo.ttf
  Font: Lucida-Sans-Typewriter-Regular
    family: Lucida Sans Typewriter
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\ltype.ttf
  Font: Lucida-Sans-Unicode
    family: Lucida Sans Unicode
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\l_10646.ttf
  Font: Magneto-Bold
    family: Magneto
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\magnetob.ttf
  Font: Maiandra-GD
    family: Maiandra GD
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\maian.ttf
  Font: Malgun-Gothic
    family: Malgun Gothic
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\malgun.ttf
  Font: Malgun-Gothic-Bold
    family: Malgun Gothic
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\malgunbd.ttf
  Font: Malgun-Gothic-SemiLight
    family: Malgun Gothic SemiLight
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\malgunsl.ttf
  Font: Matura-MT-Script-Capitals
    family: Matura MT Script Capitals
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\maturasc.ttf
  Font: Microsoft-Himalaya
    family: Microsoft Himalaya
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\himalaya.ttf
  Font: Microsoft-JhengHei-&-Microsoft-JhengHei-UI
    family: Microsoft JhengHei & Microsoft JhengHei UI
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\msjh.ttc
  Font: Microsoft-JhengHei-Bold-&-Microsoft-JhengHei-UI-Bold
    family: Microsoft JhengHei Bold & Microsoft JhengHei UI
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\msjhbd.ttc
  Font: Microsoft-JhengHei-Light-&-Microsoft-JhengHei-UI-Light
    family: Microsoft JhengHei Light & Microsoft JhengHei UI
    style: Normal
    stretch: Normal
    weight: 300
    glyphs: c:\windows\fonts\msjhl.ttc
  Font: Microsoft-New-Tai-Lue
    family: Microsoft New Tai Lue
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\ntailu.ttf
  Font: Microsoft-New-Tai-Lue-Bold
    family: Microsoft New Tai Lue
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\ntailub.ttf
  Font: Microsoft-PhagsPa
    family: Microsoft PhagsPa
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\phagspa.ttf
  Font: Microsoft-PhagsPa-Bold
    family: Microsoft PhagsPa
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\phagspab.ttf
  Font: Microsoft-Sans-Serif
    family: Microsoft Sans Serif
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\micross.ttf
  Font: Microsoft-Tai-Le
    family: Microsoft Tai Le
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\taile.ttf
  Font: Microsoft-Tai-Le-Bold
    family: Microsoft Tai Le
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\taileb.ttf
  Font: Microsoft-YaHei-&-Microsoft-YaHei-UI
    family: Microsoft YaHei & Microsoft YaHei UI
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\msyh.ttc
  Font: Microsoft-YaHei-Bold-&-Microsoft-YaHei-UI-Bold
    family: Microsoft YaHei Bold & Microsoft YaHei UI
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\msyhbd.ttc
  Font: Microsoft-YaHei-Light-&-Microsoft-YaHei-UI-Light
    family: Microsoft YaHei Light & Microsoft YaHei UI
    style: Normal
    stretch: Normal
    weight: 300
    glyphs: c:\windows\fonts\msyhl.ttc
  Font: Microsoft-Yi-Baiti
    family: Microsoft Yi Baiti
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\msyi.ttf
  Font: MingLiU-ExtB-&-PMingLiU-ExtB-&-MingLiU_HKSCS-ExtB
    family: MingLiU-ExtB & PMingLiU-ExtB & MingLiU_HKSCS-ExtB
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\mingliub.ttc
  Font: Mistral
    family: Mistral
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\mistral.ttf
  Font: Modern-No.-20
    family: Modern No. 20
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\mod20.ttf
  Font: Mongolian-Baiti
    family: Mongolian Baiti
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\monbaiti.ttf
  Font: Monotype-Corsiva
    family: Monotype Corsiva
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\mtcorsva.ttf
  Font: MS-Gothic-&-MS-UI-Gothic-&-MS-PGothic
    family: MS Gothic & MS UI Gothic & MS PGothic
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\msgothic.ttc
  Font: MS-Mincho
    family: MS Mincho
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\msmincho.ttf
  Font: MS-Outlook
    family: MS Outlook
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\outlook.ttf
  Font: MS-Reference-Sans-Serif
    family: MS Reference Sans Serif
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\refsan.ttf
  Font: MS-Reference-Specialty
    family: MS Reference Specialty
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\refspcl.ttf
  Font: MT-Extra
    family: MT Extra
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\program files (x86)\common files\microsoft shared\equation\mtextra.ttf
  Font: MV-Boli
    family: MV Boli
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\mvboli.ttf
  Font: Myanmar-Text
    family: Myanmar Text
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\mmrtext.ttf
  Font: Myanmar-Text-Bold
    family: Myanmar Text
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\mmrtextb.ttf
  Font: Niagara-Engraved
    family: Niagara Engraved
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\niageng.ttf
  Font: Niagara-Solid
    family: Niagara Solid
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\niagsol.ttf
  Font: Nirmala-UI
    family: Nirmala UI
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\nirmala.ttf
  Font: Nirmala-UI-Bold
    family: Nirmala UI
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\nirmalab.ttf
  Font: Nirmala-UI-Semilight
    family: Nirmala UI Semilight
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\nirmalas.ttf
  Font: OCR-A-Extended
    family: OCR A Extended
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\ocraext.ttf
  Font: Old-English-Text-MT
    family: Old English Text MT
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\oldengl.ttf
  Font: Onyx
    family: Onyx
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\onyx.ttf
  Font: Palace-Script-MT
    family: Palace Script MT
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\palscri.ttf
  Font: Palatino-Linotype
    family: Palatino Linotype
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\pala.ttf
  Font: Palatino-Linotype-Bold
    family: Palatino Linotype
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\palab.ttf
  Font: Palatino-Linotype-Bold-Italic
    family: Palatino Linotype
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\palabi.ttf
  Font: Palatino-Linotype-Italic
    family: Palatino Linotype
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\palai.ttf
  Font: Papyrus
    family: Papyrus
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\papyrus.ttf
  Font: Parchment
    family: Parchment
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\parchm.ttf
  Font: Perpetua
    family: Perpetua
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\per_____.ttf
  Font: Perpetua-Bold
    family: Perpetua
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\perb____.ttf
  Font: Perpetua-Bold-Italic
    family: Perpetua
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\perbi___.ttf
  Font: Perpetua-Italic
    family: Perpetua
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\peri____.ttf
  Font: Perpetua-Titling-MT-Bold
    family: Perpetua Titling MT
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\pertibd.ttf
  Font: Perpetua-Titling-MT-Light
    family: Perpetua Titling MT
    style: Normal
    stretch: Normal
    weight: 300
    glyphs: c:\windows\fonts\pertili.ttf
  Font: Playbill
    family: Playbill
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\playbill.ttf
  Font: Poor-Richard
    family: Poor Richard
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\poorich.ttf
  Font: Pristina
    family: Pristina
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\pristina.ttf
  Font: Rage-Italic
    family: Rage
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\rage.ttf
  Font: Ravie
    family: Ravie
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\ravie.ttf
  Font: Rockwell
    family: Rockwell
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\rock.ttf
  Font: Rockwell-Bold
    family: Rockwell
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\rockb.ttf
  Font: Rockwell-Bold-Italic
    family: Rockwell
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\rockbi.ttf
  Font: Rockwell-Condensed
    family: Rockwell
    style: Normal
    stretch: Condensed
    weight: 400
    glyphs: c:\windows\fonts\rocc____.ttf
  Font: Rockwell-Condensed-Bold
    family: Rockwell
    style: Normal
    stretch: Condensed
    weight: 700
    glyphs: c:\windows\fonts\roccb___.ttf
  Font: Rockwell-Extra-Bold
    family: Rockwell Extra
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\rockeb.ttf
  Font: Rockwell-Italic
    family: Rockwell
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\rocki.ttf
  Font: Script-MT-Bold
    family: Script MT
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\scriptbl.ttf
  Font: Segoe-MDL2-Assets
    family: Segoe MDL2 Assets
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\segmdl2.ttf
  Font: Segoe-Print
    family: Segoe Print
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\segoepr.ttf
  Font: Segoe-Print-Bold
    family: Segoe Print
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\segoeprb.ttf
  Font: Segoe-Script
    family: Segoe Script
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\segoesc.ttf
  Font: Segoe-Script-Bold
    family: Segoe Script
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\segoescb.ttf
  Font: Segoe-UI
    family: Segoe UI
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\segoeui.ttf
  Font: Segoe-UI-Black
    family: Segoe UI
    style: Normal
    stretch: Normal
    weight: 900
    glyphs: c:\windows\fonts\seguibl.ttf
  Font: Segoe-UI-Black-Italic
    family: Segoe UI
    style: Italic
    stretch: Normal
    weight: 900
    glyphs: c:\windows\fonts\seguibli.ttf
  Font: Segoe-UI-Bold
    family: Segoe UI
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\segoeuib.ttf
  Font: Segoe-UI-Bold-Italic
    family: Segoe UI
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\segoeuiz.ttf
  Font: Segoe-UI-Emoji
    family: Segoe UI Emoji
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\seguiemj.ttf
  Font: Segoe-UI-Historic
    family: Segoe UI Historic
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\seguihis.ttf
  Font: Segoe-UI-Italic
    family: Segoe UI
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\segoeuii.ttf
  Font: Segoe-UI-Light
    family: Segoe UI
    style: Normal
    stretch: Normal
    weight: 300
    glyphs: c:\windows\fonts\segoeuil.ttf
  Font: Segoe-UI-Light-Italic
    family: Segoe UI
    style: Italic
    stretch: Normal
    weight: 300
    glyphs: c:\windows\fonts\seguili.ttf
  Font: Segoe-UI-Semibold
    family: Segoe UI
    style: Normal
    stretch: Normal
    weight: 600
    glyphs: c:\windows\fonts\seguisb.ttf
  Font: Segoe-UI-Semibold-Italic
    family: Segoe UI
    style: Italic
    stretch: Normal
    weight: 600
    glyphs: c:\windows\fonts\seguisbi.ttf
  Font: Segoe-UI-Semilight
    family: Segoe UI Semilight
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\segoeuisl.ttf
  Font: Segoe-UI-Semilight-Italic
    family: Segoe UI Semilight
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\seguisli.ttf
  Font: Segoe-UI-Symbol
    family: Segoe UI Symbol
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\seguisym.ttf
  Font: Showcard-Gothic
    family: Showcard Gothic
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\showg.ttf
  Font: SimSun-&-NSimSun
    family: SimSun & NSimSun
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\simsun.ttc
  Font: SimSun-ExtB
    family: SimSun-ExtB
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\simsunb.ttf
  Font: Sitka-Small-&-Sitka-Text-&-Sitka-Subheading-&-Sitka-Heading-&-Sitka-Display-&-Sitka-Banner
    family: Sitka Small & Sitka Text & Sitka Subheading & Sitka Heading & Sitka Display & Sitka Banner
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\sitka.ttc
  Font: Sitka-Small-Bold-&-Sitka-Text-Bold-&-Sitka-Subheading-Bold-&-Sitka-Heading-Bold-&-Sitka-Display-Bold-&-Sitka-Banner-Bold
    family: Sitka Small Bold & Sitka Text Bold & Sitka Subheading Bold & Sitka Heading Bold & Sitka Display Bold & Sitka Banner
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\sitkab.ttc
  Font: Sitka-Small-Bold-Italic-&-Sitka-Text-Bold-Italic-&-Sitka-Subheading-Bold-Italic-&-Sitka-Heading-Bold-Italic-&-Sitka-Display-Bold-Italic-&-Sitka-Banner-Bold-Italic
    family: Sitka Small Bold Italic & Sitka Text Bold Italic & Sitka Subheading Bold Italic & Sitka Heading Bold Italic & Sitka Display Bold Italic & Sitka Banner
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\sitkaz.ttc
  Font: Sitka-Small-Italic-&-Sitka-Text-Italic-&-Sitka-Subheading-Italic-&-Sitka-Heading-Italic-&-Sitka-Display-Italic-&-Sitka-Banner-Italic
    family: Sitka Small Italic & Sitka Text Italic & Sitka Subheading Italic & Sitka Heading Italic & Sitka Display Italic & Sitka Banner
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\sitkai.ttc
  Font: Snap-ITC
    family: Snap ITC
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\snap____.ttf
  Font: Stencil
    family: Stencil
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\stencil.ttf
  Font: Sylfaen
    family: Sylfaen
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\sylfaen.ttf
  Font: Symbol
    family: Symbol
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\symbol.ttf
  Font: Tahoma
    family: Tahoma
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\tahoma.ttf
  Font: Tahoma-Bold
    family: Tahoma
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\tahomabd.ttf
  Font: Tempus-Sans-ITC
    family: Tempus Sans ITC
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\tempsitc.ttf
  Font: Times-New-Roman
    family: Times New Roman
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\times.ttf
  Font: Times-New-Roman-Bold
    family: Times New Roman
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\timesbd.ttf
  Font: Times-New-Roman-Bold-Italic
    family: Times New Roman
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\timesbi.ttf
  Font: Times-New-Roman-Italic
    family: Times New Roman
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\timesi.ttf
  Font: Trebuchet-MS
    family: Trebuchet MS
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\trebuc.ttf
  Font: Trebuchet-MS-Bold
    family: Trebuchet MS
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\trebucbd.ttf
  Font: Trebuchet-MS-Bold-Italic
    family: Trebuchet MS
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\trebucbi.ttf
  Font: Trebuchet-MS-Italic
    family: Trebuchet MS
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\trebucit.ttf
  Font: Tw-Cen-MT
    family: Tw Cen MT
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\tcm_____.ttf
  Font: Tw-Cen-MT-Bold
    family: Tw Cen MT
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\tcb_____.ttf
  Font: Tw-Cen-MT-Bold-Italic
    family: Tw Cen MT
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\tcbi____.ttf
  Font: Tw-Cen-MT-Condensed
    family: Tw Cen MT
    style: Normal
    stretch: Condensed
    weight: 400
    glyphs: c:\windows\fonts\tccm____.ttf
  Font: Tw-Cen-MT-Condensed-Bold
    family: Tw Cen MT
    style: Normal
    stretch: Condensed
    weight: 700
    glyphs: c:\windows\fonts\tccb____.ttf
  Font: Tw-Cen-MT-Condensed-Extra-Bold
    family: Tw Cen MT Condensed Extra
    style: Normal
    stretch: Condensed
    weight: 700
    glyphs: c:\windows\fonts\tcceb.ttf
  Font: Tw-Cen-MT-Italic
    family: Tw Cen MT
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\tcmi____.ttf
  Font: Verdana
    family: Verdana
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\verdana.ttf
  Font: Verdana-Bold
    family: Verdana
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\verdanab.ttf
  Font: Verdana-Bold-Italic
    family: Verdana
    style: Italic
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\verdanaz.ttf
  Font: Verdana-Italic
    family: Verdana
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\verdanai.ttf
  Font: Viner-Hand-ITC
    family: Viner Hand ITC
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\vineritc.ttf
  Font: Vivaldi-Italic
    family: Vivaldi
    style: Italic
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\vivaldii.ttf
  Font: Vladimir-Script
    family: Vladimir Script
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\vladimir.ttf
  Font: Webdings
    family: Webdings
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\webdings.ttf
  Font: Wide-Latin
    family: Wide Latin
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\latinwd.ttf
  Font: Wingdings
    family: Wingdings
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\wingding.ttf
  Font: Wingdings-2
    family: Wingdings 2
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\wingdng2.ttf
  Font: Wingdings-3
    family: Wingdings 3
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\wingdng3.ttf
  Font: Yu-Gothic-Bold-&-Yu-Gothic-UI-Semibold-&-Yu-Gothic-UI-Bold
    family: Yu Gothic Bold & Yu Gothic UI Semibold & Yu Gothic UI
    style: Normal
    stretch: Normal
    weight: 700
    glyphs: c:\windows\fonts\yugothb.ttc
  Font: Yu-Gothic-Light-&-Yu-Gothic-UI-Light
    family: Yu Gothic Light & Yu Gothic UI
    style: Normal
    stretch: Normal
    weight: 300
    glyphs: c:\windows\fonts\yugothl.ttc
  Font: Yu-Gothic-Medium-&-Yu-Gothic-UI-Regular
    family: Yu Gothic Medium & Yu Gothic UI
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\yugothm.ttc
  Font: Yu-Gothic-Regular-&-Yu-Gothic-UI-Semilight
    family: Yu Gothic Regular & Yu Gothic UI Semilight
    style: Normal
    stretch: Normal
    weight: 400
    glyphs: c:\windows\fonts\yugothr.ttc
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: convert & pango - "couldn't load font"

Post by fmw42 »

Windows use backslashes for directories. You have used forward slashes. That would be OK if you are using Windows 10 Unix environment. Otherwise change your font path to use backslashes \ not forward slashes /. For example have a font at c:\windows\fonts\arialnbi.ttf. But I do not see one that is c:\windows\fonts\ariblk.ttf. Nevertheless, it may not be in the ImageMagick font list. If does actually exist, it should not be called as "c:/windows/fonts/ariblk.ttf" on plain Windows, but as "c:\windows\fonts\ariblk.ttf"
HiRezGuy
Posts: 19
Joined: 2018-06-24T08:26:07-07:00
Authentication code: 1152

Re: convert & pango - "couldn't load font"

Post by HiRezGuy »

Thanks for your response. Still can't get that to work, though.

Notice I have to use the absolute path when calling "convert" because Windows also has a "convert" under "system32". Just an fyi.

"convert" (no pango) using UNIX-style directory delimiters - works fine. It also works fine with Win-style directory delimiters (viz., "\"). Command line and logs for both are below.

Code: Select all

"C:\Program Files\ImageMagick\convert" -debug all -size 1024x768 -background "#1F497D" -fill white -font "c:/windows/fonts/ariblk.ttf" -pointsize 120 -weight Heavy -gravity Center caption:"@itext_0.txt" image_0.jpg

Code: Select all

2018-06-24T21:06:11-04:00 0:00.000 0.000u 7.0.8 Configure convert[7364]: utility.c/ExpandFilenames/959/Configure
  Command line: C:\Program Files\ImageMagick\convert {-debug} {all} {-size} {1024x768} {-background} {#1F497D} {-fill} {white} {-font} {c:/windows/fonts/ariblk.ttf} {-pointsize} {120} {-weight} {Heavy} {-gravity} {Center} {caption:@itext_0.txt} {image_0.jpg}
2018-06-24T21:06:11-04:00 0:00.000 0.000u 7.0.8 Configure convert[7364]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Program Files\ImageMagick\coder.xml"
2018-06-24T21:06:11-04:00 0:00.000 0.000u 7.0.8 Configure convert[7364]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "coder.xml"
2018-06-24T21:06:11-04:00 0:00.000 0.000u 7.0.8 Configure convert[7364]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Users\user\AppData\Local\ImageMagick\coder.xml"
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Exception convert[7364]: configure.c/GetConfigureOptions/714/Exception
  UnableToOpenConfigureFile `coder.xml'
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Program Files\ImageMagick\delegates.xml"
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "delegates.xml"
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Users\user\AppData\Local\ImageMagick\delegates.xml"
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: delegate.c/LoadDelegateCache/2014/Configure
  Loading delegate configuration file "C:\Program Files\ImageMagick\delegates.xml" ...
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Policy convert[7364]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Coder; rights=Read; pattern="CAPTION" ...
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Policy convert[7364]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Path; rights=Read; pattern="@itext_0.txt" ...
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Program Files\ImageMagick\colors.xml"
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "colors.xml"
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Users\user\AppData\Local\ImageMagick\colors.xml"
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Configure convert[7364]: color.c/LoadColorCache/2020/Configure
  Loading color file "C:\Program Files\ImageMagick\colors.xml" ...
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Resource convert[7364]: resource.c/AcquireMagickResource/250/Resource
  Width: 4560P/107.374MP
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Resource convert[7364]: resource.c/AcquireMagickResource/250/Resource
  Width: 1024P/107.374MP
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Resource convert[7364]: resource.c/AcquireMagickResource/250/Resource
  Height: 768P/107.374MP
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Resource convert[7364]: resource.c/AcquireMagickResource/250/Resource
  ListLength: 1/18.4467E
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Pixel convert[7364]: pixel.c/SetPixelChannelMask/6290/Pixel
  @itext_0.txt[07ffffff]
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6174/Pixel
  @itext_0.txt[07ffffff]
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6271/Pixel
    0: red (update)
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6271/Pixel
    1: green (update)
2018-06-24T21:06:11-04:00 0:00.016 0.016u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6271/Pixel
    2: blue (update)
2018-06-24T21:06:11-04:00 0:00.031 0.031u 7.0.8 Resource convert[7364]: resource.c/AcquireMagickResource/250/Resource
  Area: 786432P/2.08807GP
2018-06-24T21:06:11-04:00 0:00.031 0.031u 7.0.8 Resource convert[7364]: resource.c/AcquireMagickResource/357/Resource
  Memory: 9MiB/9MiB/995.668MiB
2018-06-24T21:06:11-04:00 0:00.031 0.031u 7.0.8 Cache convert[7364]: cache.c/OpenPixelCache/3788/Cache
  open @itext_0.txt[0] (Heap Memory, 1024x768x3 9MiB)
2018-06-24T21:06:11-04:00 0:00.031 0.031u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.031 0.031u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: T; width: 87; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 2.75,-0.59375  83.4375,86.3438; origin: 87,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.031 0.031u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.031 0.031u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: Th; width: 170; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.20313,-0.59375  73.0156,86.3906; origin: 170,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.047 0.047u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.047 0.047u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The; width: 250; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.21875,-1  76.2969,64.2031; origin: 250,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.047 0.047u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.047 0.047u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The ; width: 290; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.21875,-1  76.2969,64.2031; origin: 290,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.047 0.047u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.047 0.047u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The A; width: 383; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 0.125,-0.5  93.6406,86; origin: 383,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.047 0.047u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.047 0.047u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The Am; width: 503; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.39063,-0.5  112.969,64; origin: 503,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.063 0.063u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.063 0.063u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The Ame; width: 583; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.21875,-1  76.2969,64.2031; origin: 583,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.063 0.063u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.063 0.063u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The Amer; width: 636; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.4375,-1  56.4219,64; origin: 636,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.063 0.063u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.063 0.063u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The Ameri; width: 676; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 8.09375,-1  31.9375,86.3281; origin: 676,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.063 0.063u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.078 0.078u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The Americ; width: 756; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.34375,-1  76.2969,64.4531; origin: 756,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.078 0.078u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.078 0.078u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The America; width: 836; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.28125,-1  75.9375,64.2656; origin: 836,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.078 0.078u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.078 0.078u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The American; width: 916; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.20313,-1  73.0156,64; origin: 916,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.078 0.078u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.094 0.094u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The American ; width: 956; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.20313,-1  73.0156,64; origin: 956,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.094 0.094u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.094 0.094u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The American ‘; width: 989; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.10938,40  29.5938,88.0781; origin: 989,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.094 0.094u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.094 0.094u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The American ‘E; width: 1076; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 8.73438,40  81.1563,86.4531; origin: 1076,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.094 0.094u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.094 0.094u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘; width: 33; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.10938,40  29.5938,88.0781; origin: 33,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.110 0.109u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.110 0.109u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘E; width: 120; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 8.73438,40  81.1563,86.4531; origin: 120,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.110 0.109u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.110 0.109u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Ex; width: 200; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 0.640625,40  79.3438,62.5781; origin: 200,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.110 0.109u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.110 0.109u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Exp; width: 280; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.32813,-24  75.8281,64; origin: 280,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.156 0.109u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.172 0.125u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Expe; width: 360; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.21875,-1  76.2969,64.2031; origin: 360,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.172 0.125u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.188 0.141u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Exper; width: 413; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.4375,-1  56.4219,64; origin: 413,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.188 0.141u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.188 0.141u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experi; width: 453; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 8.09375,-1  31.9375,86.3281; origin: 453,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.188 0.141u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.188 0.141u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experim; width: 573; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.39063,-1  112.969,64; origin: 573,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.188 0.141u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.188 0.141u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experime; width: 653; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.21875,-1  76.2969,64.2031; origin: 653,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.203 0.156u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.203 0.156u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experimen; width: 733; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.20313,-1  73.0156,64; origin: 733,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.203 0.156u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.203 0.156u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment; width: 786; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 3.28125,-1  49.9844,86.8125; origin: 786,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.203 0.156u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.203 0.156u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’; width: 819; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.10938,39.7344  29.5938,87.8125; origin: 819,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.203 0.156u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.219 0.172u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’ ; width: 859; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.10938,39.7344  29.5938,87.8125; origin: 859,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.219 0.172u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.219 0.172u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’ I; width: 906; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 9.84375,39.7344  36.4531,86.3906; origin: 906,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.219 0.172u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.219 0.172u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’ Is; width: 979; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 2.98438,-1  69.1406,64.6719; origin: 979,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.219 0.172u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.234 0.188u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’ Is ; width: 1019; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 2.98438,-1  69.1406,64.6719; origin: 1019,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.234 0.188u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.234 0.188u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’ Is O; width: 1119; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 5.45313,-1  94.4531,88.2188; origin: 1119,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.234 0.188u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.234 0.188u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: O; width: 100; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 5.45313,-1  94.4531,88.2188; origin: 100,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.234 0.188u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.234 0.188u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: Ov; width: 173; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 0.125,-1  73.5938,62.5; origin: 173,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.234 0.188u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: Ove; width: 250; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.21875,-1  76.2969,64.2031; origin: 250,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: Over; width: 303; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.4375,-1  56.4219,64; origin: 303,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: Over.; width: 334; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.26563,-1  32.75,24.0469; origin: 334,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The American; width: 916; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.20313,-1  73.0156,64; origin: 916,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Resource convert[7364]: resource.c/AcquireMagickResource/250/Resource
  Width: 1024P/107.374MP
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Resource convert[7364]: resource.c/AcquireMagickResource/250/Resource
  Height: 768P/107.374MP
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Resource convert[7364]: resource.c/AcquireMagickResource/250/Resource
  ListLength: 1/18.4467E
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Pixel convert[7364]: pixel.c/SetPixelChannelMask/6290/Pixel
  @itext_0.txt[07ffffff]
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6174/Pixel
  @itext_0.txt[07ffffff]
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6271/Pixel
    0: red (update,blend)
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6271/Pixel
    1: green (update,blend)
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6271/Pixel
    2: blue (update,blend)
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6271/Pixel
    3: alpha (update)
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Resource convert[7364]: resource.c/AcquireMagickResource/250/Resource
  Area: 786432P/2.08807GP
2018-06-24T21:06:11-04:00 0:00.250 0.203u 7.0.8 Resource convert[7364]: resource.c/AcquireMagickResource/357/Resource
  Memory: 12MiB/21MiB/995.668MiB
2018-06-24T21:06:11-04:00 0:00.281 0.234u 7.0.8 Cache convert[7364]: cache.c/ClonePixelCacheRepository/848/Cache
  Memory => Memory
2018-06-24T21:06:11-04:00 0:00.281 0.234u 7.0.8 Resource convert[7364]: resource.c/RelinquishMagickResource/1015/Resource
  Memory: 9MiB/12MiB/995.668MiB
2018-06-24T21:06:11-04:00 0:00.281 0.234u 7.0.8 Cache convert[7364]: cache.c/OpenPixelCache/3788/Cache
  open @itext_0.txt[0] (Heap Memory, 1024x768x4 12MiB)
2018-06-24T21:06:11-04:00 0:00.281 0.234u 7.0.8 Pixel convert[7364]: pixel.c/SetPixelChannelMask/6290/Pixel
  @itext_0.txt[07ffffff]
2018-06-24T21:06:11-04:00 0:00.281 0.234u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6174/Pixel
  @itext_0.txt[07ffffff]
2018-06-24T21:06:11-04:00 0:00.281 0.234u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6271/Pixel
    0: red (update,blend)
2018-06-24T21:06:11-04:00 0:00.281 0.234u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6271/Pixel
    1: green (update,blend)
2018-06-24T21:06:11-04:00 0:00.281 0.234u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6271/Pixel
    2: blue (update,blend)
2018-06-24T21:06:11-04:00 0:00.281 0.234u 7.0.8 Pixel convert[7364]: pixel.c/LogPixelChannels/6271/Pixel
    3: alpha (update)
2018-06-24T21:06:12-04:00 0:00.297 0.250u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:12-04:00 0:00.297 0.250u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’ Is; width: 979; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 2.98438,-1  69.1406,64.6719; origin: 979,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:12-04:00 0:00.297 0.250u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:12-04:00 0:00.312 0.266u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Annotate convert[7364]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: Over.; width: 334; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.26563,-1  32.75,24.0469; origin: 334,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Annotate convert[7364]: annotate.c/RenderFreetype/1545/Annotate
  Font c:/windows/fonts/ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Policy convert[7364]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Coder; rights=Write; pattern="JPEG" ...
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Policy convert[7364]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Path; rights=Write; pattern="image_0.jpg" ...
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Coder convert[7364]: jpeg.c/WriteJPEGImage/2295/Coder
  Image resolution: 0,0
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Resource convert[7364]: resource.c/AcquireMagickResource/357/Resource
  Memory: 2.25MiB/14.25MiB/995.668MiB
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Resource convert[7364]: resource.c/RelinquishMagickResource/1015/Resource
  Memory: 2.25MiB/12MiB/995.668MiB
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Coder convert[7364]: jpeg.c/WriteJPEGImage/2377/Coder
  Interlace: non-progressive
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Coder convert[7364]: jpeg.c/WriteJPEGImage/2391/Coder
  Quality: 0
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Coder convert[7364]: jpeg.c/WriteJPEGImage/2619/Coder
  Storage class: DirectClass
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Coder convert[7364]: jpeg.c/WriteJPEGImage/2621/Coder
  Depth: 16
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Coder convert[7364]: jpeg.c/WriteJPEGImage/2627/Coder
  Number of colors: unspecified
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Coder convert[7364]: jpeg.c/WriteJPEGImage/2629/Coder
  JPEG data precision: 8
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Coder convert[7364]: jpeg.c/WriteJPEGImage/2682/Coder
  Image colorspace is RGB
2018-06-24T21:06:12-04:00 0:00.328 0.281u 7.0.8 Coder convert[7364]: jpeg.c/WriteJPEGImage/2684/Coder
  Sampling factors: 1x1,1x1,1x1
2018-06-24T21:06:12-04:00 0:00.422 0.375u 7.0.8 Cache convert[7364]: cache.c/DestroyPixelCache/1049/Cache
  destroy @itext_0.txt[0]
2018-06-24T21:06:12-04:00 0:00.422 0.375u 7.0.8 Resource convert[7364]: resource.c/RelinquishMagickResource/1015/Resource
  Memory: 12MiB/0B/995.668MiB

Code: Select all

"C:\Program Files\ImageMagick\convert" -debug all -size 1024x768 -background "#1F497D" -fill white -font "c:\windows\fonts\ariblk.ttf" -pointsize 120 -weight Heavy -gravity Center caption:"@itext_0.txt" image_0.jpg

Code: Select all

2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: utility.c/ExpandFilenames/959/Configure
  Command line: C:\Program Files\ImageMagick\convert {-debug} {all} {-size} {1024x768} {-background} {#1F497D} {-fill} {white} {-font} {c:\windows\fonts\ariblk.ttf} {-pointsize} {120} {-weight} {Heavy} {-gravity} {Center} {caption:@itext_0.txt} {image_0.jpg}
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Program Files\ImageMagick\coder.xml"
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "coder.xml"
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Users\user\AppData\Local\ImageMagick\coder.xml"
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Exception convert[5556]: configure.c/GetConfigureOptions/714/Exception
  UnableToOpenConfigureFile `coder.xml'
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Program Files\ImageMagick\delegates.xml"
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "delegates.xml"
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Users\user\AppData\Local\ImageMagick\delegates.xml"
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: delegate.c/LoadDelegateCache/2014/Configure
  Loading delegate configuration file "C:\Program Files\ImageMagick\delegates.xml" ...
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.016 0.016u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Configure convert[5556]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Policy convert[5556]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Coder; rights=Read; pattern="CAPTION" ...
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Policy convert[5556]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Path; rights=Read; pattern="@itext_0.txt" ...
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Configure convert[5556]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Program Files\ImageMagick\colors.xml"
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Configure convert[5556]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "colors.xml"
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Configure convert[5556]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Users\user\AppData\Local\ImageMagick\colors.xml"
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Configure convert[5556]: color.c/LoadColorCache/2020/Configure
  Loading color file "C:\Program Files\ImageMagick\colors.xml" ...
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Resource convert[5556]: resource.c/AcquireMagickResource/250/Resource
  Width: 4560P/107.374MP
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Resource convert[5556]: resource.c/AcquireMagickResource/250/Resource
  Width: 1024P/107.374MP
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Resource convert[5556]: resource.c/AcquireMagickResource/250/Resource
  Height: 768P/107.374MP
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Resource convert[5556]: resource.c/AcquireMagickResource/250/Resource
  ListLength: 1/18.4467E
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Pixel convert[5556]: pixel.c/SetPixelChannelMask/6290/Pixel
  @itext_0.txt[07ffffff]
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6174/Pixel
  @itext_0.txt[07ffffff]
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6271/Pixel
    0: red (update)
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6271/Pixel
    1: green (update)
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6271/Pixel
    2: blue (update)
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Resource convert[5556]: resource.c/AcquireMagickResource/250/Resource
  Area: 786432P/2.08807GP
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Resource convert[5556]: resource.c/AcquireMagickResource/357/Resource
  Memory: 9MiB/9MiB/995.668MiB
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Cache convert[5556]: cache.c/OpenPixelCache/3788/Cache
  open @itext_0.txt[0] (Heap Memory, 1024x768x3 9MiB)
2018-06-24T21:07:34-04:00 0:00.032 0.031u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.047 0.047u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: T; width: 87; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 2.75,-0.59375  83.4375,86.3438; origin: 87,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.047 0.047u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.047 0.047u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: Th; width: 170; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.20313,-0.59375  73.0156,86.3906; origin: 170,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.047 0.047u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.047 0.047u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The; width: 250; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.21875,-1  76.2969,64.2031; origin: 250,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.047 0.047u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.047 0.047u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The ; width: 290; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.21875,-1  76.2969,64.2031; origin: 290,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.047 0.047u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.063 0.063u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The A; width: 383; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 0.125,-0.5  93.6406,86; origin: 383,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.063 0.063u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.063 0.063u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The Am; width: 503; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.39063,-0.5  112.969,64; origin: 503,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.063 0.063u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.063 0.063u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The Ame; width: 583; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.21875,-1  76.2969,64.2031; origin: 583,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.063 0.063u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.063 0.063u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The Amer; width: 636; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.4375,-1  56.4219,64; origin: 636,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.063 0.063u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.079 0.078u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The Ameri; width: 676; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 8.09375,-1  31.9375,86.3281; origin: 676,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.079 0.078u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.079 0.078u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The Americ; width: 756; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.34375,-1  76.2969,64.4531; origin: 756,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.079 0.078u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.079 0.078u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The America; width: 836; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.28125,-1  75.9375,64.2656; origin: 836,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.079 0.078u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.094 0.094u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The American; width: 916; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.20313,-1  73.0156,64; origin: 916,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.094 0.094u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.094 0.094u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The American ; width: 956; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.20313,-1  73.0156,64; origin: 956,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.094 0.094u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.094 0.094u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The American ‘; width: 989; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.10938,40  29.5938,88.0781; origin: 989,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.094 0.094u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.110 0.109u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The American ‘E; width: 1076; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 8.73438,40  81.1563,86.4531; origin: 1076,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.110 0.109u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.110 0.109u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘; width: 33; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.10938,40  29.5938,88.0781; origin: 33,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.110 0.109u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.110 0.109u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘E; width: 120; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 8.73438,40  81.1563,86.4531; origin: 120,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.110 0.109u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.110 0.109u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Ex; width: 200; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 0.640625,40  79.3438,62.5781; origin: 200,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.110 0.109u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.110 0.109u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Exp; width: 280; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.32813,-24  75.8281,64; origin: 280,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.125 0.125u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.125 0.125u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Expe; width: 360; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.21875,-1  76.2969,64.2031; origin: 360,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.125 0.125u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.125 0.125u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Exper; width: 413; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.4375,-1  56.4219,64; origin: 413,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.125 0.125u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.125 0.125u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experi; width: 453; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 8.09375,-1  31.9375,86.3281; origin: 453,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.125 0.125u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.125 0.125u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experim; width: 573; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.39063,-1  112.969,64; origin: 573,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.141 0.141u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.141 0.141u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experime; width: 653; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.21875,-1  76.2969,64.2031; origin: 653,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.141 0.141u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.141 0.141u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experimen; width: 733; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.20313,-1  73.0156,64; origin: 733,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.141 0.141u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.141 0.141u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment; width: 786; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 3.28125,-1  49.9844,86.8125; origin: 786,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.141 0.141u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.157 0.156u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’; width: 819; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.10938,39.7344  29.5938,87.8125; origin: 819,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.157 0.156u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.157 0.156u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’ ; width: 859; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.10938,39.7344  29.5938,87.8125; origin: 859,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.157 0.156u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.157 0.156u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’ I; width: 906; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 9.84375,39.7344  36.4531,86.3906; origin: 906,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.157 0.156u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.172 0.172u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’ Is; width: 979; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 2.98438,-1  69.1406,64.6719; origin: 979,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.172 0.172u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.172 0.172u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’ Is ; width: 1019; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 2.98438,-1  69.1406,64.6719; origin: 1019,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.172 0.172u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.172 0.172u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’ Is O; width: 1119; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 5.45313,-1  94.4531,88.2188; origin: 1119,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.172 0.172u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.172 0.172u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: O; width: 100; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 5.45313,-1  94.4531,88.2188; origin: 100,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.172 0.172u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.188 0.188u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: Ov; width: 173; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 0.125,-1  73.5938,62.5; origin: 173,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.188 0.188u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.188 0.188u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: Ove; width: 250; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 4.21875,-1  76.2969,64.2031; origin: 250,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.188 0.188u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.188 0.188u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: Over; width: 303; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.4375,-1  56.4219,64; origin: 303,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.188 0.188u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.188 0.188u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: Over.; width: 334; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.26563,-1  32.75,24.0469; origin: 334,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.188 0.188u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.203 0.203u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: The American; width: 916; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.20313,-1  73.0156,64; origin: 916,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:34-04:00 0:00.203 0.203u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:34-04:00 0:00.203 0.203u 7.0.8 Resource convert[5556]: resource.c/AcquireMagickResource/250/Resource
  Width: 1024P/107.374MP
2018-06-24T21:07:34-04:00 0:00.203 0.203u 7.0.8 Resource convert[5556]: resource.c/AcquireMagickResource/250/Resource
  Height: 768P/107.374MP
2018-06-24T21:07:34-04:00 0:00.203 0.203u 7.0.8 Resource convert[5556]: resource.c/AcquireMagickResource/250/Resource
  ListLength: 1/18.4467E
2018-06-24T21:07:34-04:00 0:00.203 0.203u 7.0.8 Pixel convert[5556]: pixel.c/SetPixelChannelMask/6290/Pixel
  @itext_0.txt[07ffffff]
2018-06-24T21:07:34-04:00 0:00.203 0.203u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6174/Pixel
  @itext_0.txt[07ffffff]
2018-06-24T21:07:34-04:00 0:00.203 0.203u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6271/Pixel
    0: red (update,blend)
2018-06-24T21:07:34-04:00 0:00.203 0.203u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6271/Pixel
    1: green (update,blend)
2018-06-24T21:07:34-04:00 0:00.203 0.203u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6271/Pixel
    2: blue (update,blend)
2018-06-24T21:07:34-04:00 0:00.203 0.203u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6271/Pixel
    3: alpha (update)
2018-06-24T21:07:34-04:00 0:00.203 0.203u 7.0.8 Resource convert[5556]: resource.c/AcquireMagickResource/250/Resource
  Area: 786432P/2.08807GP
2018-06-24T21:07:34-04:00 0:00.203 0.203u 7.0.8 Resource convert[5556]: resource.c/AcquireMagickResource/357/Resource
  Memory: 12MiB/21MiB/995.668MiB
2018-06-24T21:07:34-04:00 0:00.219 0.219u 7.0.8 Cache convert[5556]: cache.c/ClonePixelCacheRepository/848/Cache
  Memory => Memory
2018-06-24T21:07:34-04:00 0:00.219 0.219u 7.0.8 Resource convert[5556]: resource.c/RelinquishMagickResource/1015/Resource
  Memory: 9MiB/12MiB/995.668MiB
2018-06-24T21:07:34-04:00 0:00.219 0.219u 7.0.8 Cache convert[5556]: cache.c/OpenPixelCache/3788/Cache
  open @itext_0.txt[0] (Heap Memory, 1024x768x4 12MiB)
2018-06-24T21:07:34-04:00 0:00.219 0.219u 7.0.8 Pixel convert[5556]: pixel.c/SetPixelChannelMask/6290/Pixel
  @itext_0.txt[07ffffff]
2018-06-24T21:07:35-04:00 0:00.235 0.234u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6174/Pixel
  @itext_0.txt[07ffffff]
2018-06-24T21:07:35-04:00 0:00.235 0.234u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6271/Pixel
    0: red (update,blend)
2018-06-24T21:07:35-04:00 0:00.235 0.234u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6271/Pixel
    1: green (update,blend)
2018-06-24T21:07:35-04:00 0:00.235 0.234u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6271/Pixel
    2: blue (update,blend)
2018-06-24T21:07:35-04:00 0:00.235 0.234u 7.0.8 Pixel convert[5556]: pixel.c/LogPixelChannels/6271/Pixel
    3: alpha (update)
2018-06-24T21:07:35-04:00 0:00.235 0.234u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:35-04:00 0:00.250 0.250u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: ‘Experiment’ Is; width: 979; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 2.98438,-1  69.1406,64.6719; origin: 979,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:35-04:00 0:00.250 0.250u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:35-04:00 0:00.266 0.266u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:35-04:00 0:00.266 0.266u 7.0.8 Annotate convert[5556]: annotate.c/GetTypeMetrics/931/Annotate
  Metrics: text: Over.; width: 334; height: 169; ascent: 133; descent: -38; max advance: 207; bounds: 7.26563,-1  32.75,24.0469; origin: 334,0; pixels per em: 120,120; underline position: -4.95313; underline thickness: 1.92188
2018-06-24T21:07:35-04:00 0:00.266 0.266u 7.0.8 Annotate convert[5556]: annotate.c/RenderFreetype/1545/Annotate
  Font c:\windows\fonts\ariblk.ttf; font-encoding none; text-encoding none; pointsize 120
2018-06-24T21:07:35-04:00 0:00.266 0.266u 7.0.8 Policy convert[5556]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Coder; rights=Write; pattern="JPEG" ...
2018-06-24T21:07:35-04:00 0:00.266 0.266u 7.0.8 Policy convert[5556]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Path; rights=Write; pattern="image_0.jpg" ...
2018-06-24T21:07:35-04:00 0:00.266 0.266u 7.0.8 Coder convert[5556]: jpeg.c/WriteJPEGImage/2295/Coder
  Image resolution: 0,0
2018-06-24T21:07:35-04:00 0:00.266 0.266u 7.0.8 Resource convert[5556]: resource.c/AcquireMagickResource/357/Resource
  Memory: 2.25MiB/14.25MiB/995.668MiB
2018-06-24T21:07:35-04:00 0:00.282 0.281u 7.0.8 Resource convert[5556]: resource.c/RelinquishMagickResource/1015/Resource
  Memory: 2.25MiB/12MiB/995.668MiB
2018-06-24T21:07:35-04:00 0:00.282 0.281u 7.0.8 Coder convert[5556]: jpeg.c/WriteJPEGImage/2377/Coder
  Interlace: non-progressive
2018-06-24T21:07:35-04:00 0:00.282 0.281u 7.0.8 Coder convert[5556]: jpeg.c/WriteJPEGImage/2391/Coder
  Quality: 0
2018-06-24T21:07:35-04:00 0:00.282 0.281u 7.0.8 Coder convert[5556]: jpeg.c/WriteJPEGImage/2619/Coder
  Storage class: DirectClass
2018-06-24T21:07:35-04:00 0:00.282 0.281u 7.0.8 Coder convert[5556]: jpeg.c/WriteJPEGImage/2621/Coder
  Depth: 16
2018-06-24T21:07:35-04:00 0:00.282 0.281u 7.0.8 Coder convert[5556]: jpeg.c/WriteJPEGImage/2627/Coder
  Number of colors: unspecified
2018-06-24T21:07:35-04:00 0:00.282 0.281u 7.0.8 Coder convert[5556]: jpeg.c/WriteJPEGImage/2629/Coder
  JPEG data precision: 8
2018-06-24T21:07:35-04:00 0:00.282 0.281u 7.0.8 Coder convert[5556]: jpeg.c/WriteJPEGImage/2682/Coder
  Image colorspace is RGB
2018-06-24T21:07:35-04:00 0:00.282 0.281u 7.0.8 Coder convert[5556]: jpeg.c/WriteJPEGImage/2684/Coder
  Sampling factors: 1x1,1x1,1x1
2018-06-24T21:07:35-04:00 0:00.360 0.344u 7.0.8 Cache convert[5556]: cache.c/DestroyPixelCache/1049/Cache
  destroy @itext_0.txt[0]
2018-06-24T21:07:35-04:00 0:00.360 0.344u 7.0.8 Resource convert[5556]: resource.c/RelinquishMagickResource/1015/Resource
  Memory: 12MiB/0B/995.668MiB
Anyway, I changed "convert" using pango to use the Win-style directory delimiters based on the response:

Code: Select all

"C:\Program Files\ImageMagick\convert" -debug all -size 1024x768 -background "#10253F" -fill white -font "c:\windows\fonts\ariblk.ttf" -pointsize 96 -weight Heavy -gravity Center pango:"@itext_3.txt" image_3.jpg
And it gives the same warnings as reported in the op - about half-way down in the log below.

Code: Select all

2018-06-24T21:17:40-04:00 0:00.000 0.000u 7.0.8 Configure convert[4736]: utility.c/ExpandFilenames/959/Configure
  Command line: C:\Program Files\ImageMagick\convert {-debug} {all} {-size} {1024x768} {-background} {#10253F} {-fill} {white} {-font} {c:\windows\fonts\ariblk.ttf} {-pointsize} {96} {-weight} {Heavy} {-gravity} {Center} {pango:@itext_3.txt} {image_3.jpg}
2018-06-24T21:17:40-04:00 0:00.000 0.000u 7.0.8 Configure convert[4736]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Program Files\ImageMagick\coder.xml"
2018-06-24T21:17:40-04:00 0:00.000 0.000u 7.0.8 Configure convert[4736]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "coder.xml"
2018-06-24T21:17:40-04:00 0:00.000 0.000u 7.0.8 Configure convert[4736]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Users\user\AppData\Local\ImageMagick\coder.xml"
2018-06-24T21:17:40-04:00 0:00.016 0.000u 7.0.8 Exception convert[4736]: configure.c/GetConfigureOptions/714/Exception
  UnableToOpenConfigureFile `coder.xml'
2018-06-24T21:17:40-04:00 0:00.016 0.000u 7.0.8 Configure convert[4736]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Program Files\ImageMagick\delegates.xml"
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "delegates.xml"
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Users\user\AppData\Local\ImageMagick\delegates.xml"
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: delegate.c/LoadDelegateCache/2014/Configure
  Loading delegate configuration file "C:\Program Files\ImageMagick\delegates.xml" ...
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Configure convert[4736]: nt-base.c/NTLocateGhostscript/1206/Configure
  Ghostscript ((null)) version 0.00
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Policy convert[4736]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Coder; rights=Read; pattern="PANGO" ...
2018-06-24T21:17:40-04:00 0:00.031 0.000u 7.0.8 Policy convert[4736]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Path; rights=Read; pattern="@itext_3.txt" ...
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Configure convert[4736]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Program Files\ImageMagick\colors.xml"
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Configure convert[4736]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "colors.xml"
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Configure convert[4736]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "C:\Users\user\AppData\Local\ImageMagick\colors.xml"
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Configure convert[4736]: color.c/LoadColorCache/2020/Configure
  Loading color file "C:\Program Files\ImageMagick\colors.xml" ...
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Resource convert[4736]: resource.c/AcquireMagickResource/250/Resource
  Width: 1024P/107.374MP
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Resource convert[4736]: resource.c/AcquireMagickResource/250/Resource
  Height: 768P/107.374MP
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Resource convert[4736]: resource.c/AcquireMagickResource/250/Resource
  ListLength: 1/18.4467E
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Pixel convert[4736]: pixel.c/SetPixelChannelMask/6290/Pixel
  @itext_3.txt[07ffffff]
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Pixel convert[4736]: pixel.c/LogPixelChannels/6174/Pixel
  @itext_3.txt[07ffffff]
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Pixel convert[4736]: pixel.c/LogPixelChannels/6271/Pixel
    0: red (update)
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Pixel convert[4736]: pixel.c/LogPixelChannels/6271/Pixel
    1: green (update)
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Pixel convert[4736]: pixel.c/LogPixelChannels/6271/Pixel
    2: blue (update)
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Resource convert[4736]: resource.c/AcquireMagickResource/250/Resource
  Area: 786432P/2.08807GP
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Resource convert[4736]: resource.c/AcquireMagickResource/357/Resource
  Memory: 9MiB/9MiB/995.668MiB
2018-06-24T21:17:40-04:00 0:00.078 0.031u 7.0.8 Cache convert[4736]: cache.c/OpenPixelCache/3788/Cache
  open @itext_3.txt[0] (Heap Memory, 1024x768x3 9MiB)

** (convert.exe:4736): WARNING **: couldn't load font "c:\windows\fonts\ariblk.ttf Not-Rotated 96", falling back to "Sans Not-Rotated 96", expect ugly output.

** (convert.exe:4736): WARNING **: couldn't load font "c:\windows\fonts\ariblk.ttf Bold Not-Rotated 96", falling back to "Sans Bold Not-Rotated 96", expect ugly output.

** (convert.exe:4736): WARNING **: couldn't load font "c:\windows\fonts\ariblk.ttf Italic Not-Rotated 96", falling back to "Sans Italic Not-Rotated 96", expect ugly output.
2018-06-24T21:17:40-04:00 0:00.313 0.141u 7.0.8 Policy convert[4736]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Coder; rights=Write; pattern="JPEG" ...
2018-06-24T21:17:40-04:00 0:00.313 0.141u 7.0.8 Policy convert[4736]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Path; rights=Write; pattern="image_3.jpg" ...
2018-06-24T21:17:40-04:00 0:00.313 0.141u 7.0.8 Coder convert[4736]: jpeg.c/WriteJPEGImage/2295/Coder
  Image resolution: 0,0
2018-06-24T21:17:40-04:00 0:00.313 0.141u 7.0.8 Resource convert[4736]: resource.c/AcquireMagickResource/357/Resource
  Memory: 2.25MiB/11.25MiB/995.668MiB
2018-06-24T21:17:40-04:00 0:00.313 0.141u 7.0.8 Resource convert[4736]: resource.c/RelinquishMagickResource/1015/Resource
  Memory: 2.25MiB/9MiB/995.668MiB
2018-06-24T21:17:40-04:00 0:00.313 0.141u 7.0.8 Coder convert[4736]: jpeg.c/WriteJPEGImage/2377/Coder
  Interlace: non-progressive
2018-06-24T21:17:40-04:00 0:00.313 0.141u 7.0.8 Coder convert[4736]: jpeg.c/WriteJPEGImage/2391/Coder
  Quality: 0
2018-06-24T21:17:40-04:00 0:00.313 0.141u 7.0.8 Coder convert[4736]: jpeg.c/WriteJPEGImage/2619/Coder
  Storage class: DirectClass
2018-06-24T21:17:40-04:00 0:00.313 0.141u 7.0.8 Coder convert[4736]: jpeg.c/WriteJPEGImage/2621/Coder
  Depth: 16
2018-06-24T21:17:40-04:00 0:00.313 0.141u 7.0.8 Coder convert[4736]: jpeg.c/WriteJPEGImage/2627/Coder
  Number of colors: unspecified
2018-06-24T21:17:40-04:00 0:00.313 0.141u 7.0.8 Coder convert[4736]: jpeg.c/WriteJPEGImage/2629/Coder
  JPEG data precision: 8
2018-06-24T21:17:40-04:00 0:00.313 0.141u 7.0.8 Coder convert[4736]: jpeg.c/WriteJPEGImage/2682/Coder
  Image colorspace is RGB
2018-06-24T21:17:40-04:00 0:00.313 0.141u 7.0.8 Coder convert[4736]: jpeg.c/WriteJPEGImage/2684/Coder
  Sampling factors: 1x1,1x1,1x1
2018-06-24T21:17:40-04:00 0:00.391 0.219u 7.0.8 Cache convert[4736]: cache.c/DestroyPixelCache/1049/Cache
  destroy @itext_3.txt[0]
2018-06-24T21:17:40-04:00 0:00.406 0.234u 7.0.8 Resource convert[4736]: resource.c/RelinquishMagickResource/1015/Resource
  Memory: 9MiB/0B/995.668MiB
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: convert & pango - "couldn't load font"

Post by fmw42 »

Are you sure you actually have that file in your fonts directory? Might it be corrupt? Does your command work if you use -font Arial-Black rather than the path to the font file?

Do you have pango properly installed so that ImageMagick can find it as a delegate? Does your command work with any other font?

You can rename the ImageMagick convert to something like IM_convert so that there is no confusion with the Windows convert.
HiRezGuy
Posts: 19
Joined: 2018-06-24T08:26:07-07:00
Authentication code: 1152

Re: convert & pango - "couldn't load font"

Post by HiRezGuy »

Thanks for your response. No worries about the executable name.

Here is what I see in the \windows\fonts folder. It's there. It worked with the non-pango invocations I posted too.

Contents of C:\Windows\Fonts -- arial black is marked with 3 asterisk (viz., ***).

Code: Select all

 Volume in drive C is Par_0
 Volume Serial Number is 9C23-FE79

 Directory of C:\Windows\Fonts

04/11/2018  07:34 PM            10,976 8514fix.fon
04/11/2018  07:34 PM            10,976 8514fixe.fon
04/11/2018  07:34 PM            11,520 8514fixg.fon
04/11/2018  07:34 PM            10,976 8514fixr.fon
04/11/2018  07:34 PM            11,488 8514fixt.fon
04/11/2018  07:34 PM            12,288 8514oem.fon
04/11/2018  07:34 PM            13,248 8514oeme.fon
04/11/2018  07:34 PM            12,800 8514oemg.fon
04/11/2018  07:34 PM            13,200 8514oemr.fon
04/11/2018  07:34 PM            12,720 8514oemt.fon
04/11/2018  07:34 PM             9,280 8514sys.fon
04/11/2018  07:34 PM             9,504 8514syse.fon
04/11/2018  07:34 PM             9,856 8514sysg.fon
04/11/2018  07:34 PM            10,064 8514sysr.fon
04/11/2018  07:34 PM             9,792 8514syst.fon
04/11/2018  07:34 PM            12,304 85775.fon
04/11/2018  07:34 PM            12,256 85855.fon
04/11/2018  07:34 PM            12,336 85f1255.fon
04/11/2018  07:34 PM            12,384 85f1256.fon
04/11/2018  07:34 PM            10,976 85f1257.fon
04/11/2018  07:34 PM            12,288 85f874.fon
04/11/2018  07:34 PM            10,224 85s1255.fon
04/11/2018  07:34 PM            10,608 85s1256.fon
04/11/2018  07:34 PM             9,472 85s1257.fon
04/11/2018  07:34 PM            10,240 85s874.fon
11/19/2002  02:43 PM            60,656 AGENCYB.TTF
11/19/2002  02:43 PM            58,920 AGENCYR.TTF
10/29/1999  04:42 PM            75,272 ALGER.TTF
11/12/1998  12:18 PM           151,000 ANTQUAB.TTF
11/12/1998  12:18 PM           150,416 ANTQUABI.TTF
11/12/1998  12:18 PM           149,092 ANTQUAI.TTF
04/11/2018  07:34 PM            35,808 app775.fon
04/11/2018  07:34 PM            36,672 app850.fon
04/11/2018  07:34 PM            36,656 app852.fon
04/11/2018  07:34 PM            37,296 app855.fon
04/11/2018  07:34 PM            36,672 app857.fon
04/11/2018  07:34 PM            37,472 app866.fon
04/11/2018  07:34 PM            80,896 app932.fon
04/11/2018  07:34 PM            70,000 app936.fon
04/11/2018  07:34 PM            80,896 app949.fon
04/11/2018  07:34 PM            70,000 app950.fon
04/11/2018  07:34 PM         1,036,584 arial.ttf
04/11/2018  07:34 PM           980,756 arialbd.ttf
04/11/2018  07:34 PM           721,144 arialbi.ttf
04/11/2018  07:34 PM           717,428 ariali.ttf
08/14/2008  08:25 PM           175,956 ARIALN.TTF
08/14/2008  08:25 PM           180,740 ARIALNB.TTF
08/14/2008  08:25 PM           180,084 ARIALNBI.TTF
08/14/2008  08:25 PM           181,124 ARIALNI.TTF
11/18/2002  09:44 PM        23,275,812 ARIALUNI.TTF
***04/11/2018  07:34 PM           167,592 ariblk.ttf
08/18/1999  04:13 PM            45,260 ARLRDBD.TTF
04/11/2018  07:34 PM           323,004 bahnschrift.ttf
08/18/1999  04:13 PM            54,976 BASKVILL.TTF
08/18/1999  04:13 PM            46,176 BAUHS93.TTF
08/18/1999  04:13 PM            84,840 BELL.TTF
08/18/1999  04:13 PM            82,580 BELLB.TTF
08/18/1999  04:13 PM            82,192 BELLI.TTF
08/18/1999  04:13 PM            70,656 BERNHC.TTF
11/12/1998  12:18 PM           155,528 BKANT.TTF
11/27/2002  06:42 PM            74,440 BOD_B.TTF
11/27/2002  06:42 PM            85,308 BOD_BI.TTF
11/27/2002  06:42 PM            83,816 BOD_BLAI.TTF
11/27/2002  06:42 PM            73,616 BOD_BLAR.TTF
11/27/2002  06:42 PM            74,092 BOD_CB.TTF
11/27/2002  06:42 PM            81,072 BOD_CBI.TTF
11/27/2002  06:42 PM            80,536 BOD_CI.TTF
11/27/2002  06:42 PM            80,580 BOD_CR.TTF
11/27/2002  06:42 PM            89,940 BOD_I.TTF
11/27/2002  06:42 PM            91,592 BOD_PSTC.TTF
11/27/2002  06:42 PM            77,884 BOD_R.TTF
11/04/1998  09:30 PM           160,940 BOOKOS.TTF
11/04/1998  09:30 PM           154,576 BOOKOSB.TTF
11/04/1998  09:30 PM           162,460 BOOKOSBI.TTF
08/18/1999  05:53 PM           161,020 BOOKOSI.TTF
10/15/1999  01:55 PM           105,296 BRADHITC.TTF
08/18/1999  04:13 PM            40,728 BRITANIC.TTF
07/14/1998  05:41 PM            96,880 BRLNSB.TTF
07/14/1998  05:41 PM            96,852 BRLNSDB.TTF
07/14/1998  05:41 PM            97,284 BRLNSR.TTF
05/03/2002  08:04 PM            60,372 BROADW.TTF
08/18/1999  04:13 PM            53,456 BRUSHSCI.TTF
12/12/2003  04:42 PM            54,412 BSSYM7.TTF
04/11/2018  07:34 PM            10,992 c8514fix.fon
04/11/2018  07:34 PM            13,552 c8514oem.fon
04/11/2018  07:34 PM            17,760 c8514sys.fon
04/11/2018  07:34 PM         1,572,076 calibri.ttf
04/11/2018  07:34 PM         1,540,504 calibrib.ttf
04/11/2018  07:34 PM         1,120,284 calibrii.ttf
04/11/2018  07:34 PM         1,372,424 calibril.ttf
04/11/2018  07:34 PM           987,056 calibrili.ttf
04/11/2018  07:34 PM         1,080,204 calibriz.ttf
07/14/1998  05:42 PM            80,620 CALIFB.TTF
07/14/1998  05:42 PM            98,748 CALIFI.TTF
07/14/1998  05:42 PM           105,300 CALIFR.TTF
04/02/1999  07:31 PM            80,148 CALIST.TTF
04/02/1999  07:32 PM            85,080 CALISTB.TTF
04/02/1999  07:32 PM            84,960 CALISTBI.TTF
04/02/1999  07:32 PM            59,372 CALISTI.TTF
04/11/2018  07:34 PM         1,792,664 cambria.ttc
04/11/2018  07:34 PM           841,440 cambriab.ttf
04/11/2018  07:34 PM           892,620 cambriai.ttf
04/11/2018  07:34 PM           856,672 cambriaz.ttf
04/11/2018  07:34 PM           219,532 Candara.ttf
04/11/2018  07:34 PM           227,604 Candarab.ttf
04/11/2018  07:34 PM           227,648 Candarai.ttf
04/11/2018  07:34 PM           229,364 Candaraz.ttf
10/15/1999  01:55 PM            48,252 CASTELAR.TTF
03/17/1999  07:07 PM           162,380 CENSCBK.TTF
10/15/1999  01:55 PM            82,760 CENTAUR.TTF
11/12/2002  02:26 PM           165,248 CENTURY.TTF
04/11/2018  07:34 PM             7,216 cga40737.fon
04/11/2018  07:34 PM             6,352 cga40850.fon
04/11/2018  07:34 PM             6,672 cga40852.fon
04/11/2018  07:34 PM             6,672 cga40857.fon
04/11/2018  07:34 PM             7,232 cga40866.fon
04/11/2018  07:34 PM             7,216 cga40869.fon
04/11/2018  07:34 PM             6,336 cga40woa.fon
04/11/2018  07:34 PM             5,168 cga80737.fon
04/11/2018  07:34 PM             4,320 cga80850.fon
04/11/2018  07:34 PM             5,200 cga80852.fon
04/11/2018  07:34 PM             4,640 cga80857.fon
04/11/2018  07:34 PM             5,168 cga80866.fon
04/11/2018  07:34 PM             5,168 cga80869.fon
04/11/2018  07:34 PM             4,304 cga80woa.fon
10/15/1999  01:55 PM            96,452 CHILLER.TTF
08/18/1999  04:13 PM            54,952 COLONNA.TTF
04/11/2018  07:34 PM           245,600 comic.ttf
04/11/2018  07:34 PM           229,408 comicbd.ttf
04/11/2018  07:34 PM           226,708 comici.ttf
04/11/2018  07:34 PM           224,252 comicz.ttf
04/11/2018  07:34 PM           459,180 consola.ttf
04/11/2018  07:34 PM           397,896 consolab.ttf
04/11/2018  07:34 PM           467,584 consolai.ttf
04/11/2018  07:34 PM           407,956 consolaz.ttf
04/11/2018  07:34 PM           448,376 constan.ttf
04/11/2018  07:34 PM           451,824 constanb.ttf
04/11/2018  07:34 PM           448,748 constani.ttf
04/11/2018  07:34 PM           455,564 constanz.ttf
08/18/1999  04:13 PM            80,388 COOPBL.TTF
08/18/1999  04:13 PM            61,552 COPRGTB.TTF
08/18/1999  04:13 PM            62,716 COPRGTL.TTF
04/11/2018  07:34 PM           275,372 corbel.ttf
04/11/2018  07:34 PM           288,264 corbelb.ttf
04/11/2018  07:34 PM           283,172 corbeli.ttf
04/11/2018  07:34 PM           292,928 corbelz.ttf
04/11/2018  07:34 PM            26,432 coue1255.fon
04/11/2018  07:34 PM            26,544 coue1256.fon
04/11/2018  07:34 PM            23,440 coue1257.fon
04/11/2018  07:34 PM            35,888 couf1255.fon
04/11/2018  07:34 PM            36,032 couf1256.fon
04/11/2018  07:34 PM            31,760 couf1257.fon
04/11/2018  07:34 PM           806,504 cour.ttf
04/11/2018  07:34 PM           805,244 courbd.ttf
04/11/2018  07:34 PM           577,488 courbi.ttf
04/11/2018  07:34 PM            23,408 coure.fon
04/11/2018  07:34 PM            23,440 couree.fon
04/11/2018  07:34 PM            25,024 coureg.fon
04/11/2018  07:34 PM            23,440 courer.fon
04/11/2018  07:34 PM            25,024 couret.fon
04/11/2018  07:34 PM            31,712 courf.fon
04/11/2018  07:34 PM            31,776 courfe.fon
04/11/2018  07:34 PM            33,344 courfg.fon
04/11/2018  07:34 PM            31,808 courfr.fon
04/11/2018  07:34 PM            33,360 courft.fon
04/11/2018  07:34 PM           667,440 couri.ttf
02/02/2000  09:28 PM            69,480 CURLZ___.TTF
04/11/2018  07:34 PM             5,600 cvgafix.fon
04/11/2018  07:34 PM            12,896 cvgasys.fon
04/11/2018  07:36 PM                65 desktop.ini
04/11/2018  07:34 PM            36,336 dos737.fon
04/11/2018  07:34 PM            36,816 dos869.fon
04/11/2018  07:34 PM            36,656 dosapp.fon
04/11/2018  07:34 PM           876,232 ebrima.ttf
04/11/2018  07:34 PM           878,212 ebrimabd.ttf
04/11/2018  07:34 PM             9,248 ega40737.fon
04/11/2018  07:34 PM             8,384 ega40850.fon
04/11/2018  07:34 PM             8,368 ega40852.fon
04/11/2018  07:34 PM             8,704 ega40857.fon
04/11/2018  07:34 PM             9,232 ega40866.fon
04/11/2018  07:34 PM             9,248 ega40869.fon
04/11/2018  07:34 PM             8,368 ega40woa.fon
04/11/2018  07:34 PM             6,192 ega80737.fon
04/11/2018  07:34 PM             5,328 ega80850.fon
04/11/2018  07:34 PM             5,344 ega80852.fon
04/11/2018  07:34 PM             5,648 ega80857.fon
04/11/2018  07:34 PM             5,280 ega80866.fon
04/11/2018  07:34 PM             6,192 ega80869.fon
04/11/2018  07:34 PM             5,312 ega80woa.fon
06/24/1999  03:40 PM            51,652 ELEPHNT.TTF
06/24/1999  03:40 PM            54,324 ELEPHNTI.TTF
06/25/1999  04:23 PM            49,768 ENGR.TTF
03/17/1999  07:07 PM            57,508 ERASBD.TTF
03/17/1999  07:07 PM            59,996 ERASDEMI.TTF
03/17/1999  07:07 PM            68,656 ERASLGHT.TTF
03/17/1999  07:07 PM            60,772 ERASMD.TTF
04/23/1999  08:22 PM            45,952 FELIXTI.TTF
11/21/2002  09:17 PM            61,776 FORTE.TTF
01/10/2001  06:32 PM           152,700 FRABK.TTF
01/10/2001  06:32 PM           169,620 FRABKIT.TTF
04/23/1999  08:22 PM           142,932 FRADM.TTF
04/23/1999  08:22 PM           116,940 FRADMCN.TTF
04/23/1999  08:22 PM           135,904 FRADMIT.TTF
04/23/1999  08:22 PM           139,400 FRAHV.TTF
04/23/1999  08:22 PM           152,700 FRAHVIT.TTF
04/11/2018  07:34 PM           133,632 framd.ttf
05/06/1999  12:02 AM           132,516 FRAMDCN.TTF
04/11/2018  07:34 PM           148,728 framdit.ttf
10/15/1999  01:55 PM            69,876 FREESCPT.TTF
04/23/1999  08:22 PM            58,580 FRSCRIPT.TTF
08/18/1999  04:13 PM            83,580 FTLTLT.TTF
04/11/2018  07:34 PM         1,806,004 Gabriola.ttf
04/11/2018  07:34 PM           247,240 gadugi.ttf
04/11/2018  07:34 PM           244,912 gadugib.ttf
04/02/2004  04:06 PM           198,072 GARA.TTF
04/02/2004  04:05 PM           199,772 GARABD.TTF
04/02/2004  04:05 PM           189,464 GARAIT.TTF
04/11/2018  07:34 PM           219,712 georgia.ttf
04/11/2018  07:34 PM           207,476 georgiab.ttf
04/11/2018  07:34 PM           208,444 georgiai.ttf
04/11/2018  07:34 PM           211,780 georgiaz.ttf
10/15/1999  01:55 PM           142,072 GIGI.TTF
03/17/1999  07:07 PM            71,496 GILBI___.TTF
03/17/1999  07:07 PM            68,304 GILB____.TTF
04/02/1999  07:32 PM            60,320 GILC____.TTF
03/17/1999  07:07 PM            69,436 GILI____.TTF
04/02/1999  07:32 PM            72,408 GILLUBCD.TTF
04/02/1999  07:32 PM            73,136 GILSANUB.TTF
03/17/1999  07:07 PM            67,416 GIL_____.TTF
08/18/1999  04:13 PM            72,676 GLECB.TTF
05/05/2018  01:09 AM            26,040 GlobalMonospace.CompositeFont
05/05/2018  01:09 AM            26,489 GlobalSansSerif.CompositeFont
05/05/2018  01:09 AM            29,779 GlobalSerif.CompositeFont
05/05/2018  01:09 AM            43,318 GlobalUserInterface.CompositeFont
04/02/1999  07:32 PM            84,668 GLSNECB.TTF
11/12/1998  08:39 PM           137,568 GOTHIC.TTF
11/12/1998  08:39 PM           129,676 GOTHICB.TTF
11/12/1998  08:39 PM           139,084 GOTHICBI.TTF
11/12/1998  08:39 PM           148,520 GOTHICI.TTF
08/18/1999  04:13 PM            81,376 GOUDOS.TTF
08/18/1999  04:13 PM            82,796 GOUDOSB.TTF
08/18/1999  04:13 PM            80,280 GOUDOSI.TTF
05/03/2002  08:05 PM            55,956 GOUDYSTO.TTF
04/11/2018  07:34 PM            11,056 h8514fix.fon
04/11/2018  07:34 PM            12,400 h8514oem.fon
04/11/2018  07:34 PM            10,032 h8514sys.fon
10/15/1999  01:55 PM            55,060 HARLOWSI.TTF
08/18/1999  04:14 PM            70,440 HARNGTON.TTF
11/14/1998  07:12 PM           108,664 HATTEN.TTF
04/11/2018  07:34 PM           572,776 himalaya.ttf
04/12/2018  05:20 AM            40,264 holomdl2.ttf
07/14/1998  05:42 PM            92,736 HTOWERT.TTF
07/14/1998  05:42 PM            74,712 HTOWERTI.TTF
04/11/2018  07:34 PM             5,680 hvgafix.fon
04/11/2018  07:34 PM             6,512 hvgasys.fon
04/11/2018  07:34 PM           206,784 impact.ttf
08/18/1999  04:14 PM            60,488 IMPRISHA.TTF
10/15/1999  01:55 PM            74,968 INFROMAN.TTF
04/11/2018  07:34 PM            41,164 Inkfree.ttf
10/15/1999  01:55 PM           132,372 ITCBLKAD.TTF
10/15/1999  01:55 PM            64,056 ITCEDSCR.TTF
10/15/1999  01:55 PM            59,712 ITCKRIST.TTF
04/11/2018  07:34 PM            12,896 j8514fix.fon
04/11/2018  07:34 PM            14,432 j8514oem.fon
04/11/2018  07:34 PM            10,656 j8514sys.fon
04/11/2018  07:34 PM           304,068 javatext.ttf
10/15/1999  01:56 PM            69,752 JOKERMAN.TTF
04/11/2018  07:34 PM            41,584 jsmalle.fon
04/11/2018  07:34 PM            38,480 jsmallf.fon
10/15/1999  01:56 PM            62,884 JUICE___.TTF
04/11/2018  07:34 PM             6,528 jvgafix.fon
04/11/2018  07:34 PM             7,728 jvgasys.fon
10/15/1999  01:56 PM            63,392 KUNSTLER.TTF
08/18/1999  04:14 PM            44,824 LATINWD.TTF
10/27/1999  02:26 PM            70,748 LBRITE.TTF
10/27/1999  02:26 PM            66,724 LBRITED.TTF
10/27/1999  02:26 PM            71,456 LBRITEDI.TTF
10/27/1999  02:26 PM            71,000 LBRITEI.TTF
10/27/1999  07:34 PM            55,464 LCALLIG.TTF
04/11/2018  07:34 PM           327,420 LeelaUIb.ttf
04/11/2018  07:34 PM           393,764 LeelawUI.ttf
04/11/2018  07:34 PM           386,264 LeelUIsl.ttf
10/27/1999  02:26 PM            61,912 LFAX.TTF
10/27/1999  02:26 PM            62,100 LFAXD.TTF
10/27/1999  02:26 PM            71,472 LFAXDI.TTF
10/27/1999  02:26 PM            67,420 LFAXI.TTF
10/27/1999  07:34 PM            62,484 LHANDW.TTF
11/15/1999  03:09 PM            64,608 LSANS.TTF
11/15/1999  03:09 PM            59,976 LSANSD.TTF
11/15/1999  03:09 PM            66,320 LSANSDI.TTF
11/15/1999  03:09 PM            65,412 LSANSI.TTF
11/18/1999  02:29 PM            55,984 LTYPE.TTF
11/18/1999  02:29 PM            52,868 LTYPEB.TTF
11/18/1999  02:29 PM            54,620 LTYPEBO.TTF
11/18/1999  02:29 PM            65,412 LTYPEO.TTF
04/11/2018  07:34 PM           111,108 lucon.ttf
04/11/2018  07:34 PM           309,516 l_10646.ttf
07/14/1998  05:42 PM            65,284 MAGNETOB.TTF
06/24/1999  11:53 AM            61,384 MAIAN.TTF
04/11/2018  07:34 PM        13,457,164 malgun.ttf
04/11/2018  07:34 PM        12,598,360 malgunbd.ttf
04/11/2018  07:34 PM         5,083,156 malgunsl.ttf
04/11/2018  07:34 PM            27,724 marlett.ttf
08/18/1999  04:14 PM            51,296 MATURASC.TTF
04/11/2018  07:34 PM           876,080 micross.ttf
04/11/2018  07:34 PM        36,786,404 mingliub.ttc
08/18/1999  04:14 PM           191,716 MISTRAL.TTF
04/11/2018  07:34 PM           355,292 mmrtext.ttf
04/11/2018  07:34 PM           335,368 mmrtextb.ttf
08/18/1999  04:14 PM            62,612 MOD20.TTF
04/11/2018  07:34 PM             8,704 modern.fon
04/11/2018  07:34 PM           289,052 monbaiti.ttf
04/11/2018  07:34 PM         9,214,692 msgothic.ttc
04/11/2018  07:34 PM        21,402,152 msjh.ttc
04/11/2018  07:34 PM        14,439,416 msjhbd.ttc
04/11/2018  07:34 PM        12,875,740 msjhl.ttc
07/03/1998  04:23 PM         9,081,312 MSMINCHO.TTF
04/11/2018  07:34 PM        19,647,736 msyh.ttc
04/11/2018  07:34 PM        16,829,116 msyhbd.ttc
04/11/2018  07:34 PM        12,139,380 msyhl.ttc
04/11/2018  07:34 PM           301,180 msyi.ttf
11/10/1998  06:52 PM           157,360 MTCORSVA.TTF
04/11/2018  07:34 PM            78,272 mvboli.ttf
07/14/1998  05:42 PM            95,904 NIAGENG.TTF
07/14/1998  05:42 PM            74,012 NIAGSOL.TTF
04/11/2018  07:34 PM         1,448,112 Nirmala.ttf
04/11/2018  07:34 PM         1,402,304 NirmalaB.ttf
04/11/2018  07:34 PM         1,487,800 NirmalaS.ttf
04/11/2018  07:34 PM            74,464 ntailu.ttf
04/11/2018  07:34 PM            67,168 ntailub.ttf
06/24/1999  01:33 PM            55,400 OCRAEXT.TTF
10/15/1999  01:56 PM            93,068 OLDENGL.TTF
08/18/1999  04:14 PM            81,044 ONYX.TTF
04/08/2003  05:41 PM            17,672 OUTLOOK.TTF
04/11/2018  07:34 PM           472,284 pala.ttf
04/11/2018  07:34 PM           419,932 palab.ttf
04/11/2018  07:34 PM           335,292 palabi.ttf
04/11/2018  07:34 PM           413,708 palai.ttf
06/29/1999  05:57 PM            51,404 PALSCRI.TTF
05/10/2002  07:19 PM           163,476 PAPYRUS.TTF
10/15/1999  01:56 PM           151,256 PARCHM.TTF
06/29/1999  11:54 AM            75,620 PERBI___.TTF
06/29/1999  11:54 AM            58,512 PERB____.TTF
06/29/1999  11:54 AM            76,080 PERI____.TTF
06/28/1999  03:17 PM            48,320 PERTIBD.TTF
06/28/1999  03:17 PM            43,800 PERTILI.TTF
06/29/1999  03:15 PM            60,216 PER_____.TTF
04/11/2018  07:34 PM            93,720 phagspa.ttf
04/11/2018  07:34 PM            97,476 phagspab.ttf
08/18/1999  04:14 PM            46,164 PLAYBILL.TTF
10/15/1999  01:56 PM            76,588 POORICH.TTF
10/15/1999  01:56 PM            82,680 PRISTINA.TTF
06/24/1999  01:33 PM           132,600 RAGE.TTF
07/14/1998  05:42 PM            74,416 RAVIE.TTF
05/06/1999  03:59 PM           220,172 REFSAN.TTF
09/03/1998  07:14 PM            53,288 REFSPCL.TTF
06/29/1999  02:55 PM            59,444 ROCCB___.TTF
06/29/1999  02:55 PM            55,824 ROCC____.TTF
06/29/1999  02:56 PM            72,272 ROCK.TTF
06/29/1999  02:56 PM            68,780 ROCKB.TTF
06/29/1999  02:56 PM            73,700 ROCKBI.TTF
06/29/1999  05:57 PM            49,168 ROCKEB.TTF
06/29/1999  02:56 PM            76,756 ROCKI.TTF
04/11/2018  07:34 PM            13,312 roman.fon
04/11/2018  07:34 PM            11,056 s8514fix.fon
04/11/2018  07:34 PM            12,384 s8514oem.fon
04/11/2018  07:34 PM            17,760 s8514sys.fon
03/17/1999  07:07 PM           168,756 SCHLBKB.TTF
03/17/1999  07:07 PM           160,964 SCHLBKBI.TTF
03/17/1999  07:07 PM           163,164 SCHLBKI.TTF
04/11/2018  07:34 PM            12,288 script.fon
06/24/1999  01:33 PM            55,500 SCRIPTBL.TTF
04/11/2018  07:34 PM           237,668 segmdl2.ttf
04/11/2018  07:34 PM           168,404 segoepr.ttf
04/11/2018  07:34 PM           167,800 segoeprb.ttf
04/11/2018  07:34 PM           596,948 segoesc.ttf
04/11/2018  07:34 PM           581,252 segoescb.ttf
04/11/2018  07:34 PM           925,736 segoeui.ttf
04/11/2018  07:34 PM           914,092 segoeuib.ttf
04/11/2018  07:34 PM           514,920 segoeuii.ttf
04/11/2018  07:34 PM           878,372 segoeuil.ttf
04/11/2018  07:34 PM           816,540 segoeuisl.ttf
04/11/2018  07:34 PM           528,476 segoeuiz.ttf
04/11/2018  07:34 PM           324,452 seguibl.ttf
04/11/2018  07:34 PM           351,896 seguibli.ttf
05/20/2018  04:26 AM         1,796,396 seguiemj.ttf
04/11/2018  07:34 PM         1,400,724 seguihis.ttf
04/11/2018  07:34 PM           445,872 seguili.ttf
04/11/2018  07:34 PM           941,172 seguisb.ttf
04/11/2018  07:34 PM           443,880 seguisbi.ttf
04/11/2018  07:34 PM           453,264 seguisli.ttf
04/11/2018  07:34 PM         2,454,728 seguisym.ttf
04/11/2018  07:34 PM            62,944 sere1255.fon
04/11/2018  07:34 PM            65,392 sere1256.fon
04/11/2018  07:34 PM            59,024 sere1257.fon
04/11/2018  07:34 PM            89,456 serf1255.fon
04/11/2018  07:34 PM            95,488 serf1256.fon
04/11/2018  07:34 PM            84,080 serf1257.fon
04/11/2018  07:34 PM            57,936 serife.fon
04/11/2018  07:34 PM            59,952 serifee.fon
04/11/2018  07:34 PM            60,752 serifeg.fon
04/11/2018  07:34 PM            63,296 serifer.fon
04/11/2018  07:34 PM            61,024 serifet.fon
04/11/2018  07:34 PM            81,728 seriff.fon
04/11/2018  07:34 PM            85,360 seriffe.fon
04/11/2018  07:34 PM            86,256 seriffg.fon
04/11/2018  07:34 PM            90,736 seriffr.fon
04/11/2018  07:34 PM            84,848 serifft.fon
07/14/1998  05:42 PM            52,316 SHOWG.TTF
04/11/2018  07:34 PM        18,214,472 simsun.ttc
04/11/2018  07:34 PM        17,064,180 simsunb.ttf
04/11/2018  07:34 PM           945,616 Sitka.ttc
04/11/2018  07:34 PM           933,972 SitkaB.ttc
04/11/2018  07:34 PM           990,728 SitkaI.ttc
04/11/2018  07:34 PM           980,296 SitkaZ.ttc
04/11/2018  07:34 PM            25,216 smae1255.fon
04/11/2018  07:34 PM            32,512 smae1256.fon
04/11/2018  07:34 PM            24,672 smae1257.fon
04/11/2018  07:34 PM            20,448 smaf1255.fon
04/11/2018  07:34 PM            37,952 smaf1256.fon
04/11/2018  07:34 PM            19,904 smaf1257.fon
04/11/2018  07:34 PM            26,112 smalle.fon
04/11/2018  07:34 PM            24,784 smallee.fon
04/11/2018  07:34 PM            28,912 smalleg.fon
04/11/2018  07:34 PM            24,832 smaller.fon
04/11/2018  07:34 PM            29,200 smallet.fon
04/11/2018  07:34 PM            21,504 smallf.fon
04/11/2018  07:34 PM            19,600 smallfe.fon
04/11/2018  07:34 PM            23,120 smallfg.fon
04/11/2018  07:34 PM            19,760 smallfr.fon
04/11/2018  07:34 PM            23,008 smallft.fon
10/15/1999  01:56 PM            63,196 SNAP____.TTF
04/11/2018  07:34 PM            69,232 ssee1255.fon
04/11/2018  07:34 PM            73,216 ssee1256.fon
04/11/2018  07:34 PM            65,456 ssee1257.fon
04/11/2018  07:34 PM            72,192 ssee874.fon
04/11/2018  07:34 PM            95,840 ssef1255.fon
04/11/2018  07:34 PM            67,328 ssef1256.fon
04/11/2018  07:34 PM            90,336 ssef1257.fon
04/11/2018  07:34 PM           102,400 ssef874.fon
04/11/2018  07:34 PM            64,656 sserife.fon
04/11/2018  07:34 PM            66,464 sserifee.fon
04/11/2018  07:34 PM            65,328 sserifeg.fon
04/11/2018  07:34 PM            68,848 sserifer.fon
04/11/2018  07:34 PM            64,400 sserifet.fon
04/11/2018  07:34 PM            89,856 sseriff.fon
04/11/2018  07:34 PM            92,032 sseriffe.fon
04/11/2018  07:34 PM            90,288 sseriffg.fon
04/11/2018  07:34 PM            98,256 sseriffr.fon
04/11/2018  07:34 PM            89,456 sserifft.fon
08/18/1999  04:14 PM            55,596 STENCIL.TTF
04/11/2018  07:34 PM             5,680 svgafix.fon
04/11/2018  07:34 PM            12,896 svgasys.fon
04/11/2018  07:34 PM           256,528 sylfaen.ttf
04/11/2018  07:34 PM            69,036 symbol.ttf
04/11/2018  07:34 PM           939,280 tahoma.ttf
04/11/2018  07:34 PM           867,988 tahomabd.ttf
04/11/2018  07:34 PM            67,568 taile.ttf
04/11/2018  07:34 PM            58,532 taileb.ttf
06/29/1999  11:54 AM            73,856 TCBI____.TTF
06/29/1999  11:54 AM            74,656 TCB_____.TTF
06/25/1999  07:11 PM            66,020 TCCB____.TTF
11/19/2002  02:42 PM            74,708 TCCEB.TTF
06/25/1999  07:11 PM            66,804 TCCM____.TTF
06/29/1999  11:54 AM            78,236 TCMI____.TTF
06/29/1999  11:54 AM            76,252 TCM_____.TTF
10/15/1999  01:56 PM            76,100 TEMPSITC.TTF
04/11/2018  07:34 PM         1,195,688 times.ttf
04/11/2018  07:34 PM         1,175,904 timesbd.ttf
04/11/2018  07:34 PM           881,860 timesbi.ttf
04/11/2018  07:34 PM           940,288 timesi.ttf
04/11/2018  07:34 PM           254,396 trebuc.ttf
04/11/2018  07:34 PM           244,124 trebucbd.ttf
04/11/2018  07:34 PM           225,868 trebucbi.ttf
04/11/2018  07:34 PM           252,224 trebucit.ttf
04/11/2018  07:34 PM           243,304 verdana.ttf
04/11/2018  07:34 PM           211,260 verdanab.ttf
04/11/2018  07:34 PM           223,268 verdanai.ttf
04/11/2018  07:34 PM           229,800 verdanaz.ttf
04/11/2018  07:34 PM             5,168 vga737.fon
04/11/2018  07:34 PM             5,168 vga775.fon
04/11/2018  07:34 PM             5,232 vga850.fon
04/11/2018  07:34 PM             6,160 vga852.fon
04/11/2018  07:34 PM             5,120 vga855.fon
04/11/2018  07:34 PM             5,552 vga857.fon
04/11/2018  07:34 PM             5,184 vga860.fon
04/11/2018  07:34 PM             5,184 vga861.fon
04/11/2018  07:34 PM             5,200 vga863.fon
04/11/2018  07:34 PM             5,184 vga865.fon
04/11/2018  07:34 PM             6,128 vga866.fon
04/11/2018  07:34 PM             5,184 vga869.fon
04/11/2018  07:34 PM             7,232 vga932.fon
04/11/2018  07:34 PM             6,272 vga936.fon
04/11/2018  07:34 PM             6,304 vga949.fon
04/11/2018  07:34 PM             6,272 vga950.fon
04/11/2018  07:34 PM             5,952 vgaf1255.fon
04/11/2018  07:34 PM             6,528 vgaf1256.fon
04/11/2018  07:34 PM             5,376 vgaf1257.fon
04/11/2018  07:34 PM             7,168 vgaf874.fon
04/11/2018  07:34 PM             5,360 vgafix.fon
04/11/2018  07:34 PM             5,376 vgafixe.fon
04/11/2018  07:34 PM             6,112 vgafixg.fon
04/11/2018  07:34 PM             5,600 vgafixr.fon
04/11/2018  07:34 PM             6,112 vgafixt.fon
04/11/2018  07:34 PM             5,168 vgaoem.fon
04/11/2018  07:34 PM             7,104 vgas1255.fon
04/11/2018  07:34 PM             7,648 vgas1256.fon
04/11/2018  07:34 PM             6,656 vgas1257.fon
04/11/2018  07:34 PM             8,704 vgas874.fon
04/11/2018  07:34 PM             7,280 vgasys.fon
04/11/2018  07:34 PM             6,608 vgasyse.fon
04/11/2018  07:34 PM             7,008 vgasysg.fon
04/11/2018  07:34 PM             6,912 vgasysr.fon
04/11/2018  07:34 PM             6,912 vgasyst.fon
10/15/1999  01:56 PM           104,372 VINERITC.TTF
10/15/1999  01:56 PM            64,748 VIVALDII.TTF
10/15/1999  01:56 PM            54,308 VLADIMIR.TTF
04/11/2018  07:34 PM           120,560 webdings.ttf
04/11/2018  07:34 PM            82,180 wingding.ttf
01/22/2002  08:22 PM            65,788 WINGDNG2.TTF
01/22/2002  08:22 PM            35,328 WINGDNG3.TTF
04/11/2018  07:34 PM        14,544,688 YuGothB.ttc
04/11/2018  07:34 PM        13,799,604 YuGothL.ttc
04/11/2018  07:34 PM        13,729,988 YuGothM.ttc
04/11/2018  07:34 PM        13,669,904 YuGothR.ttc
             525 File(s)    388,628,615 bytes
               0 Dir(s)  334,174,003,200 bytes free
HiRezGuy
Posts: 19
Joined: 2018-06-24T08:26:07-07:00
Authentication code: 1152

Re: convert & pango - "couldn't load font"

Post by HiRezGuy »

Thanks again for your responses, btw.

- corrupt: worked without pango

- other font: haven't had luck with other fonts either

-font Arial-Black

Code: Select all

C:\0>"C:\Program Files\ImageMagick\convert" -size 320x240 -font Arial-Black "pango:@itext_2.txt" image_2.jpg

** (convert.exe:6180): WARNING **: couldn't load font "Arial-Black Not-Rotated 12", falling back to "Sans Not-Rotated 12", expect ugly output.

** (convert.exe:6180): WARNING **: couldn't load font "Arial-Black Bold Not-Rotated 12", falling back to "Sans Bold Not-Rotated 12", expect ugly output.

** (convert.exe:6180): WARNING **: couldn't load font "Arial-Black Italic Not-Rotated 12", falling back to "Sans Italic Not-Rotated 12", expect ugly output.
Do I need to install something other than the most recent portable build? I tried searching but I am not seeing anything other than the pango usage and some markup guides.
HiRezGuy
Posts: 19
Joined: 2018-06-24T08:26:07-07:00
Authentication code: 1152

Re: convert & pango - "couldn't load font"

Post by HiRezGuy »

This is likely relevant, so I'll dig into this for now.
viewtopic.php?t=33136

[update]
The link above describes the same problem that someone ran into around nov-2017.

If you set fonts and sizes in the pango markup, instead of on the command line, it’ll work.
Last edited by HiRezGuy on 2018-06-24T21:45:18-07:00, edited 1 time in total.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: convert & pango - "couldn't load font"

Post by fmw42 »

Pango does not specify fonts in the command line. You have to do that in the pango markup language. See http://www.imagemagick.org/Usage/text/#pango

There are many place where the type.xml file may exist. You need to check each. See https://www.imagemagick.org/script/resources.php for the locations.

On my Mac, this command works to produce an image, but does not use the specified -font as described above. I get the system default which is likely just Arial.

Code: Select all

convert -size 1024x768 -background "#1F497D" -fill white -font "/Library/fonts/Candice.ttf" -pointsize 120 -weight Heavy -gravity Center pango:"TESTING" test.png
Likewise -weight likely will not work in Pango. You have to do that in the markup language.
HiRezGuy
Posts: 19
Joined: 2018-06-24T08:26:07-07:00
Authentication code: 1152

Re: convert & pango - "couldn't load font"

Post by HiRezGuy »

I see it now. I’ll work with it more tomorrow. Thanks again.
HiRezGuy
Posts: 19
Joined: 2018-06-24T08:26:07-07:00
Authentication code: 1152

Re: convert & pango - "couldn't load font"

Post by HiRezGuy »

Summary:
I've been working with the pango markup in an input text file.

I still can't seem to get fonts to process properly. And I may be way off - a little guidance will be helpful.

My Win10 system sees the fonts listed in the op.

Convert command line.

Code: Select all

"C:\Program Files\ImageMagick\convert" -size 1024x768 -background "#10253F" -gravity Center pango:"@itext_3.txt" image_3.jpg
Input utf-8 encoded text file with pango markup - no trailing newline.

Code: Select all

<span foreground="#FFFFFF" font="Algerian" font_size="98304" font_weight="heavy">The <b>“Warm-Group”</b>
<i>is</i>
<s>the</s> <u>BEST Gathering</u></span>
Font warning message - can't process italics.

Code: Select all

** (convert.exe:10212): WARNING **: couldn't load font "Algerian Heavy Italic Not-Rotated 96", falling back to "Sans Heavy Italic Not-Rotated 96", expect ugly output.
Here is the output - looks fine except for the text that is supposed to be italicized:
https://www.dropbox.com/s/2tjunzgwftoxv ... 3.jpg?dl=0

As an fyi: there is a pango gravity vertical alignment issue documented here:
https://github.com/pellettiero/bumpy/issues/1

Questions:
- Do I need to update type.xml with all font entries under \Windows\Fonts?
- Do I need to do anything with delegates.xml?
- Can I only use fonts, like Ariel, which have a few different types within the family (e.g., Ariel-Bold-Italics, Arial-Black)?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: convert & pango - "couldn't load font"

Post by fmw42 »

Try using the full path the Algerian font. If that fails, try a more common font such as Arial.
HiRezGuy
Posts: 19
Joined: 2018-06-24T08:26:07-07:00
Authentication code: 1152

Re: convert & pango - "couldn't load font"

Post by HiRezGuy »

Hi - thanks again fmw. I tried using the full path in my input text file. Did it both ways (unix, win).

Here are the command lines and warnings.

Code: Select all

C:\0\mm>"C:\Program Files\ImageMagick\convert" -size 1024x768 -background "#10253F" -gravity Center pango:"@itext_3.txt" image_3.jpg

** (convert.exe:11092): WARNING **: couldn't load font "c:/windows/fonts/alger.ttf Heavy Not-Rotated 96", falling back to "Sans Heavy Not-Rotated 96", expect ugly output.

** (convert.exe:11092): WARNING **: couldn't load font "c:/windows/fonts/alger.ttf Bold Not-Rotated 96", falling back to "Sans Bold Not-Rotated 96", expect ugly output.

** (convert.exe:11092): WARNING **: couldn't load font "c:/windows/fonts/alger.ttf Heavy Italic Not-Rotated 96", falling back to "Sans Heavy Italic Not-Rotated 96", expect ugly output.

C:\0\mm>"C:\Program Files\ImageMagick\convert" -size 1024x768 -background "#10253F" -gravity Center pango:"@itext_3.txt" image_3.jpg

** (convert.exe:2988): WARNING **: couldn't load font "c:\windows\fonts\alger.ttf Heavy Not-Rotated 96", falling back to "Sans Heavy Not-Rotated 96", expect ugly output.

** (convert.exe:2988): WARNING **: couldn't load font "c:\windows\fonts\alger.ttf Bold Not-Rotated 96", falling back to "Sans Bold Not-Rotated 96", expect ugly output.

** (convert.exe:2988): WARNING **: couldn't load font "c:\windows\fonts\alger.ttf Heavy Italic Not-Rotated 96", falling back to "Sans Heavy Italic Not-Rotated 96", expect ugly output.
btw - works fine with "Arial" - no path, just the font name.
https://www.dropbox.com/s/b04zd8par1s9t ... b.jpg?dl=0

I may try looping through all of \windows\fonts to see which fonts I have luck with - maybe it'll provide a clue to the more knowledgeable...
HiRezGuy
Posts: 19
Joined: 2018-06-24T08:26:07-07:00
Authentication code: 1152

Re: convert & pango - "couldn't load font"

Post by HiRezGuy »

Summary:
I've been having problems getting certain fonts to work properly with convert+pango under win10.

Most fonts processed by "convert" under win10 (my system) give warnings. I can live with the fonts that it does process properly, but would like to understand more about the fonts that give warnings, and what can be done to "fix" that problem.

Thanks again for any responses or help.


Details:
Here are the results of my font tests with convert+pango under win10. I use ImageMagick-7.0.8-2-portable-Q16-x64.

Above in my posts, I listed the contents of c:\windows\fonts. There were 525 fonts in the folder.

"Convert" sees 328 fonts - ttf and ttc files only.

Here is the log that contains the output from "convert" for each font it sees. The "warnings" can be grep'ed or whatever. Log contains the font name being processed, the pango markup used, the command line executed, and any warnings. If there are no warnings for a particular font, it processes cleanly and renders properly.
https://www.dropbox.com/s/pmvupx3rg92ru ... g.txt?dl=0

Here are the resultant images - ~ 22mb with 328 images.
https://www.dropbox.com/s/8j62mbyw7pgqr ... s.rar?dl=1

Here is the list of 22 fonts that processed correctly.

Code: Select all

Arial
Bahnschrift
Calibri
Candara
Castellar
Centaur
Century
Consolas
Constantia
Corbel
Elephant
Gadugi
Garamond
Georgia
Haettenschweiler
Impact
Perpetua
Rockwell
SimSun-ExtB
Sylfaen
Tahoma
Verdana

Notes:
1 pango markup is like other markup in that certain characters require escaping (e.g., & => &amp;)

2 Under win, it doesn't seem like there are "special" exit codes that "convert" uses, so I couldn't separate out fonts that gave warnings without writing too much code.

3 Created the list of fonts using the following. I did it in 2 steps because pipes are goofy under win.

Code: Select all

convert -list font >font_names.txt
gawk "/Font\:/ {print $2}" font_names.txt
4 Used a perl script to read each font name, generate a pango markup input file, and then system() call to "convert" - it's clone/copy code, so it isn't worth sharing really.

5 pango markup wants the actual font name, not the path to the font file. convert+pango doesn't work if the full path to the font is used - need to use the font name (e.g., Algerian, Arial).
HiRezGuy
Posts: 19
Joined: 2018-06-24T08:26:07-07:00
Authentication code: 1152

Re: convert & pango - "couldn't load font"

Post by HiRezGuy »

A few weeks ago I documented some issues in this thread about problems with fonts under win10 when using pango.

Since there haven't been any additional insights, and since I'm kinda new in "IM-land", I'm wondering if I should move this thread over to the "bugs" section.

No worries if not, just trying to participate in an appropriate way.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: convert & pango - "couldn't load font"

Post by fmw42 »

Have you tried adding your other fonts to the type.xml file, so that paths are not needed for them. See http://www.imagemagick.org/script/resources.php

In Unix, you can use a perl script to add all your fonts. See http://www.imagemagick.org/Usage/scripts/ and the script, imagick_type_gen
Post Reply