Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
boca
plotting
Font.hh
Go to the documentation of this file.
1
4
#pragma once
5
6
#include "
boca/generic/Flag.hh
"
7
8
namespace
boca
9
{
10
11
enum class
Style
12
{
13
none
= 0,
14
normal
= 1 << 0,
15
bold
= 1 << 1,
16
italic
= 1 << 2
17
};
18
19
template
<>
20
struct
Flag
<
Style
> {
21
static
const
bool
enable =
true
;
22
};
23
24
double
TextHeight
();
25
26
double
LabelHeight
();
27
28
int
ColorCode
(
int
number);
29
30
int
FontCode
(
Style
style =
Style::normal
);
31
32
}
boca::Flag
Mark a strongly typed enumerator as a flag.
Definition:
Flag.hh:22
boca::TextHeight
double TextHeight()
Definition:
Font.cpp:62
Flag.hh
boca::Style
Style
Definition:
Font.hh:11
boca::Style::italic
boca::ColorCode
int ColorCode(int number)
Definition:
Font.cpp:84
boca::Output::none
boca::LabelHeight
double LabelHeight()
Definition:
Font.cpp:73
boca
Boosted Collider Analysis.
Definition:
Analysis.hh:15
boca::Output::normal
boca::FontCode
int FontCode(Style style=Style::normal)
Definition:
Font.cpp:106
boca::Style::bold