DGtal
0.6.devel
Main Page
Related Pages
Modules
Namespaces
Data Structures
Examples
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
src
Board
PSFonts.h
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
#ifndef _BOARD_PSFONTS_H_
15
#define _BOARD_PSFONTS_H_
16
17
#include <cmath>
18
19
namespace
LibBoard {
20
21
22
/*
23
* Postscript Type 1 base fonts :
24
* ------------------------------
25
* ITC Avant Garde Gothic (Book, Book Oblique, Demi, Demi Oblique)
26
* ITC Bookman (Light, Light Italic, Demi, Demi Italic)
27
* Courier (Regular, Oblique, Bold, Bold Oblique)
28
* Helvetica (Regular, Oblique, Bold, Bold Oblique, Condensed, Condensed Oblique, Condensed Bold, Condensed Bold Oblique)
29
* New Century Schoolbook (Roman, Italic, Bold, Bold Italic)
30
* Palatino (Roman, Italic, Bold, Bold Italic)
31
* Symbol
32
* Times (Roman, Italic, Bold, Bold Italic)
33
* ITC Zapf Chancery (Medium Italic)
34
* ITC Zapf Dingbats
35
*/
36
namespace
Fonts {
37
enum
Font
{
38
TimesRoman
,
39
TimesItalic
,
40
TimesBold
,
41
TimesBoldItalic
,
42
AvantGardeBook
,
43
AvantGardeBookOblique
,
44
AvantGardeDemi
,
45
AvantGardeDemiOblique
,
46
BookmanLight
,
47
BookmanLightItalic
,
48
BookmanDemi
,
49
BookmanDemiItalic
,
50
Courier
,
51
CourierOblique
,
52
CourierBold
,
53
CourierBoldOblique
,
54
Helvetica
,
55
HelveticaOblique
,
56
HelveticaBold
,
57
HelveticaBoldOblique
,
58
HelveticaNarrow
,
59
HelveticaNarrowOblique
,
60
HelveticaNarrowBold
,
61
HelveticaNarrowBoldOblique
,
62
NewCenturySchoolbookRoman
,
63
NewCenturySchoolbookItalic
,
64
NewCenturySchoolbookBold
,
65
NewCenturySchoolbookBoldItalic
,
66
PalatinoRoman
,
67
PalatinoItalic
,
68
PalatinoBold
,
69
PalatinoBoldItalic
,
70
Symbol
,
71
ZapfChanceryMediumItalic
,
72
ZapfDingbats
73
};
74
}
// namespace Fonts
75
76
extern
const
char
*
PSFontNames
[];
77
78
}
// mamespace LibBoard
79
80
#endif // _BOARD_PSFONTS_H_
81
Generated on Wed Dec 19 2012 19:10:33 for DGtal by
1.8.1.1