~ubuntu-branches/ubuntu/precise/graphviz/precise-updates

« back to all changes in this revision

Viewing changes to lib/common/fontmap.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 02:06:56 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080208020656-a3cbewe5ly6dpj0s
Tags: 2.16-3ubuntu1
* Merge with Debian; remaining changes:
  - Drop libttf-dev (libttf-dev is in universe) (LP: #174749).
  - Replace gs-common with ghostscript.
  - Build-depend on python-dev instead of python2.4-dev.
  - Build-depend on liblua50-dev instead of liblua5.1-0-dev.
  - Mention the correct python version for the python bindings in the
    package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# Use this font configuration file if you have the GhostScript fonts
 
3
# installed on your system. This allows to produce SVG files for embedding
 
4
# into documents.
 
5
 
 
6
# Before you use this font configuration file, do the following
 
7
# steps:
 
8
# * Download the GhostScript fonts, unpack the archive
 
9
#   and copy the *.pfb and *.afm files into C:\Windows\Fonts
 
10
#   (directory name may differ).
 
11
 
 
12
[Times-Roman]
 
13
name    =       NimbusRomNo9L-Regu
 
14
        source type     =       system
 
15
        features        =       roman
 
16
        family          =       Times
 
17
        driver          =       *
 
18
 
 
19
[Times-Italic]
 
20
name    =       NimbusRomNo9L-ReguItal
 
21
        source type     =       system
 
22
        features        =       roman italic
 
23
        family          =       Times
 
24
        driver          =       *
 
25
 
 
26
[Times-Bold]
 
27
name    =       NimbusRomNo9L-Medi
 
28
        source type     =       system
 
29
        features        =       roman bold
 
30
        family          =       Times
 
31
        driver          =       *
 
32
 
 
33
[Times-BoldItalic]
 
34
name    =       NimbusRomNo9L-MediItal
 
35
        source type     =       system
 
36
        features        =       roman bold italic
 
37
        family          =       Times
 
38
        driver          =       *
 
39
 
 
40
[AvantGarde-Book]
 
41
name    =       URWGothicL-Book
 
42
        source type     =       system
 
43
        features        =       sans-serif
 
44
        family          =       AvantGarde
 
45
        driver          =       *
 
46
 
 
47
[AvantGarde-BookOblique]
 
48
name    =       URWGothicL-BookObli
 
49
        source type     =       system
 
50
        features        =       sans-serif italic
 
51
        family          =       AvantGarde
 
52
        driver          =       *
 
53
 
 
54
[AvantGarde-Demi]
 
55
name    =       URWGothicL-Demi
 
56
        source type     =       system
 
57
        features        =       sans-serif bold
 
58
        family          =       AvantGarde
 
59
        driver          =       *
 
60
 
 
61
[AvantGarde-DemiOblique]
 
62
name    =       URWGothicL-DemiObli
 
63
        source type     =       system
 
64
        features        =       sans-serif bold italic
 
65
        family          =       AvantGarde
 
66
        driver          =       *
 
67
 
 
68
[Bookman-Light]
 
69
name    =       URWBookmanL-Ligh
 
70
        source type     =       system
 
71
        features        =       roman
 
72
        family          =       Bookman
 
73
        driver          =       *
 
74
 
 
75
[Bookman-LightItalic]
 
76
name    =       URWBookmanL-LighItal
 
77
        source type     =       system
 
78
        features        =       roman italic
 
79
        family          =       Bookman
 
80
        driver          =       *
 
81
 
 
82
[Bookman-Demi]
 
83
name    =       URWBookmanL-Demi
 
84
        source type     =       system
 
85
        features        =       roman bold
 
86
        family          =       Bookman
 
87
        driver          =       *
 
88
 
 
89
[Bookman-DemiItalic]
 
90
name    =       URWBookman-DemiItal
 
91
        source type     =       system
 
92
        features        =       roman bold italic
 
93
        family          =       Bookman
 
94
        driver          =       *
 
95
 
 
96
[Courier]
 
97
name    =       NimbusMonL-Regu
 
98
        source type     =       system
 
99
        features        =       typewriter
 
100
        family          =       Courier
 
101
        driver          =       *
 
102
 
 
103
[Courier-Oblique]
 
104
name    =       NimbusMonL-ReguObli
 
105
        source type     =       system
 
106
        features        =       typewriter italic
 
107
        family          =       Courier
 
108
        driver          =       *
 
109
 
 
110
[Courier-Bold]
 
111
name    =       NimbusMonL-Bold
 
112
        source type     =       system
 
113
        features        =       typewriter bold
 
114
        family          =       Courier
 
115
        driver          =       *
 
116
 
 
117
[Courier-BoldOblique]
 
118
name    =       NimbusMonL-BoldObli
 
119
        source type     =       system
 
120
        features        =       typewriter bold italic
 
121
        family          =       Courier
 
122
        driver          =       *
 
123
 
 
124
[Helvetica]
 
125
name    =       NimbusSanL-Regu
 
126
        source type     =       system
 
127
        features        =       sans-serif
 
128
        family          =       Helvetica
 
129
        driver          =       *
 
130
 
 
131
[Helvetica-Oblique]
 
132
name    =       NimbusSanL-ReguItal
 
133
        source type     =       system
 
134
        features        =       sans-serif italic
 
135
        family          =       Helvetica
 
136
        driver          =       *
 
137
 
 
138
[Helvetica-Bold]
 
139
name    =       NimbusSanL-Bold
 
140
        source type     =       system
 
141
        features        =       sans-serif bold
 
142
        family          =       Helvetica
 
143
        driver          =       *
 
144
 
 
145
[Helvetica-BoldOblique]
 
146
name    =       NimbusSanL-BoldItal
 
147
        source type     =       system
 
148
        features        =       sans-serif bold italic
 
149
        family          =       Helvetica
 
150
        driver          =       *
 
151
 
 
152
[Helvetica-Narrow]
 
153
name    =       NimbusSanL-ReguCond
 
154
        source type     =       system
 
155
        features        =       sans-serif
 
156
        family          =       Helvetica Narrow
 
157
        driver          =       *
 
158
 
 
159
[Helvetica-Narrow-Oblique]
 
160
name    =       NimbusSanL-ReguCondItal
 
161
        source type     =       system
 
162
        features        =       sans-serif italic
 
163
        family          =       Helvetica Narrow
 
164
        driver          =       *
 
165
 
 
166
[Helvetica-Narrow-Bold]
 
167
name    =       NimbusSanL-BoldCond
 
168
        source type     =       system
 
169
        features        =       sans-serif bold
 
170
        family          =       Helvetica Narrow
 
171
        driver          =       *
 
172
 
 
173
[Helvetica-Narrow-BoldOblique]
 
174
name    =       NimbusSanL-BoldCondItal
 
175
        source type     =       system
 
176
        features        =       sans-serif bold italic
 
177
        family          =       Helvetica Narrow
 
178
        driver          =       *
 
179
 
 
180
[NewCenturySchlbk-Roman]
 
181
name    =       CenturySchL-Roma
 
182
        source type     =       system
 
183
        features        =       roman
 
184
        family          =       New Century Schoolbook
 
185
        driver          =       *
 
186
 
 
187
[NewCenturySchlbk-Italic]
 
188
name    =       CenturySchL-RomaItal
 
189
        source type     =       system
 
190
        features        =       roman italic
 
191
        family          =       New Century Schoolbook
 
192
        driver          =       *
 
193
 
 
194
[NewCenturySchlbk-Bold]
 
195
name    =       CenturySchL-Bold
 
196
        source type     =       system
 
197
        features        =       roman bold
 
198
        family          =       New Century Schoolbook
 
199
        driver          =       *
 
200
 
 
201
[NewCenturySchlbk-BoldItalic]
 
202
name    =       CenturySchL-BoldItal
 
203
        source type     =       system
 
204
        features        =       roman bold italic
 
205
        family          =       New Century Schoolbook
 
206
        driver          =       *
 
207
 
 
208
[Palatino-Roman]
 
209
name    =       URWPalladioL-Roma
 
210
        source type     =       system
 
211
        features        =       roman
 
212
        family          =       Palatino
 
213
        driver          =       *
 
214
 
 
215
[Palatino-Italic]
 
216
name    =       URWPalladioL-Ital
 
217
        source type     =       system
 
218
        features        =       roman italic
 
219
        family          =       Palatino
 
220
        driver          =       *
 
221
 
 
222
[Palatino-Bold]
 
223
name    =       URWPalladioL-Bold
 
224
        source type     =       system
 
225
        features        =       roman bold
 
226
        family          =       Palatino
 
227
        driver          =       *
 
228
 
 
229
[Palatino-BoldItalic]
 
230
name    =       URWPalladioL-BoldItal
 
231
        source type     =       system
 
232
        features        =       roman bold italic
 
233
        family          =       Palatino
 
234
        driver          =       *
 
235
 
 
236
[Symbol]
 
237
name    =       StandardSymL
 
238
        source type     =       system
 
239
        family          =       Symbol
 
240
        driver          =       *
 
241
 
 
242
[ZapfChancery-MediumItalic]
 
243
name    =       URWChanceryL-MediItal
 
244
        source type     =       system
 
245
        features        =       roman italic
 
246
        family          =       Zapf Chancery
 
247
        driver          =       *
 
248
 
 
249
[ZapfDingbats]
 
250
name    =       Dingbats
 
251
        source type     =       system
 
252
        family          =       Zapf Dingbats
 
253
        driver          =       *
 
254
 
 
255