Tempo
Tempo is an app that allows users to create and manage timers, stopwatches, and alarms.
fonts
font2.cpp
Go to the documentation of this file.
1
#include "
font2.hpp
"
2
3
/*
4
FONT NAME: Mini
5
https://patorjk.com/software/taag/#p=display&v=0&f=Mini&t=
6
*/
7
8
using namespace
std
;
9
10
vector<string>
f2_0
= {
11
" _ "
,
12
" / \\ "
,
13
" \\_/ "
,
14
" "
,
15
};
16
17
vector<string>
f2_1
= {
18
" "
,
19
" /| "
,
20
" | "
,
21
" "
,
22
};
23
24
vector<string>
f2_2
= {
25
" _ "
,
26
" ) "
,
27
" /_ "
,
28
" "
,
29
};
30
31
vector<string>
f2_3
= {
32
" _ "
,
33
" _) "
,
34
" _) "
,
35
" "
,
36
};
37
38
vector<string>
f2_4
= {
39
" "
,
40
" |_|_"
,
41
" | "
,
42
" "
,
43
};
44
45
vector<string>
f2_5
= {
46
" _ "
,
47
" |_ "
,
48
" _) "
,
49
" "
,
50
};
51
52
vector<string>
f2_6
= {
53
" _ "
,
54
" |_ "
,
55
" |_) "
,
56
" "
,
57
};
58
59
vector<string>
f2_7
= {
60
" __ "
,
61
" / "
,
62
" / "
,
63
" "
,
64
};
65
66
vector<string>
f2_8
= {
67
" _ "
,
68
" (_) "
,
69
" (_) "
,
70
" "
,
71
};
72
73
vector<string>
f2_9
= {
74
" _ "
,
75
" (_| "
,
76
" | "
,
77
" "
,
78
};
79
80
vector<string>
f2_colon
= {
81
" "
,
82
" o "
,
83
" o "
,
84
" "
,
85
};
86
87
vector<string>
f2_period
= {
88
" "
,
89
" "
,
90
" o "
,
91
" "
,
92
};
93
94
vector<string>
f2_a
= {
95
" "
,
96
" /\\ "
,
97
" /--\\ "
,
98
" "
,
99
};
100
101
vector<string>
f2_p
= {
102
" "
,
103
" _ "
,
104
" |_) "
,
105
" | "
,
106
" "
,
107
};
108
109
vector<string>
f2_m
= {
110
" "
,
111
" |\\/| "
,
112
" | | "
,
113
" "
,
114
};
115
116
vector<vector<string>>
f2_ascii
= {
f2_0
,
f2_1
,
f2_2
,
f2_3
,
f2_4
,
f2_5
,
f2_6
,
f2_7
,
f2_8
,
f2_9
,
f2_colon
,
f2_period
,
f2_a
,
f2_p
, f2_m};
117
int
f2_height
= f2_0.size()-1;
f2_height
int f2_height
Definition:
font2.cpp:117
f2_3
vector< string > f2_3
Definition:
font2.cpp:31
f2_period
vector< string > f2_period
Definition:
font2.cpp:87
f2_5
vector< string > f2_5
Definition:
font2.cpp:45
f2_a
vector< string > f2_a
Definition:
font2.cpp:94
std
STL namespace.
font2.hpp
f2_0
vector< string > f2_0
Definition:
font2.cpp:10
f2_6
vector< string > f2_6
Definition:
font2.cpp:52
f2_4
vector< string > f2_4
Definition:
font2.cpp:38
f2_2
vector< string > f2_2
Definition:
font2.cpp:24
f2_colon
vector< string > f2_colon
Definition:
font2.cpp:80
f2_1
vector< string > f2_1
Definition:
font2.cpp:17
f2_7
vector< string > f2_7
Definition:
font2.cpp:59
f2_9
vector< string > f2_9
Definition:
font2.cpp:73
f2_p
vector< string > f2_p
Definition:
font2.cpp:101
f2_m
vector< string > f2_m
Definition:
font2.cpp:109
f2_8
vector< string > f2_8
Definition:
font2.cpp:66
f2_ascii
vector< vector< string > > f2_ascii
Definition:
font2.cpp:116
Generated on Wed Oct 16 2024 20:10:05 for Tempo by
1.8.13