Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
Glyph02UbuntuLight_ae.hpp
Go to the documentation of this file.
1/*
2 * Author: Sven Gothel <sgothel@jausoft.com>
3 * Copyright Gothel Software e.K.
4 *
5 * SPDX-License-Identifier: MIT
6 *
7 * This Source Code Form is subject to the terms of the MIT License
8 * If a copy of the MIT was not distributed with this file,
9 * you can obtain one at https://opensource.org/license/mit/.
10 */
11
12#ifndef GAMP_DEMOS_GRAPH_TESTSHAPES_GLYPH02UBUNTULIGHT_AE_HPP_
13#define GAMP_DEMOS_GRAPH_TESTSHAPES_GLYPH02UBUNTULIGHT_AE_HPP_
14
16#include <jau/debug.hpp>
17
18/**
19 * GPU based resolution independent test object
20 * - Ubuntu-Light, lower case 'æ'
21 * - TTF Shape for Glyph 193
22 */
24
25 public:
27 using namespace gamp::graph;
28
29 // Ubuntu-Light, lower case 'æ'
30
31 constexpr OutlineShape::size_type pos0 = 0;
32
33 // Start TTF Shape for Glyph 193
34 if( true ) {
35 // Original Inner e-shape: Winding.CCW
36 // Moved into OutlineShape reverse -> Winding.CW -> OK
37 //
38 // Shape.MoveTo:
39 shape.closeLastOutline(false);
40 shape.addEmptyOutline();
41 shape.addVertex(pos0, 0.728000f, 0.300000f, 0, true);
42 // 000: B4: quad-to p0-p1-p2h **** MID
43 // Shape.QuadTo:
44 shape.addVertex(pos0, 0.726000f, 0.381000f, 0, false);
45 shape.addVertex(pos0, 0.690000f, 0.426000f, 0, true);
46 // 002: B6: quad-to pMh-p0-p1
47 // Shape.QuadTo:
48 shape.addVertex(pos0, 0.654000f, 0.471000f, 0, false);
49 shape.addVertex(pos0, 0.588000f, 0.471000f, 0, true);
50 // 003: B4: quad-to p0-p1-p2h **** MID
51 // Shape.QuadTo:
52 shape.addVertex(pos0, 0.553000f, 0.471000f, 0, false);
53 shape.addVertex(pos0, 0.526000f, 0.457000f, 0, true);
54 // 005: B5: quad-to pMh-p0-p1h ***** MID
55 // Shape.QuadTo:
56 shape.addVertex(pos0, 0.498000f, 0.443000f, 0, false);
57 shape.addVertex(pos0, 0.478000f, 0.420000f, 0, true);
58 // 006: B5: quad-to pMh-p0-p1h ***** MID
59 // Shape.QuadTo:
60 shape.addVertex(pos0, 0.457000f, 0.396000f, 0, false);
61 shape.addVertex(pos0, 0.446000f, 0.365000f, 0, true);
62 // 007: B6: quad-to pMh-p0-p1
63 // Shape.QuadTo:
64 shape.addVertex(pos0, 0.434000f, 0.334000f, 0, false); // NOLINT
65 shape.addVertex(pos0, 0.432000f, 0.300000f, 0, true);
66 // 008: B1: line-to p0-p1
67 // Shape.LineTo:
68 shape.addVertex(pos0, 0.728000f, 0.300000f, 0, true);
69 jau::PLAIN_PRINT(true, "Glyph02UbuntuLight_ae.shape01a.winding_area: %s", jau::math::geom::to_string(shape.windingOfLastOutline()).c_str());
70 shape.closeLastOutline(false);
71 }
72
73 if( true ) {
74 // Original Outer shape: Winding.CW
75 // Moved into OutlineShape reverse -> Winding.CCW -> OK
76 //
77 // Shape.MoveTo:
78 shape.closeLastOutline(false);
79 shape.addEmptyOutline();
80 shape.addVertex(pos0, 0.252000f, -0.011000f, 0, true);
81 // 009: B4: quad-to p0-p1-p2h **** MID
82 // Shape.QuadTo:
83 shape.addVertex(pos0, 0.208000f, -0.011000f, 0, false);
84 shape.addVertex(pos0, 0.171000f, -0.002000f, 0, true);
85 // 011: B5: quad-to pMh-p0-p1h ***** MID
86 // Shape.QuadTo:
87 shape.addVertex(pos0, 0.133000f, 0.007000f, 0, false);
88 shape.addVertex(pos0, 0.106000f, 0.026000f, 0, true);
89 // 012: B5: quad-to pMh-p0-p1h ***** MID
90 // Shape.QuadTo:
91 shape.addVertex(pos0, 0.079000f, 0.046000f, 0, false);
92 shape.addVertex(pos0, 0.064000f, 0.076000f, 0, true);
93 // 013: B6: quad-to pMh-p0-p1
94 // Shape.QuadTo:
95 shape.addVertex(pos0, 0.048000f, 0.107000f, 0, false);
96 shape.addVertex(pos0, 0.048000f, 0.151000f, 0, true);
97 // 014: B4: quad-to p0-p1-p2h **** MID
98 // Shape.QuadTo:
99 shape.addVertex(pos0, 0.048000f, 0.193000f, 0, false);
100 shape.addVertex(pos0, 0.064000f, 0.223000f, 0, true);
101 // 016: B5: quad-to pMh-p0-p1h ***** MID
102 // Shape.QuadTo:
103 shape.addVertex(pos0, 0.080000f, 0.253000f, 0, false);
104 shape.addVertex(pos0, 0.109000f, 0.272000f, 0, true);
105 // 017: B5: quad-to pMh-p0-p1h ***** MID
106 // Shape.QuadTo:
107 shape.addVertex(pos0, 0.138000f, 0.292000f, 0, false);
108 shape.addVertex(pos0, 0.178000f, 0.301000f, 0, true);
109 // 018: B6: quad-to pMh-p0-p1
110 // Shape.QuadTo:
111 shape.addVertex(pos0, 0.218000f, 0.310000f, 0, false);
112 shape.addVertex(pos0, 0.265000f, 0.310000f, 0, true);
113 // 019: B4: quad-to p0-p1-p2h **** MID
114 // Shape.QuadTo:
115 shape.addVertex(pos0, 0.279000f, 0.310000f, 0, false);
116 shape.addVertex(pos0, 0.294000f, 0.309000f, 0, true);
117 // 021: B5: quad-to pMh-p0-p1h ***** MID
118 // Shape.QuadTo:
119 shape.addVertex(pos0, 0.310000f, 0.307000f, 0, false);
120 shape.addVertex(pos0, 0.324000f, 0.305000f, 0, true);
121 // 022: B5: quad-to pMh-p0-p1h ***** MID
122 // Shape.QuadTo:
123 shape.addVertex(pos0, 0.339000f, 0.302000f, 0, false);
124 shape.addVertex(pos0, 0.349000f, 0.300000f, 0, true);
125 // 023: B6: quad-to pMh-p0-p1
126 // Shape.QuadTo:
127 shape.addVertex(pos0, 0.360000f, 0.297000f, 0, false);
128 shape.addVertex(pos0, 0.364000f, 0.295000f, 0, true);
129 // 024: B1: line-to p0-p1
130 // Shape.LineTo:
131 shape.addVertex(pos0, 0.364000f, 0.327000f, 0, true);
132 // 025: B4: quad-to p0-p1-p2h **** MID
133 // Shape.QuadTo:
134 shape.addVertex(pos0, 0.364000f, 0.354000f, 0, false);
135 shape.addVertex(pos0, 0.360000f, 0.379000f, 0, true);
136 // 027: B5: quad-to pMh-p0-p1h ***** MID
137 // Shape.QuadTo:
138 shape.addVertex(pos0, 0.356000f, 0.405000f, 0, false);
139 shape.addVertex(pos0, 0.343000f, 0.425000f, 0, true);
140 // 028: B5: quad-to pMh-p0-p1h ***** MID
141 // Shape.QuadTo:
142 shape.addVertex(pos0, 0.329000f, 0.446000f, 0, false);
143 shape.addVertex(pos0, 0.305000f, 0.458000f, 0, true);
144 // 029: B6: quad-to pMh-p0-p1
145 // Shape.QuadTo:
146 shape.addVertex(pos0, 0.280000f, 0.471000f, 0, false);
147 shape.addVertex(pos0, 0.240000f, 0.471000f, 0, true);
148 // 030: B4: quad-to p0-p1-p2h **** MID
149 // Shape.QuadTo:
150 shape.addVertex(pos0, 0.186000f, 0.471000f, 0, false);
151 shape.addVertex(pos0, 0.156000f, 0.464000f, 0, true);
152 // 032: B6: quad-to pMh-p0-p1
153 // Shape.QuadTo:
154 shape.addVertex(pos0, 0.126000f, 0.456000f, 0, false);
155 shape.addVertex(pos0, 0.113000f, 0.451000f, 0, true);
156 // 033: B1: line-to p0-p1
157 // Shape.LineTo:
158 shape.addVertex(pos0, 0.105000f, 0.507000f, 0, true);
159 // 034: B4: quad-to p0-p1-p2h **** MID
160 // Shape.QuadTo:
161 shape.addVertex(pos0, 0.122000f, 0.515000f, 0, false);
162 shape.addVertex(pos0, 0.158000f, 0.522000f, 0, true);
163 // 036: B6: quad-to pMh-p0-p1
164 // Shape.QuadTo:
165 shape.addVertex(pos0, 0.194000f, 0.529000f, 0, false);
166 shape.addVertex(pos0, 0.243000f, 0.529000f, 0, true);
167 // 037: B4: quad-to p0-p1-p2h **** MID
168 // Shape.QuadTo:
169 shape.addVertex(pos0, 0.314000f, 0.529000f, 0, false);
170 shape.addVertex(pos0, 0.354000f, 0.503000f, 0, true);
171 // 039: B6: quad-to pMh-p0-p1
172 // Shape.QuadTo:
173 shape.addVertex(pos0, 0.395000f, 0.476000f, 0, false);
174 shape.addVertex(pos0, 0.412000f, 0.431000f, 0, true);
175 // 040: B4: quad-to p0-p1-p2h **** MID
176 // Shape.QuadTo:
177 shape.addVertex(pos0, 0.445000f, 0.480000f, 0, false);
178 shape.addVertex(pos0, 0.491000f, 0.504000f, 0, true);
179 // 042: B6: quad-to pMh-p0-p1
180 // Shape.QuadTo:
181 shape.addVertex(pos0, 0.537000f, 0.529000f, 0, false);
182 shape.addVertex(pos0, 0.587000f, 0.529000f, 0, true);
183 // 043: B4: quad-to p0-p1-p2h **** MID
184 // Shape.QuadTo:
185 shape.addVertex(pos0, 0.682000f, 0.529000f, 0, false);
186 shape.addVertex(pos0, 0.738000f, 0.467000f, 0, true);
187 // 045: B6: quad-to pMh-p0-p1
188 // Shape.QuadTo:
189 shape.addVertex(pos0, 0.795000f, 0.405000f, 0, false);
190 shape.addVertex(pos0, 0.795000f, 0.276000f, 0, true);
191 // 046: B4: quad-to p0-p1-p2h **** MID
192 // Shape.QuadTo:
193 shape.addVertex(pos0, 0.795000f, 0.268000f, 0, false);
194 shape.addVertex(pos0, 0.795000f, 0.260000f, 0, true);
195 // 048: B6: quad-to pMh-p0-p1
196 // Shape.QuadTo:
197 shape.addVertex(pos0, 0.794000f, 0.252000f, 0, false);
198 shape.addVertex(pos0, 0.793000f, 0.245000f, 0, true);
199 // 049: B1: line-to p0-p1
200 // Shape.LineTo:
201 shape.addVertex(pos0, 0.430000f, 0.245000f, 0, true);
202 // 050: B4: quad-to p0-p1-p2h **** MID
203 // Shape.QuadTo:
204 shape.addVertex(pos0, 0.433000f, 0.150000f, 0, false);
205 shape.addVertex(pos0, 0.477000f, 0.099000f, 0, true);
206 // 052: B6: quad-to pMh-p0-p1
207 // Shape.QuadTo:
208 shape.addVertex(pos0, 0.521000f, 0.048000f, 0, false);
209 shape.addVertex(pos0, 0.617000f, 0.048000f, 0, true);
210 // 053: B4: quad-to p0-p1-p2h **** MID
211 // Shape.QuadTo:
212 shape.addVertex(pos0, 0.670000f, 0.048000f, 0, false);
213 shape.addVertex(pos0, 0.701000f, 0.058000f, 0, true);
214 // 055: B6: quad-to pMh-p0-p1
215 // Shape.QuadTo:
216 shape.addVertex(pos0, 0.732000f, 0.068000f, 0, false);
217 shape.addVertex(pos0, 0.746000f, 0.075000f, 0, true);
218 // 056: B1: line-to p0-p1
219 // Shape.LineTo:
220 shape.addVertex(pos0, 0.758000f, 0.019000f, true);
221 // 057: B4: quad-to p0-p1-p2h **** MID
222 // Shape.QuadTo:
223 shape.addVertex(pos0, 0.744000f, 0.011000f, 0, false);
224 shape.addVertex(pos0, 0.706000f, 0.000000f, 0, true);
225 // 059: B6: quad-to pMh-p0-p1
226 // Shape.QuadTo:
227 shape.addVertex(pos0, 0.667000f, -0.011000f, 0, false);
228 shape.addVertex(pos0, 0.615000f, -0.011000f, 0, true);
229 // 060: B4: quad-to p0-p1-p2h **** MID
230 // Shape.QuadTo:
231 shape.addVertex(pos0, 0.558000f, -0.011000f, 0, false);
232 shape.addVertex(pos0, 0.514000f, 0.003000f, 0, true);
233 // 062: B6: quad-to pMh-p0-p1
234 // Shape.QuadTo:
235 shape.addVertex(pos0, 0.470000f, 0.017000f, 0, false);
236 shape.addVertex(pos0, 0.437000f, 0.049000f, 0, true);
237 // 063: B4: quad-to p0-p1-p2h **** MID
238 // Shape.QuadTo:
239 shape.addVertex(pos0, 0.426000f, 0.040000f, 0, false);
240 shape.addVertex(pos0, 0.410000f, 0.030000f, 0, true);
241 // 065: B5: quad-to pMh-p0-p1h ***** MID
242 // Shape.QuadTo:
243 shape.addVertex(pos0, 0.393000f, 0.019000f, 0, false);
244 shape.addVertex(pos0, 0.370000f, 0.010000f, 0, true);
245 // 066: B5: quad-to pMh-p0-p1h ***** MID
246 // Shape.QuadTo:
247 shape.addVertex(pos0, 0.347000f, 0.001000f, 0, false);
248 shape.addVertex(pos0, 0.318000f, -0.005000f, 0, true); // NOLINT
249 // 067: B6: quad-to pMh-p0-p1
250 // Shape.QuadTo:
251 shape.addVertex(pos0, 0.289000f, -0.011000f, 0, false);
252 shape.addVertex(pos0, 0.252000f, -0.011000f, 0, true);
253 jau::PLAIN_PRINT(true, "Glyph02UbuntuLight_ae.shape02a.winding_area: %s", jau::math::geom::to_string(shape.windingOfLastOutline()).c_str());
254 shape.closeLastOutline(false);
255 }
256
257 if( true ) {
258 // Original Inner a-shape: Winding.CCW
259 // Moved into OutlineShape reverse -> Winding.CW -> OK now
260 //
261 // Shape.MoveTo:
262 shape.closeLastOutline(false);
263 shape.addEmptyOutline();
264 shape.addVertex(pos0, 0.365000f, 0.238000f, 0, true);
265 // 068: B4: quad-to p0-p1-p2h **** MID
266 // Shape.QuadTo:
267 shape.addVertex(pos0, 0.354000f, 0.243000f, 0, false);
268 shape.addVertex(pos0, 0.330000f, 0.248000f, 0, true);
269 // 070: B6: quad-to pMh-p0-p1
270 // Shape.QuadTo:
271 shape.addVertex(pos0, 0.305000f, 0.254000f, 0, false);
272 shape.addVertex(pos0, 0.263000f, 0.254000f, 0, true);
273 // 071: B4: quad-to p0-p1-p2h **** MID
274 // Shape.QuadTo:
275 shape.addVertex(pos0, 0.239000f, 0.254000f, 0, false);
276 shape.addVertex(pos0, 0.213000f, 0.251000f, 0, true);
277 // 073: B5: quad-to pMh-p0-p1h ***** MID
278 // Shape.QuadTo:
279 shape.addVertex(pos0, 0.187000f, 0.247000f, 0, false);
280 shape.addVertex(pos0, 0.165000f, 0.236000f, 0, true);
281 // 074: B5: quad-to pMh-p0-p1h ***** MID
282 // Shape.QuadTo:
283 shape.addVertex(pos0, 0.143000f, 0.224000f, 0, false);
284 shape.addVertex(pos0, 0.129000f, 0.204000f, 0, true);
285 // 075: B6: quad-to pMh-p0-p1
286 // Shape.QuadTo:
287 shape.addVertex(pos0, 0.115000f, 0.184000f, 0, false);
288 shape.addVertex(pos0, 0.115000f, 0.151000f, 0, true);
289 // 076: B4: quad-to p0-p1-p2h **** MID
290 // Shape.QuadTo:
291 shape.addVertex(pos0, 0.115000f, 0.122000f, 0, false);
292 shape.addVertex(pos0, 0.125000f, 0.102000f, 0, true);
293 // 078: B5: quad-to pMh-p0-p1h ***** MID
294 // Shape.QuadTo:
295 shape.addVertex(pos0, 0.135000f, 0.082000f, 0, false);
296 shape.addVertex(pos0, 0.153000f, 0.070000f, 0, true);
297 // 079: B5: quad-to pMh-p0-p1h ***** MID
298 // Shape.QuadTo:
299 shape.addVertex(pos0, 0.172000f, 0.058000f, 0, false);
300 shape.addVertex(pos0, 0.197000f, 0.053000f, 0, true);
301 // 080: B6: quad-to pMh-p0-p1
302 // Shape.QuadTo:
303 shape.addVertex(pos0, 0.222000f, 0.047000f, 0, false);
304 shape.addVertex(pos0, 0.252000f, 0.047000f, 0, true);
305 // 081: B4: quad-to p0-p1-p2h **** MID
306 // Shape.QuadTo:
307 shape.addVertex(pos0, 0.314000f, 0.047000f, 0, false);
308 shape.addVertex(pos0, 0.350000f, 0.063000f, 0, true);
309 // 083: B6: quad-to pMh-p0-p1
310 // Shape.QuadTo:
311 shape.addVertex(pos0, 0.386000f, 0.080000f, 0, false);
312 shape.addVertex(pos0, 0.400000f, 0.093000f, 0, true);
313 // 084: B4: quad-to p0-p1-p2h **** MID
314 // Shape.QuadTo:
315 shape.addVertex(pos0, 0.384000f, 0.119000f, 0, false);
316 shape.addVertex(pos0, 0.375000f, 0.154000f, 0, true);
317 // 086: B6: quad-to pMh-p0-p1
318 // Shape.QuadTo:
319 shape.addVertex(pos0, 0.366000f, 0.190000f, 0, false);
320 shape.addVertex(pos0, 0.365000f, 0.238000f, 0, true);
321 jau::PLAIN_PRINT(true, "Glyph02UbuntuLight_ae.shape03a.winding_area: %s", jau::math::geom::to_string(shape.windingOfLastOutline()).c_str());
322 shape.closeLastOutline(false);
323 }
324 // End Shape for Glyph 193
325
326 shape.setIsQuadraticNurbs();
328 }
329
330};
331
332#endif // GLYPH02UBUNTULIGHT
GPU based resolution independent test object.
static void addShapeToRegion(gamp::graph::OutlineShape &shape)
A Generic shape objects which is defined by a list of Outlines.
void setSharpness(float s) noexcept
Sets sharpness, defaults to DEFAULT_SHARPNESS.
Winding windingOfLastOutline() const noexcept
Compute the Winding of the getLastOutline() using the VectorUtil#area(ArrayList) function over all of...
void closeLastOutline(bool closeTail)
Closes the last outline in the shape.
void setIsQuadraticNurbs() noexcept
Claim this outline's vertices are all VertexState::quadratic_nurbs, hence no cubic transformations wi...
static constexpr float DEFAULT_SHARPNESS
Initial sharpness() value, which can be modified via setSharpness(float).
void addEmptyOutline()
Add a new empty Outline to the end of this shape's outline list.
void addVertex(const Vertex &v)
Adds a vertex to the last open outline to the shape's tail.
std::string to_string(const math_error_t v) noexcept
Returns std::string representation of math_error_t.
void PLAIN_PRINT(const bool printPrefix, const char *format,...) noexcept
Use for unconditional plain messages, prefix '[elapsed_time] ' if printPrefix == true.
Definition debug.cpp:258