DGtal  1.2.0
PSFonts.cpp
1 /* -*- mode: c++ -*- */
9 /*
10  * \@copyright This File is part of the Board library which is
11  * licensed under the terms of the GNU Lesser General Public Licence.
12  * See the LICENCE file for further details.
13  */
14 
15 namespace LibBoard {
16  const char * PSFontNames[] = {
17  "Times-Roman",
18  "Times-Italic",
19  "Times-Bold",
20  "Times-Bold-Italic",
21  "AvantGarde-Book",
22  "AvantGarde-Book-Oblique",
23  "AvantGarde-Demi",
24  "AvantGarde-Demi-Oblique",
25  "Bookman-Light",
26  "Bookman-Light-Italic",
27  "Bookman-Demi",
28  "Bookman-Demi-Italic",
29  "Courier",
30  "Courier-Oblique",
31  "Courier-Bold",
32  "Courier-Bold-Oblique",
33  "Helvetica",
34  "Helvetica-Oblique",
35  "Helvetica-Bold",
36  "Helvetica-Bold-Oblique",
37  "Helvetica-Narrow",
38  "Helvetica-Narrow-Oblique",
39  "Helvetica-Narrow-Bold",
40  "Helvetica-Narrow-Bold-Oblique",
41  "New-Century-Schoolbook-Roman",
42  "New-Century-Schoolbook-Italic",
43  "New-Century-Schoolbook-Bold",
44  "New-Century-Schoolbook-Bold-Italic",
45  "Palatino-Roman",
46  "Palatino-Italic",
47  "Palatino-Bold",
48  "Palatino-Bold-Italic",
49  "Symbol",
50  "Zapf-Chancery-Medium-Italic",
51  "Zapf-Dingbats"
52 };
53 
54 }
const char * PSFontNames[]
Definition: PSFonts.cpp:16