~ubuntu-branches/ubuntu/precise/acedb/precise

« back to all changes in this revision

Viewing changes to wdemo/wspec/psfonts.wrm

  • Committer: Bazaar Package Importer
  • Author(s): Steffen Moeller
  • Date: 2010-07-11 06:27:12 UTC
  • Revision ID: james.westby@ubuntu.com-20100711062712-f1mtli96gavo7mk4
Tags: upstream-4.9.39
ImportĀ upstreamĀ versionĀ 4.9.39

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// @(#)psfonts.wrm      1.2    7/9/94
 
2
// post-script fonts to be used by xace
 
3
// The format is free, 
 
4
// Just put the font names in "" if they contain special characters.
 
5
//
 
6
// i'd be pleased to learn how to do 
 
7
// To list fonts available on your printer...
 
8
// thank you
 
9
 
 
10
// Valid fonts names to be used
 
11
//               Courier
 
12
//               Courier-Bold
 
13
//               Courier-BoldOblique
 
14
//               Courier-Oblique
 
15
//               Helvetica
 
16
//               Helvetica-Bold
 
17
//               Helvetica-BoldOblique
 
18
//               Helvetica-Oblique
 
19
//               Symbol
 
20
//               Times-Bold
 
21
//               Times-BoldItalic
 
22
//               Times-Italic
 
23
//               Times-Roman
 
24
//               AvantGarde-Book
 
25
//               AvantGarde-BookOblique
 
26
//               AvantGarde-Demi
 
27
//               AvantGarde-DemiOblique
 
28
//               Bookman-Demi
 
29
//               Bookman-DemiItalic
 
30
//               Bookman-Light
 
31
//               Bookman-LightItalic
 
32
//               Helvetica-Narrow
 
33
//               Helvetica-Narrow-Bold
 
34
//               Helvetica-Narrow-BoldOblique
 
35
//               Helvetica-Narrow-Oblique
 
36
//               NewCenturySchlbk-Bold
 
37
//               NewCenturySchlbk-BoldItalic
 
38
//               NewCenturySchlbk-Italic
 
39
//               NewCenturySchlbk-Roman
 
40
//               Palatino-Bold
 
41
//               Palatino-BoldItalic
 
42
//               Palatino-Italic
 
43
//               Palatino-Roman
 
44
//               ZapfChancery-MediumItalic
 
45
//               ZapfDingbats
 
46
 
 
47
// The code expects 5 fonts corresponding to:
 
48
// normal, italic, bold, fixed pitch and title_font
 
49
// By default the system uses:
 
50
 
 
51
Helvetica                    // normal
 
52
"Helvetica-Italic"           // italic
 
53
"Helvetica-Bold"             // bold
 
54
Courier                      // fixed
 
55
Helvetica-Oblique            // title
 
56
Times-Roman
 
57
 
 
58
 
 
59
// COLOUR