Home | History | Annotate | Download | only in config
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE typemap [
      3   <!ELEMENT typemap (type)+>
      4   <!ATTLIST typemap xmlns CDATA #FIXED ''>
      5   <!ELEMENT type EMPTY>
      6   <!ATTLIST type xmlns CDATA #FIXED '' encoding NMTOKEN #IMPLIED
      7     family CDATA #REQUIRED format NMTOKEN #REQUIRED foundry NMTOKEN #REQUIRED
      8     fullname CDATA #REQUIRED glyphs CDATA #REQUIRED metrics CDATA #REQUIRED
      9     name NMTOKEN #REQUIRED stretch NMTOKEN #REQUIRED style NMTOKEN #REQUIRED
     10     version CDATA #IMPLIED weight CDATA #REQUIRED>
     11 ]>
     12 <!--
     13   ImageMagick Ghostscript font configuration.
     14 -->
     15 <typemap>
     16   <type name="AvantGarde-Book" fullname="AvantGarde Book" family="AvantGarde" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] a010013l.afm" glyphs="@ghostscript_font_dir (a] a010013l.pfb"/>
     17   <type name="AvantGarde-BookOblique" fullname="AvantGarde Book Oblique" family="AvantGarde" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] a010033l.afm" glyphs="@ghostscript_font_dir (a] a010033l.pfb"/>
     18   <type name="AvantGarde-Demi" fullname="AvantGarde DemiBold" family="AvantGarde" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] a010015l.afm" glyphs="@ghostscript_font_dir (a] a010015l.pfb"/>
     19   <type name="AvantGarde-DemiOblique" fullname="AvantGarde DemiOblique" family="AvantGarde" foundry="URW" weight="600" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] a010035l.afm" glyphs="@ghostscript_font_dir (a] a010035l.pfb"/>
     20   <type name="Bookman-Demi" fullname="Bookman DemiBold" family="Bookman" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] b018015l.afm" glyphs="@ghostscript_font_dir (a] b018015l.pfb"/>
     21   <type name="Bookman-DemiItalic" fullname="Bookman DemiBold Italic" family="Bookman" foundry="URW" weight="600" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] b018035l.afm" glyphs="@ghostscript_font_dir (a] b018035l.pfb"/>
     22   <type name="Bookman-Light" fullname="Bookman Light" family="Bookman" foundry="URW" weight="300" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] b018012l.afm" glyphs="@ghostscript_font_dir (a] b018012l.pfb"/>
     23   <type name="Bookman-LightItalic" fullname="Bookman Light Italic" family="Bookman" foundry="URW" weight="300" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] b018032l.afm" glyphs="@ghostscript_font_dir (a] b018032l.pfb"/>
     24   <type name="Courier" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] n022003l.afm" glyphs="@ghostscript_font_dir (a] n022003l.pfb"/>
     25   <type name="Courier-Bold" fullname="Courier Bold" family="Courier" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] n022004l.afm" glyphs="@ghostscript_font_dir (a] n022004l.pfb"/>
     26   <type name="Courier-Oblique" fullname="Courier Regular Oblique" family="Courier" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] n022023l.afm" glyphs="@ghostscript_font_dir (a] n022023l.pfb"/>
     27   <type name="Courier-BoldOblique" fullname="Courier Bold Oblique" family="Courier" foundry="URW" weight="700" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] n022024l.afm" glyphs="@ghostscript_font_dir (a] n022024l.pfb"/>
     28   <type name="fixed" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] n019003l.afm" glyphs="@ghostscript_font_dir (a] n019003l.pfb"/>
     29   <type name="Helvetica" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] n019003l.afm" glyphs="@ghostscript_font_dir (a] n019003l.pfb"/>
     30   <type name="Helvetica-Bold" fullname="Helvetica Bold" family="Helvetica" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] n019004l.afm" glyphs="@ghostscript_font_dir (a] n019004l.pfb"/>
     31   <type name="Helvetica-Oblique" fullname="Helvetica Regular Italic" family="Helvetica" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] n019023l.afm" glyphs="@ghostscript_font_dir (a] n019023l.pfb"/>
     32   <type name="Helvetica-BoldOblique" fullname="Helvetica Bold Italic" family="Helvetica" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] n019024l.afm" glyphs="@ghostscript_font_dir (a] n019024l.pfb"/>
     33   <type name="Helvetica-Narrow" fullname="Helvetica Narrow" family="Helvetica Narrow" foundry="URW" weight="400" style="normal" stretch="condensed" format="type1" metrics="@ghostscript_font_dir (a] n019043l.afm" glyphs="@ghostscript_font_dir (a] n019043l.pfb"/>
     34   <type name="Helvetica-Narrow-Oblique" fullname="Helvetica Narrow Oblique" family="Helvetica Narrow" foundry="URW" weight="400" style="oblique" stretch="condensed" format="type1" metrics="@ghostscript_font_dir (a] n019063l.afm" glyphs="@ghostscript_font_dir (a] n019063l.pfb"/>
     35   <type name="Helvetica-Narrow-Bold" fullname="Helvetica Narrow Bold" family="Helvetica Narrow" foundry="URW" weight="700" style="normal" stretch="condensed" format="type1" metrics="@ghostscript_font_dir (a] n019044l.afm" glyphs="@ghostscript_font_dir (a] n019044l.pfb"/>
     36   <type name="Helvetica-Narrow-BoldOblique" fullname="Helvetica Narrow Bold Oblique" family="Helvetica Narrow" foundry="URW" weight="700" style="oblique" stretch="condensed" format="type1" metrics="@ghostscript_font_dir (a] n019064l.afm" glyphs="@ghostscript_font_dir (a] n019064l.pfb"/>
     37   <type name="NewCenturySchlbk-Roman" fullname="New Century Schoolbook" family="NewCenturySchlbk" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] c059013l.afm" glyphs="@ghostscript_font_dir (a] c059013l.pfb"/>
     38   <type name="NewCenturySchlbk-Italic" fullname="New Century Schoolbook Italic" family="NewCenturySchlbk" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] c059033l.afm" glyphs="@ghostscript_font_dir (a] c059033l.pfb"/>
     39   <type name="NewCenturySchlbk-Bold" fullname="New Century Schoolbook Bold" family="NewCenturySchlbk" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] c059016l.afm" glyphs="@ghostscript_font_dir (a] c059016l.pfb"/>
     40   <type name="NewCenturySchlbk-BoldItalic" fullname="New Century Schoolbook Bold Italic" family="NewCenturySchlbk" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] c059036l.afm" glyphs="@ghostscript_font_dir (a] c059036l.pfb"/>
     41   <type name="Palatino-Roman" fullname="Palatino Regular" family="Palatino" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] p052003l.afm" glyphs="@ghostscript_font_dir (a] p052003l.pfb"/>
     42   <type name="Palatino-Italic" fullname="Palatino Italic" family="Palatino" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] p052023l.afm" glyphs="@ghostscript_font_dir (a] p052023l.pfb"/>
     43   <type name="Palatino-Bold" fullname="Palatino Bold" family="Palatino" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] p052004l.afm" glyphs="@ghostscript_font_dir (a] p052004l.pfb"/>
     44   <type name="Palatino-BoldItalic" fullname="Palatino Bold Italic" family="Palatino" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] p052024l.afm" glyphs="@ghostscript_font_dir (a] p052024l.pfb"/>
     45   <type name="Times-Roman" fullname="Times Regular" family="Times" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] n021003l.afm" glyphs="@ghostscript_font_dir (a] n021003l.pfb"/>
     46   <type name="Times-Bold" fullname="Times Medium" family="Times" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] n021004l.afm" glyphs="@ghostscript_font_dir (a] n021004l.pfb"/>
     47   <type name="Times-Italic" fullname="Times Regular Italic" family="Times" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] n021023l.afm" glyphs="@ghostscript_font_dir (a] n021023l.pfb"/>
     48   <type name="Times-BoldItalic" fullname="Times Medium Italic" family="Times" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] n021024l.afm" glyphs="@ghostscript_font_dir (a] n021024l.pfb"/>
     49   <type name="Symbol" fullname="Symbol" family="Symbol" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_dir (a] s050000l.afm" glyphs="@ghostscript_font_dir (a] s050000l.pfb" version="0.1" encoding="AdobeCustom"/>
     50 </typemap>
     51