Tempo
Tempo is an app that allows users to create and manage timers, stopwatches, and alarms.
fonts
font1.cpp
Go to the documentation of this file.
1
#include "
font1.hpp
"
2
3
/*
4
FONT NAME: Big Money-nw
5
https://patorjk.com/software/taag/#p=display&v=0&f=Big%20Money-nw&t=
6
*/
7
8
using namespace
std
;
9
10
vector<string>
f1_0
= {
11
" $$$$$$\\ "
,
12
"$$ __$$\\ "
,
13
"$$ / $$ |"
,
14
"$$ | $$ |"
,
15
"$$ | $$ |"
,
16
"$$ | $$ |"
,
17
"\\$$$$$$ /"
,
18
" \\______/ "
};
19
20
vector<string>
f1_1
= {
21
" $$\\ "
,
22
" $$$$ | "
,
23
" \\_$$ | "
,
24
" $$ | "
,
25
" $$ | "
,
26
" $$ | "
,
27
" $$$$$$\\ "
,
28
" \\______| "
};
29
30
vector<string>
f1_2
= {
31
" $$$$$$\\ "
,
32
"$$ __$$\\ "
,
33
"\\__/ $$ |"
,
34
" $$$$$$ |"
,
35
"$$ ____/ "
,
36
"$$ | "
,
37
"$$$$$$$$\\ "
,
38
"\\________|"
};
39
40
vector<string>
f1_3
= {
41
" $$$$$$\\ "
,
42
"$$ ___$$\\ "
,
43
"\\_/ $$ |"
,
44
" $$$$$ / "
,
45
" \\___$$\\ "
,
46
"$$\\ $$ |"
,
47
"\\$$$$$$ |"
,
48
" \\______/ "
};
49
50
vector<string>
f1_4
= {
51
"$$\\ $$\\ "
,
52
"$$ | $$ |"
,
53
"$$ | $$ |"
,
54
"$$$$$$$$ |"
,
55
"\\_____$$ |"
,
56
" $$ |"
,
57
" $$ |"
,
58
" \\__|"
};
59
60
vector<string>
f1_5
= {
61
"$$$$$$$\\ "
,
62
"$$ ____| "
,
63
"$$ | "
,
64
"$$$$$$$\\ "
,
65
"\\_____$$\\ "
,
66
"$$\\ $$ |"
,
67
"\\$$$$$$ |"
,
68
" \\______/ "
};
69
70
vector<string>
f1_6
= {
71
" $$$$$$\\ "
,
72
"$$ __$$\\ "
,
73
"$$ / \\__|"
,
74
"$$$$$$$\\ "
,
75
"$$ __$$\\ "
,
76
"$$ / $$ |"
,
77
" $$$$$$ |"
,
78
" \\______/ "
};
79
80
vector<string>
f1_7
= {
81
"$$$$$$$$\\ "
,
82
"\\____$$ |"
,
83
" $$ / "
,
84
" $$ / "
,
85
" $$ / "
,
86
" $$ / "
,
87
"$$ / "
,
88
"\\__/ "
};
89
90
vector<string>
f1_8
= {
91
" $$$$$$\\ "
,
92
"$$ __$$\\ "
,
93
"$$ / $$ |"
,
94
" $$$$$$ |"
,
95
"$$ __$$< "
,
96
"$$ / $$ |"
,
97
"\\$$$$$$ |"
,
98
" \\______/ "
};
99
100
vector<string>
f1_9
= {
101
" $$$$$$\\ "
,
102
"$$ __$$\\ "
,
103
"$$ / $$ |"
,
104
"\\$$$$$$$ |"
,
105
" \\____$$ |"
,
106
"$$\\ $$ |"
,
107
"\\$$$$$$ |"
,
108
" \\______/ "
};
109
110
vector<string>
f1_colon
= {
111
" "
,
112
" "
,
113
"$$\\ "
,
114
"\\__|"
,
115
" "
,
116
"$$\\ "
,
117
"\\__|"
,
118
" "
};
119
120
vector<string>
f1_period
= {
121
" "
,
122
" "
,
123
" "
,
124
" "
,
125
" "
,
126
" "
,
127
"$$\\ "
,
128
"\\__|"
};
129
130
vector<string>
f1_a
= {
131
" "
,
132
" "
,
133
" $$$$$$\\ "
,
134
" \\____$$\\ "
,
135
" $$$$$$$ |"
,
136
"$$ __$$ |"
,
137
"\\$$$$$$$ |"
,
138
" \\_______|"
};
139
140
vector<string>
f1_p
= {
141
" "
,
142
" $$$$$$\\ "
,
143
"$$ __$$\\ "
,
144
"$$ | $$ |"
,
145
"$$$$$$$ |"
,
146
"$$ ____/ "
,
147
"$$ | "
,
148
"\\__| "
};
149
150
vector<string>
f1_m
= {
151
" "
,
152
" "
,
153
"$$$$$$\\$$$$\\ "
,
154
"$$ _$$ _$$\\ "
,
155
"$$ / $$ / $$ |"
,
156
"$$ | $$ | $$ |"
,
157
"$$ | $$ | $$ |"
,
158
"\\__| \\__| \\__|"
};
159
160
vector<vector<string>>
f1_ascii
= {
f1_0
,
f1_1
,
f1_2
,
f1_3
,
f1_4
,
f1_5
,
f1_6
,
f1_7
,
f1_8
,
f1_9
,
f1_colon
,
f1_period
,
f1_a
,
f1_p
, f1_m};
161
int
f1_height
= f1_0.size();
f1_p
vector< string > f1_p
Definition:
font1.cpp:140
f1_3
vector< string > f1_3
Definition:
font1.cpp:40
f1_1
vector< string > f1_1
Definition:
font1.cpp:20
std
STL namespace.
font1.hpp
f1_5
vector< string > f1_5
Definition:
font1.cpp:60
f1_6
vector< string > f1_6
Definition:
font1.cpp:70
f1_colon
vector< string > f1_colon
Definition:
font1.cpp:110
f1_height
int f1_height
Definition:
font1.cpp:161
f1_8
vector< string > f1_8
Definition:
font1.cpp:90
f1_9
vector< string > f1_9
Definition:
font1.cpp:100
f1_m
vector< string > f1_m
Definition:
font1.cpp:150
f1_0
vector< string > f1_0
Definition:
font1.cpp:10
f1_2
vector< string > f1_2
Definition:
font1.cpp:30
f1_period
vector< string > f1_period
Definition:
font1.cpp:120
f1_a
vector< string > f1_a
Definition:
font1.cpp:130
f1_7
vector< string > f1_7
Definition:
font1.cpp:80
f1_4
vector< string > f1_4
Definition:
font1.cpp:50
f1_ascii
vector< vector< string > > f1_ascii
Definition:
font1.cpp:160
Generated on Wed Oct 16 2024 20:10:05 for Tempo by
1.8.13