source: main/trunk/binaries/windows/bin/imagemagick/type.xml@ 22139

Last change on this file since 22139 was 17228, checked in by max, 16 years ago

Update ImageMagick bundled with Greenstone.

File size: 670 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE typemap [
3<!ELEMENT typemap (type)+>
4<!ELEMENT type (#PCDATA)>
5<!ELEMENT include (#PCDATA)>
6<!ATTLIST type name CDATA #REQUIRED>
7<!ATTLIST type fullname CDATA #IMPLIED>
8<!ATTLIST type family CDATA #IMPLIED>
9<!ATTLIST type foundry CDATA #IMPLIED>
10<!ATTLIST type weight CDATA #IMPLIED>
11<!ATTLIST type style CDATA #IMPLIED>
12<!ATTLIST type stretch CDATA #IMPLIED>
13<!ATTLIST type format CDATA #IMPLIED>
14<!ATTLIST type metrics CDATA #IMPLIED>
15<!ATTLIST type glyphs CDATA #REQUIRED>
16<!ATTLIST type version CDATA #IMPLIED>
17<!ATTLIST include file CDATA #REQUIRED>
18]>
19<typemap>
20 <include file="type-ghostscript.xml"/>
21</typemap>
Note: See TracBrowser for help on using the repository browser.