blob: 31706d5ff91703bdf45f1c1e0d506b377e49e3d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
<!DOCTYPE rdf:RDF SYSTEM "../../support/tpm.dtd">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/">
<rdf:Description about="http://texlive.dante.de/texlive/TLCore/bin-ttf2pt1.zip">
<TPM:Name>bin-ttf2pt1</TPM:Name>
<TPM:Type>TLCore</TPM:Type>
<TPM:Date>2006/01/03 00:00:18</TPM:Date>
<TPM:Version>0.13.2c</TPM:Version>
<TPM:Creator>popineau</TPM:Creator>
<TPM:Title>
Converts True Type fonts into PS Type 1 fonts.
</TPM:Title>
<TPM:Description>
Converts True Type fonts into PS Type 1 fonts: creates hinting
information; creates AFM files (preserving kerning information);
supports all font encodings; supports Asian fonts.
</TPM:Description>
<TPM:Author>Thomas Henlich</TPM:Author>
<TPM:Size>182678</TPM:Size>
<TPM:Build>
<TPM:BinPatterns>bin/win32/ttf2pt1.exe</TPM:BinPatterns>
<TPM:RunPatterns>texmf/tpm/bin-ttf2pt1.tpm</TPM:RunPatterns>
<TPM:DocPatterns>
texmf/doc/man/man1/ttf2pt1.1
texmf/doc/man/man1/ttf2pt1.1.html
</TPM:DocPatterns>
</TPM:Build>
<TPM:BinFiles arch="win32" size="151552">bin/win32/ttf2pt1.exe</TPM:BinFiles>
<TPM:RunFiles size="1477">texmf/tpm/bin-ttf2pt1.tpm</TPM:RunFiles>
<TPM:DocFiles size="29649">texmf/doc/man/man1/ttf2pt1.1</TPM:DocFiles>
<TPM:Requires>
<TPM:TLCore name="lib-freetype2"/>
</TPM:Requires>
<TPM:Provides>TLCore/bin-ttf2pt1</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|