File: fonts.lua

package info (click to toggle)
caveexpress 2.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 42,288 kB
  • sloc: cpp: 63,815; ansic: 1,135; sh: 501; xml: 186; python: 74; makefile: 60; javascript: 22
file content (738 lines) | stat: -rw-r--r-- 29,225 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
-- data is exported via fontbuilder

fonts = {
	["font-8"] = {
		height=11,
		description={
			family="JFRockSolid",
			style="Regular",
			size=8
		},
		metrics={
			ascender=10,
			descender=-2,
			height=11
		},
		texture={
			file="font-8",
			width=94,
			height=77
		},
		chars={
			{char=" ",width=6,x=0,y=10,w=1,h=0,ox=0,oy=0},
			{char="!",width=5,x=1,y=1,w=6,h=9,ox=0,oy=9},
			{char="$",width=8,x=7,y=0,w=8,h=12,ox=0,oy=10},
			{char="&",width=8,x=15,y=1,w=9,h=9,ox=0,oy=9},
			{char="'",width=3,x=24,y=1,w=3,h=4,ox=0,oy=9},
			{char=",",width=4,x=27,y=6,w=5,h=6,ox=0,oy=4},
			{char=".",width=4,x=32,y=7,w=5,h=3,ox=0,oy=3},
			{char="0",width=8,x=37,y=1,w=9,h=9,ox=0,oy=9},
			{char="1",width=7,x=46,y=1,w=10,h=9,ox=-1,oy=9},
			{char="2",width=8,x=56,y=1,w=9,h=9,ox=0,oy=9},
			{char="3",width=7,x=65,y=1,w=8,h=9,ox=0,oy=9},
			{char="4",width=8,x=73,y=1,w=9,h=9,ox=0,oy=9},
			{char="5",width=7,x=82,y=1,w=8,h=9,ox=0,oy=9},
			{char="6",width=8,x=0,y=13,w=9,h=9,ox=0,oy=9},
			{char="7",width=7,x=9,y=13,w=8,h=9,ox=0,oy=9},
			{char="8",width=8,x=17,y=13,w=9,h=10,ox=0,oy=9},
			{char="9",width=8,x=26,y=13,w=9,h=10,ox=0,oy=9},
			{char="?",width=8,x=35,y=13,w=9,h=9,ox=0,oy=9},
			{char="A",width=9,x=44,y=13,w=10,h=10,ox=0,oy=9},
			{char="B",width=9,x=54,y=13,w=10,h=9,ox=-1,oy=9},
			{char="C",width=9,x=64,y=12,w=10,h=10,ox=0,oy=10},
			{char="D",width=9,x=74,y=13,w=9,h=9,ox=0,oy=9},
			{char="E",width=7,x=83,y=12,w=8,h=10,ox=0,oy=10},
			{char="F",width=7,x=0,y=24,w=8,h=9,ox=0,oy=9},
			{char="G",width=9,x=8,y=24,w=10,h=9,ox=0,oy=9},
			{char="H",width=9,x=18,y=24,w=10,h=9,ox=0,oy=9},
			{char="I",width=7,x=28,y=24,w=8,h=9,ox=0,oy=9},
			{char="J",width=9,x=36,y=23,w=9,h=10,ox=0,oy=10},
			{char="K",width=9,x=45,y=24,w=10,h=10,ox=0,oy=9},
			{char="L",width=8,x=55,y=24,w=9,h=9,ox=0,oy=9},
			{char="M",width=9,x=64,y=24,w=10,h=9,ox=0,oy=9},
			{char="N",width=9,x=74,y=24,w=10,h=9,ox=0,oy=9},
			{char="O",width=10,x=84,y=23,w=10,h=10,ox=0,oy=10},
			{char="P",width=8,x=0,y=35,w=10,h=9,ox=-1,oy=9},
			{char="Q",width=10,x=10,y=35,w=11,h=10,ox=0,oy=9},
			{char="R",width=8,x=21,y=35,w=10,h=9,ox=-1,oy=9},
			{char="S",width=8,x=31,y=35,w=9,h=9,ox=0,oy=9},
			{char="T",width=8,x=40,y=35,w=9,h=9,ox=0,oy=9},
			{char="U",width=9,x=49,y=34,w=10,h=10,ox=0,oy=10},
			{char="V",width=9,x=59,y=35,w=11,h=9,ox=-1,oy=9},
			{char="W",width=13,x=70,y=35,w=14,h=9,ox=0,oy=9},
			{char="X",width=9,x=84,y=35,w=10,h=9,ox=0,oy=9},
			{char="Y",width=9,x=0,y=46,w=10,h=9,ox=0,oy=9},
			{char="Z",width=7,x=10,y=46,w=8,h=9,ox=0,oy=9},
			{char="a",width=9,x=18,y=46,w=10,h=10,ox=0,oy=9},
			{char="b",width=9,x=28,y=46,w=10,h=9,ox=-1,oy=9},
			{char="c",width=9,x=38,y=45,w=10,h=10,ox=0,oy=10},
			{char="d",width=9,x=48,y=46,w=9,h=9,ox=0,oy=9},
			{char="e",width=7,x=57,y=45,w=8,h=10,ox=0,oy=10},
			{char="f",width=7,x=65,y=46,w=8,h=9,ox=0,oy=9},
			{char="g",width=9,x=73,y=46,w=10,h=9,ox=0,oy=9},
			{char="h",width=9,x=83,y=46,w=10,h=9,ox=0,oy=9},
			{char="i",width=7,x=0,y=57,w=8,h=9,ox=0,oy=9},
			{char="j",width=9,x=8,y=56,w=9,h=10,ox=0,oy=10},
			{char="k",width=9,x=17,y=57,w=10,h=10,ox=0,oy=9},
			{char="l",width=8,x=27,y=57,w=9,h=9,ox=0,oy=9},
			{char="m",width=9,x=36,y=57,w=10,h=9,ox=0,oy=9},
			{char="n",width=9,x=46,y=57,w=10,h=9,ox=0,oy=9},
			{char="o",width=10,x=56,y=56,w=10,h=10,ox=0,oy=10},
			{char="p",width=8,x=66,y=57,w=10,h=9,ox=-1,oy=9},
			{char="q",width=10,x=76,y=57,w=11,h=10,ox=0,oy=9},
			{char="r",width=8,x=0,y=68,w=10,h=9,ox=-1,oy=9},
			{char="s",width=8,x=10,y=68,w=9,h=9,ox=0,oy=9},
			{char="t",width=8,x=19,y=68,w=9,h=9,ox=0,oy=9},
			{char="u",width=9,x=28,y=67,w=10,h=10,ox=0,oy=10},
			{char="v",width=9,x=38,y=68,w=11,h=9,ox=-1,oy=9},
			{char="w",width=13,x=49,y=68,w=14,h=9,ox=0,oy=9},
			{char="x",width=9,x=63,y=68,w=10,h=9,ox=0,oy=9},
			{char="y",width=9,x=73,y=68,w=10,h=9,ox=0,oy=9},
			{char="z",width=7,x=83,y=68,w=8,h=9,ox=0,oy=9},
		},
		kernings={
			{from="A",to="'",offset=-1},
			{from="A",to="V",offset=-1},
			{from="A",to="W",offset=-1},
			{from="A",to="Y",offset=-1},
			{from="J",to=",",offset=-1},
			{from="J",to=".",offset=-1},
			{from="J",to="A",offset=-1},
			{from="L",to="'",offset=-1},
			{from="L",to="T",offset=-1},
			{from="L",to="V",offset=-1},
			{from="L",to="W",offset=-1},
			{from="L",to="Y",offset=-1},
			{from="T",to=",",offset=-1},
			{from="T",to=".",offset=-1},
			{from="T",to="A",offset=-1},
			{from="V",to=",",offset=-1},
			{from="V",to=".",offset=-1},
			{from="V",to="A",offset=-1},
			{from="W",to=",",offset=-1},
			{from="W",to=".",offset=-1},
			{from="W",to="A",offset=-1},
			{from="Y",to=",",offset=-1},
			{from="Y",to=".",offset=-1},
			{from="Y",to="A",offset=-1},
		},
	},
	["font-10"] = {
		height=14,
		description={
			family="JFRockSolid",
			style="Regular",
			size=10
		},
		metrics={
			ascender=12,
			descender=-2,
			height=14
		},
		texture={
			file="font-10",
			width=96,
			height=100
		},
		chars={
			{char=" ",width=7,x=0,y=12,w=1,h=0,ox=0,oy=0},
			{char="!",width=5,x=1,y=1,w=6,h=11,ox=0,oy=11},
			{char="$",width=9,x=7,y=0,w=10,h=14,ox=0,oy=12},
			{char="&",width=10,x=17,y=1,w=10,h=11,ox=0,oy=11},
			{char="'",width=3,x=27,y=1,w=4,h=5,ox=-1,oy=11},
			{char=",",width=5,x=31,y=8,w=6,h=6,ox=0,oy=4},
			{char=".",width=5,x=37,y=8,w=5,h=4,ox=0,oy=4},
			{char="0",width=10,x=42,y=1,w=11,h=11,ox=0,oy=11},
			{char="1",width=9,x=53,y=1,w=10,h=11,ox=0,oy=11},
			{char="2",width=10,x=63,y=1,w=11,h=11,ox=0,oy=11},
			{char="3",width=9,x=74,y=1,w=9,h=11,ox=0,oy=11},
			{char="4",width=10,x=83,y=1,w=11,h=11,ox=0,oy=11},
			{char="5",width=8,x=0,y=15,w=9,h=11,ox=0,oy=11},
			{char="6",width=10,x=9,y=15,w=11,h=11,ox=0,oy=11},
			{char="7",width=8,x=20,y=15,w=9,h=11,ox=0,oy=11},
			{char="8",width=10,x=29,y=15,w=11,h=12,ox=0,oy=11},
			{char="9",width=9,x=40,y=15,w=10,h=12,ox=0,oy=11},
			{char="?",width=9,x=50,y=15,w=10,h=11,ox=0,oy=11},
			{char="A",width=11,x=60,y=15,w=12,h=12,ox=0,oy=11},
			{char="B",width=10,x=72,y=15,w=12,h=11,ox=0,oy=11},
			{char="C",width=11,x=84,y=14,w=12,h=12,ox=0,oy=12},
			{char="D",width=10,x=0,y=28,w=11,h=11,ox=0,oy=11},
			{char="E",width=9,x=11,y=27,w=10,h=12,ox=0,oy=12},
			{char="F",width=8,x=21,y=28,w=9,h=11,ox=0,oy=11},
			{char="G",width=11,x=30,y=28,w=11,h=11,ox=0,oy=11},
			{char="H",width=10,x=41,y=28,w=11,h=11,ox=0,oy=11},
			{char="I",width=8,x=52,y=28,w=9,h=11,ox=0,oy=11},
			{char="J",width=10,x=61,y=28,w=11,h=11,ox=0,oy=11},
			{char="K",width=11,x=72,y=28,w=11,h=12,ox=0,oy=11},
			{char="L",width=9,x=83,y=28,w=10,h=11,ox=0,oy=11},
			{char="M",width=11,x=0,y=40,w=12,h=11,ox=0,oy=11},
			{char="N",width=10,x=12,y=40,w=11,h=11,ox=0,oy=11},
			{char="O",width=11,x=23,y=40,w=12,h=11,ox=0,oy=11},
			{char="P",width=10,x=35,y=40,w=12,h=11,ox=-1,oy=11},
			{char="Q",width=12,x=47,y=40,w=13,h=12,ox=0,oy=11},
			{char="R",width=10,x=60,y=40,w=11,h=11,ox=-1,oy=11},
			{char="S",width=9,x=71,y=40,w=10,h=11,ox=0,oy=11},
			{char="T",width=10,x=81,y=40,w=11,h=11,ox=0,oy=11},
			{char="U",width=10,x=0,y=52,w=11,h=11,ox=0,oy=11},
			{char="V",width=10,x=11,y=52,w=12,h=11,ox=0,oy=11},
			{char="W",width=15,x=23,y=52,w=16,h=11,ox=0,oy=11},
			{char="X",width=10,x=39,y=52,w=11,h=11,ox=0,oy=11},
			{char="Y",width=11,x=50,y=52,w=12,h=11,ox=0,oy=11},
			{char="Z",width=9,x=62,y=52,w=10,h=11,ox=0,oy=11},
			{char="a",width=11,x=72,y=52,w=12,h=12,ox=0,oy=11},
			{char="b",width=10,x=84,y=52,w=12,h=11,ox=0,oy=11},
			{char="c",width=11,x=0,y=64,w=12,h=12,ox=0,oy=12},
			{char="d",width=10,x=12,y=65,w=11,h=11,ox=0,oy=11},
			{char="e",width=9,x=23,y=64,w=10,h=12,ox=0,oy=12},
			{char="f",width=8,x=33,y=65,w=9,h=11,ox=0,oy=11},
			{char="g",width=11,x=42,y=65,w=11,h=11,ox=0,oy=11},
			{char="h",width=10,x=53,y=65,w=11,h=11,ox=0,oy=11},
			{char="i",width=8,x=64,y=65,w=9,h=11,ox=0,oy=11},
			{char="j",width=10,x=73,y=65,w=11,h=11,ox=0,oy=11},
			{char="k",width=11,x=84,y=65,w=11,h=12,ox=0,oy=11},
			{char="l",width=9,x=0,y=77,w=10,h=11,ox=0,oy=11},
			{char="m",width=11,x=10,y=77,w=12,h=11,ox=0,oy=11},
			{char="n",width=10,x=22,y=77,w=11,h=11,ox=0,oy=11},
			{char="o",width=11,x=33,y=77,w=12,h=11,ox=0,oy=11},
			{char="p",width=10,x=45,y=77,w=12,h=11,ox=-1,oy=11},
			{char="q",width=12,x=57,y=77,w=13,h=12,ox=0,oy=11},
			{char="r",width=10,x=70,y=77,w=11,h=11,ox=-1,oy=11},
			{char="s",width=9,x=81,y=77,w=10,h=11,ox=0,oy=11},
			{char="t",width=10,x=0,y=89,w=11,h=11,ox=0,oy=11},
			{char="u",width=10,x=11,y=89,w=11,h=11,ox=0,oy=11},
			{char="v",width=10,x=22,y=89,w=12,h=11,ox=0,oy=11},
			{char="w",width=15,x=34,y=89,w=16,h=11,ox=0,oy=11},
			{char="x",width=10,x=50,y=89,w=11,h=11,ox=0,oy=11},
			{char="y",width=11,x=61,y=89,w=12,h=11,ox=0,oy=11},
			{char="z",width=9,x=73,y=89,w=10,h=11,ox=0,oy=11},
		},
		kernings={
			{from="A",to="'",offset=-1},
			{from="A",to="T",offset=-1},
			{from="A",to="V",offset=-1},
			{from="A",to="W",offset=-1},
			{from="A",to="Y",offset=-1},
			{from="D",to="A",offset=-1},
			{from="D",to="Y",offset=-1},
			{from="F",to="A",offset=-1},
			{from="J",to=",",offset=-1},
			{from="J",to=".",offset=-1},
			{from="J",to="A",offset=-1},
			{from="L",to="'",offset=-2},
			{from="L",to="T",offset=-1},
			{from="L",to="V",offset=-1},
			{from="L",to="W",offset=-1},
			{from="L",to="Y",offset=-1},
			{from="O",to="V",offset=-1},
			{from="O",to="W",offset=-1},
			{from="O",to="Y",offset=-1},
			{from="P",to=",",offset=-1},
			{from="P",to=".",offset=-1},
			{from="P",to="A",offset=-1},
			{from="T",to=",",offset=-1},
			{from="T",to=".",offset=-1},
			{from="T",to="A",offset=-1},
			{from="V",to=",",offset=-1},
			{from="V",to=".",offset=-1},
			{from="V",to="A",offset=-1},
			{from="W",to=",",offset=-1},
			{from="W",to=".",offset=-1},
			{from="W",to="A",offset=-1},
			{from="Y",to=",",offset=-1},
			{from="Y",to=".",offset=-1},
			{from="Y",to="A",offset=-1},
			{from="Y",to="O",offset=-1},
		},
	},
	["font-12"] = {
		height=17,
		description={
			family="RockSolid",
			style="Regular",
			size=12
		},
		metrics={
			ascender=15,
			descender=-3,
			height=17
		},
		texture={
			file="font-12",
			width=120,
			height=124
		},
		chars={
			{char=" ",width=8,x=0,y=15,w=1,h=0,ox=0,oy=0},
			{char="!",width=7,x=1,y=2,w=7,h=13,ox=0,oy=13},
			{char="$",width=11,x=8,y=0,w=12,h=17,ox=0,oy=15},
			{char="&",width=12,x=20,y=2,w=12,h=13,ox=0,oy=13},
			{char="'",width=4,x=32,y=1,w=4,h=7,ox=0,oy=14},
			{char=",",width=6,x=36,y=10,w=6,h=8,ox=0,oy=5},
			{char=".",width=6,x=42,y=10,w=6,h=5,ox=0,oy=5},
			{char="0",width=12,x=48,y=2,w=13,h=13,ox=0,oy=13},
			{char="1",width=11,x=61,y=2,w=11,h=13,ox=0,oy=13},
			{char="2",width=12,x=72,y=2,w=13,h=13,ox=0,oy=13},
			{char="3",width=10,x=85,y=2,w=11,h=13,ox=0,oy=13},
			{char="4",width=12,x=96,y=2,w=13,h=13,ox=0,oy=13},
			{char="5",width=10,x=109,y=2,w=11,h=13,ox=0,oy=13},
			{char="6",width=12,x=0,y=20,w=13,h=13,ox=0,oy=13},
			{char="7",width=10,x=13,y=20,w=11,h=13,ox=0,oy=13},
			{char="8",width=12,x=24,y=20,w=13,h=14,ox=0,oy=13},
			{char="9",width=12,x=37,y=20,w=13,h=14,ox=0,oy=13},
			{char="?",width=11,x=50,y=20,w=12,h=13,ox=0,oy=13},
			{char="A",width=13,x=62,y=20,w=14,h=14,ox=0,oy=13},
			{char="B",width=13,x=76,y=20,w=14,h=13,ox=-1,oy=13},
			{char="C",width=13,x=90,y=18,w=14,h=15,ox=0,oy=15},
			{char="D",width=12,x=104,y=20,w=13,h=13,ox=0,oy=13},
			{char="E",width=11,x=0,y=34,w=11,h=14,ox=0,oy=14},
			{char="F",width=10,x=11,y=35,w=11,h=13,ox=0,oy=13},
			{char="G",width=13,x=22,y=35,w=14,h=13,ox=0,oy=13},
			{char="H",width=12,x=36,y=35,w=13,h=13,ox=0,oy=13},
			{char="I",width=10,x=49,y=35,w=11,h=13,ox=0,oy=13},
			{char="J",width=12,x=60,y=34,w=13,h=14,ox=0,oy=14},
			{char="K",width=13,x=73,y=35,w=14,h=14,ox=0,oy=13},
			{char="L",width=11,x=87,y=35,w=12,h=13,ox=0,oy=13},
			{char="M",width=14,x=99,y=34,w=14,h=14,ox=0,oy=14},
			{char="N",width=13,x=0,y=49,w=13,h=14,ox=0,oy=14},
			{char="O",width=14,x=13,y=49,w=15,h=14,ox=0,oy=14},
			{char="P",width=12,x=28,y=50,w=13,h=13,ox=-1,oy=13},
			{char="Q",width=15,x=41,y=50,w=15,h=14,ox=0,oy=13},
			{char="R",width=12,x=56,y=50,w=13,h=13,ox=-1,oy=13},
			{char="S",width=11,x=69,y=50,w=12,h=13,ox=0,oy=13},
			{char="T",width=12,x=81,y=50,w=13,h=13,ox=0,oy=13},
			{char="U",width=13,x=94,y=49,w=13,h=14,ox=0,oy=14},
			{char="V",width=13,x=0,y=66,w=14,h=13,ox=0,oy=13},
			{char="W",width=19,x=14,y=66,w=19,h=13,ox=0,oy=13},
			{char="X",width=13,x=33,y=66,w=13,h=13,ox=0,oy=13},
			{char="Y",width=13,x=46,y=66,w=14,h=13,ox=0,oy=13},
			{char="Z",width=11,x=60,y=66,w=11,h=13,ox=0,oy=13},
			{char="a",width=13,x=71,y=66,w=14,h=14,ox=0,oy=13},
			{char="b",width=13,x=85,y=66,w=14,h=13,ox=-1,oy=13},
			{char="c",width=13,x=99,y=64,w=14,h=15,ox=0,oy=15},
			{char="d",width=12,x=0,y=81,w=13,h=13,ox=0,oy=13},
			{char="e",width=11,x=13,y=80,w=11,h=14,ox=0,oy=14},
			{char="f",width=10,x=24,y=81,w=11,h=13,ox=0,oy=13},
			{char="g",width=13,x=35,y=81,w=14,h=13,ox=0,oy=13},
			{char="h",width=12,x=49,y=81,w=13,h=13,ox=0,oy=13},
			{char="i",width=10,x=62,y=81,w=11,h=13,ox=0,oy=13},
			{char="j",width=12,x=73,y=80,w=13,h=14,ox=0,oy=14},
			{char="k",width=13,x=86,y=81,w=14,h=14,ox=0,oy=13},
			{char="l",width=11,x=100,y=81,w=12,h=13,ox=0,oy=13},
			{char="m",width=14,x=0,y=95,w=14,h=14,ox=0,oy=14},
			{char="n",width=13,x=14,y=95,w=13,h=14,ox=0,oy=14},
			{char="o",width=14,x=27,y=95,w=15,h=14,ox=0,oy=14},
			{char="p",width=12,x=42,y=96,w=13,h=13,ox=-1,oy=13},
			{char="q",width=15,x=55,y=96,w=15,h=14,ox=0,oy=13},
			{char="r",width=12,x=70,y=96,w=13,h=13,ox=-1,oy=13},
			{char="s",width=11,x=83,y=96,w=12,h=13,ox=0,oy=13},
			{char="t",width=12,x=95,y=96,w=13,h=13,ox=0,oy=13},
			{char="u",width=13,x=0,y=110,w=13,h=14,ox=0,oy=14},
			{char="v",width=13,x=13,y=111,w=14,h=13,ox=0,oy=13},
			{char="w",width=19,x=27,y=111,w=19,h=13,ox=0,oy=13},
			{char="x",width=13,x=46,y=111,w=13,h=13,ox=0,oy=13},
			{char="y",width=13,x=59,y=111,w=14,h=13,ox=0,oy=13},
			{char="z",width=11,x=73,y=111,w=11,h=13,ox=0,oy=13},
		},
		kernings={
			{from="A",to="'",offset=-1},
			{from="A",to="C",offset=-1},
			{from="A",to="G",offset=-1},
			{from="A",to="O",offset=-1},
			{from="A",to="Q",offset=-1},
			{from="A",to="T",offset=-1},
			{from="A",to="V",offset=-1},
			{from="A",to="W",offset=-1},
			{from="A",to="Y",offset=-2},
			{from="C",to="A",offset=-1},
			{from="D",to=",",offset=-1},
			{from="D",to="A",offset=-1},
			{from="D",to="V",offset=-1},
			{from="D",to="W",offset=-1},
			{from="D",to="Y",offset=-1},
			{from="F",to=",",offset=-1},
			{from="F",to="A",offset=-1},
			{from="G",to=",",offset=-1},
			{from="G",to=".",offset=-1},
			{from="J",to=",",offset=-1},
			{from="J",to=".",offset=-1},
			{from="J",to="A",offset=-1},
			{from="L",to="'",offset=-2},
			{from="L",to="T",offset=-1},
			{from="L",to="V",offset=-1},
			{from="L",to="W",offset=-1},
			{from="L",to="Y",offset=-2},
			{from="O",to="A",offset=-1},
			{from="O",to="V",offset=-1},
			{from="O",to="W",offset=-1},
			{from="O",to="Y",offset=-1},
			{from="P",to=",",offset=-1},
			{from="P",to=".",offset=-1},
			{from="P",to="A",offset=-1},
			{from="Q",to="U",offset=-1},
			{from="R",to="V",offset=-1},
			{from="R",to="W",offset=-1},
			{from="T",to=",",offset=-1},
			{from="T",to=".",offset=-1},
			{from="T",to="A",offset=-1},
			{from="U",to="A",offset=-1},
			{from="V",to=",",offset=-1},
			{from="V",to=".",offset=-1},
			{from="V",to="A",offset=-1},
			{from="V",to="G",offset=-1},
			{from="V",to="O",offset=-1},
			{from="W",to=",",offset=-1},
			{from="W",to=".",offset=-1},
			{from="W",to="A",offset=-2},
			{from="W",to="O",offset=-1},
			{from="Y",to=",",offset=-2},
			{from="Y",to=".",offset=-2},
			{from="Y",to="A",offset=-2},
			{from="Y",to="O",offset=-1},
			{from="Y",to="S",offset=-1},
		},
	},
	["font-24"] = {
		height=33,
		description={
			family="RockSolid",
			style="Regular",
			size=24
		},
		metrics={
			ascender=29,
			descender=-5,
			height=33
		},
		texture={
			file="font-24",
			width=233,
			height=233
		},
		chars={
			{char=" ",width=16,x=0,y=29,w=1,h=0,ox=0,oy=0},
			{char="!",width=14,x=1,y=3,w=13,h=26,ox=0,oy=26},
			{char="$",width=22,x=14,y=0,w=22,h=32,ox=0,oy=29},
			{char="&",width=23,x=36,y=2,w=23,h=27,ox=0,oy=27},
			{char="'",width=7,x=59,y=2,w=7,h=12,ox=0,oy=27},
			{char=",",width=12,x=66,y=19,w=11,h=15,ox=0,oy=10},
			{char=".",width=11,x=77,y=20,w=11,h=9,ox=0,oy=9},
			{char="0",width=24,x=88,y=2,w=24,h=27,ox=0,oy=27},
			{char="1",width=22,x=112,y=3,w=21,h=26,ox=0,oy=26},
			{char="2",width=24,x=133,y=3,w=23,h=26,ox=0,oy=26},
			{char="3",width=21,x=156,y=3,w=21,h=26,ox=0,oy=26},
			{char="4",width=24,x=177,y=3,w=24,h=26,ox=0,oy=26},
			{char="5",width=21,x=201,y=3,w=21,h=26,ox=0,oy=26},
			{char="6",width=24,x=0,y=35,w=24,h=27,ox=0,oy=27},
			{char="7",width=20,x=24,y=36,w=20,h=26,ox=0,oy=26},
			{char="8",width=24,x=44,y=35,w=24,h=28,ox=0,oy=27},
			{char="9",width=23,x=68,y=36,w=23,h=27,ox=0,oy=26},
			{char="?",width=23,x=91,y=36,w=23,h=26,ox=0,oy=26},
			{char="A",width=27,x=114,y=36,w=27,h=27,ox=0,oy=26},
			{char="B",width=25,x=141,y=36,w=25,h=26,ox=0,oy=26},
			{char="C",width=26,x=166,y=34,w=26,h=28,ox=0,oy=28},
			{char="D",width=25,x=192,y=36,w=25,h=26,ox=0,oy=26},
			{char="E",width=21,x=0,y=63,w=21,h=27,ox=0,oy=27},
			{char="F",width=20,x=21,y=64,w=20,h=26,ox=0,oy=26},
			{char="G",width=26,x=41,y=64,w=26,h=26,ox=0,oy=26},
			{char="H",width=25,x=67,y=64,w=25,h=26,ox=0,oy=26},
			{char="I",width=20,x=92,y=64,w=20,h=26,ox=0,oy=26},
			{char="J",width=25,x=112,y=63,w=25,h=27,ox=0,oy=27},
			{char="K",width=26,x=137,y=64,w=26,h=27,ox=0,oy=26},
			{char="L",width=23,x=163,y=64,w=22,h=26,ox=0,oy=26},
			{char="M",width=27,x=185,y=63,w=27,h=27,ox=0,oy=27},
			{char="N",width=25,x=0,y=92,w=25,h=27,ox=0,oy=27},
			{char="O",width=28,x=25,y=91,w=28,h=28,ox=0,oy=28},
			{char="P",width=24,x=53,y=93,w=24,h=26,ox=-1,oy=26},
			{char="Q",width=29,x=77,y=92,w=29,h=28,ox=0,oy=27},
			{char="R",width=24,x=106,y=93,w=25,h=26,ox=-1,oy=26},
			{char="S",width=22,x=131,y=92,w=22,h=27,ox=0,oy=27},
			{char="T",width=24,x=153,y=93,w=24,h=26,ox=0,oy=26},
			{char="U",width=25,x=177,y=92,w=25,h=27,ox=0,oy=27},
			{char="V",width=26,x=202,y=93,w=26,h=26,ox=0,oy=26},
			{char="W",width=37,x=0,y=122,w=37,h=26,ox=0,oy=26},
			{char="X",width=26,x=37,y=122,w=25,h=26,ox=0,oy=26},
			{char="Y",width=26,x=62,y=122,w=26,h=26,ox=0,oy=26},
			{char="Z",width=22,x=88,y=121,w=21,h=27,ox=0,oy=27},
			{char="a",width=27,x=109,y=122,w=27,h=27,ox=0,oy=26},
			{char="b",width=25,x=136,y=122,w=25,h=26,ox=0,oy=26},
			{char="c",width=26,x=161,y=120,w=26,h=28,ox=0,oy=28},
			{char="d",width=25,x=187,y=122,w=25,h=26,ox=0,oy=26},
			{char="e",width=21,x=212,y=121,w=21,h=27,ox=0,oy=27},
			{char="f",width=20,x=0,y=150,w=20,h=26,ox=0,oy=26},
			{char="g",width=26,x=20,y=150,w=26,h=26,ox=0,oy=26},
			{char="h",width=25,x=46,y=150,w=25,h=26,ox=0,oy=26},
			{char="i",width=20,x=71,y=150,w=20,h=26,ox=0,oy=26},
			{char="j",width=25,x=91,y=149,w=25,h=27,ox=0,oy=27},
			{char="k",width=26,x=116,y=150,w=26,h=27,ox=0,oy=26},
			{char="l",width=23,x=142,y=150,w=22,h=26,ox=0,oy=26},
			{char="m",width=27,x=164,y=149,w=27,h=27,ox=0,oy=27},
			{char="n",width=25,x=191,y=149,w=25,h=27,ox=0,oy=27},
			{char="o",width=28,x=0,y=177,w=28,h=28,ox=0,oy=28},
			{char="p",width=24,x=28,y=179,w=24,h=26,ox=-1,oy=26},
			{char="q",width=29,x=52,y=178,w=29,h=28,ox=0,oy=27},
			{char="r",width=24,x=81,y=179,w=25,h=26,ox=-1,oy=26},
			{char="s",width=22,x=106,y=178,w=22,h=27,ox=0,oy=27},
			{char="t",width=24,x=128,y=179,w=24,h=26,ox=0,oy=26},
			{char="u",width=25,x=152,y=178,w=25,h=27,ox=0,oy=27},
			{char="v",width=26,x=177,y=179,w=26,h=26,ox=0,oy=26},
			{char="w",width=37,x=0,y=207,w=37,h=26,ox=0,oy=26},
			{char="x",width=26,x=37,y=207,w=25,h=26,ox=0,oy=26},
			{char="y",width=26,x=62,y=207,w=26,h=26,ox=0,oy=26},
			{char="z",width=22,x=88,y=206,w=21,h=27,ox=0,oy=27},
		},
		kernings={
			{from="A",to="'",offset=-4},
			{from="A",to="C",offset=-2},
			{from="A",to="G",offset=-2},
			{from="A",to="O",offset=-2},
			{from="A",to="Q",offset=-2},
			{from="A",to="T",offset=-3},
			{from="A",to="U",offset=-1},
			{from="A",to="V",offset=-5},
			{from="A",to="W",offset=-5},
			{from="A",to="Y",offset=-5},
			{from="B",to=",",offset=-1},
			{from="B",to="A",offset=-2},
			{from="C",to=",",offset=-1},
			{from="C",to=".",offset=-1},
			{from="C",to="A",offset=-2},
			{from="D",to=",",offset=-2},
			{from="D",to=".",offset=-1},
			{from="D",to="A",offset=-2},
			{from="D",to="V",offset=-2},
			{from="D",to="W",offset=-2},
			{from="D",to="Y",offset=-3},
			{from="F",to=",",offset=-2},
			{from="F",to=".",offset=-1},
			{from="F",to="A",offset=-2},
			{from="G",to=",",offset=-2},
			{from="G",to=".",offset=-2},
			{from="J",to=",",offset=-5},
			{from="J",to=".",offset=-4},
			{from="J",to="A",offset=-4},
			{from="K",to="C",offset=-1},
			{from="K",to="O",offset=-1},
			{from="L",to="'",offset=-7},
			{from="L",to="T",offset=-4},
			{from="L",to="V",offset=-4},
			{from="L",to="W",offset=-4},
			{from="L",to="Y",offset=-5},
			{from="N",to=",",offset=-1},
			{from="O",to=",",offset=-1},
			{from="O",to=".",offset=-1},
			{from="O",to="A",offset=-2},
			{from="O",to="T",offset=-1},
			{from="O",to="V",offset=-2},
			{from="O",to="W",offset=-2},
			{from="O",to="X",offset=-1},
			{from="O",to="Y",offset=-3},
			{from="P",to=",",offset=-3},
			{from="P",to=".",offset=-3},
			{from="P",to="A",offset=-3},
			{from="Q",to=",",offset=-1},
			{from="Q",to="U",offset=-2},
			{from="R",to="O",offset=-1},
			{from="R",to="T",offset=-1},
			{from="R",to="U",offset=-1},
			{from="R",to="V",offset=-2},
			{from="R",to="W",offset=-2},
			{from="S",to=",",offset=-1},
			{from="S",to=".",offset=-1},
			{from="T",to=",",offset=-5},
			{from="T",to=".",offset=-4},
			{from="T",to="A",offset=-4},
			{from="T",to="O",offset=-1},
			{from="U",to=",",offset=-1},
			{from="U",to=".",offset=-1},
			{from="U",to="A",offset=-2},
			{from="V",to=",",offset=-4},
			{from="V",to=".",offset=-4},
			{from="V",to="A",offset=-5},
			{from="V",to="G",offset=-2},
			{from="V",to="O",offset=-2},
			{from="W",to=",",offset=-4},
			{from="W",to=".",offset=-4},
			{from="W",to="A",offset=-5},
			{from="W",to="O",offset=-2},
			{from="Y",to=",",offset=-5},
			{from="Y",to=".",offset=-5},
			{from="Y",to="A",offset=-5},
			{from="Y",to="O",offset=-3},
			{from="Y",to="S",offset=-2},
		},
	},
	["font-48"] = {
		height=67,
		description={
			family="RockSolid",
			style="Regular",
			size=48
		},
		metrics={
			ascender=58,
			descender=-9,
			height=67
		},
		texture={
			file="font-48",
			width=458,
			height=453
		},
		chars={
			{char=" ",width=32,x=0,y=58,w=1,h=0,ox=0,oy=0},
			{char="!",width=27,x=1,y=6,w=24,h=52,ox=1,oy=52},
			{char="$",width=44,x=25,y=0,w=42,h=64,ox=0,oy=58},
			{char="&",width=47,x=67,y=5,w=45,h=53,ox=0,oy=53},
			{char="'",width=15,x=112,y=3,w=13,h=25,ox=0,oy=55},
			{char=",",width=23,x=125,y=39,w=21,h=28,ox=0,oy=19},
			{char=".",width=22,x=146,y=39,w=21,h=19,ox=0,oy=19},
			{char="0",width=49,x=167,y=5,w=47,h=53,ox=0,oy=53},
			{char="1",width=43,x=214,y=6,w=42,h=52,ox=0,oy=52},
			{char="2",width=47,x=256,y=5,w=45,h=53,ox=0,oy=53},
			{char="3",width=42,x=301,y=6,w=40,h=52,ox=0,oy=52},
			{char="4",width=48,x=341,y=6,w=46,h=52,ox=0,oy=52},
			{char="5",width=42,x=387,y=6,w=40,h=52,ox=0,oy=52},
			{char="6",width=48,x=0,y=68,w=46,h=53,ox=0,oy=53},
			{char="7",width=40,x=46,y=69,w=38,h=52,ox=0,oy=52},
			{char="8",width=48,x=84,y=68,w=46,h=54,ox=0,oy=53},
			{char="9",width=46,x=130,y=68,w=44,h=54,ox=1,oy=53},
			{char="?",width=46,x=174,y=69,w=44,h=52,ox=0,oy=52},
			{char="A",width=54,x=218,y=69,w=52,h=52,ox=0,oy=52},
			{char="B",width=50,x=270,y=69,w=48,h=52,ox=0,oy=52},
			{char="C",width=53,x=318,y=67,w=51,h=54,ox=0,oy=54},
			{char="D",width=50,x=369,y=69,w=48,h=52,ox=0,oy=52},
			{char="E",width=43,x=417,y=68,w=41,h=53,ox=0,oy=53},
			{char="F",width=41,x=0,y=123,w=39,h=52,ox=0,oy=52},
			{char="G",width=52,x=39,y=123,w=50,h=52,ox=0,oy=52},
			{char="H",width=50,x=89,y=123,w=48,h=52,ox=0,oy=52},
			{char="I",width=40,x=137,y=123,w=38,h=52,ox=0,oy=52},
			{char="J",width=50,x=175,y=122,w=48,h=53,ox=0,oy=53},
			{char="K",width=52,x=223,y=123,w=51,h=53,ox=0,oy=52},
			{char="L",width=45,x=274,y=123,w=43,h=52,ox=0,oy=52},
			{char="M",width=55,x=317,y=122,w=53,h=53,ox=0,oy=53},
			{char="N",width=51,x=370,y=122,w=49,h=53,ox=0,oy=53},
			{char="O",width=55,x=0,y=176,w=54,h=55,ox=0,oy=55},
			{char="P",width=48,x=54,y=179,w=46,h=52,ox=0,oy=52},
			{char="Q",width=59,x=100,y=178,w=57,h=55,ox=0,oy=53},
			{char="R",width=48,x=157,y=179,w=47,h=52,ox=-1,oy=52},
			{char="S",width=45,x=204,y=178,w=43,h=53,ox=0,oy=53},
			{char="T",width=49,x=247,y=179,w=47,h=52,ox=0,oy=52},
			{char="U",width=50,x=294,y=178,w=48,h=53,ox=0,oy=53},
			{char="V",width=51,x=342,y=179,w=50,h=52,ox=0,oy=52},
			{char="W",width=74,x=0,y=235,w=73,h=53,ox=0,oy=52},
			{char="X",width=51,x=73,y=235,w=49,h=52,ox=0,oy=52},
			{char="Y",width=53,x=122,y=235,w=51,h=52,ox=0,oy=52},
			{char="Z",width=43,x=173,y=234,w=41,h=53,ox=0,oy=53},
			{char="a",width=54,x=214,y=235,w=52,h=52,ox=0,oy=52},
			{char="b",width=50,x=266,y=235,w=48,h=52,ox=0,oy=52},
			{char="c",width=53,x=314,y=233,w=51,h=54,ox=0,oy=54},
			{char="d",width=50,x=365,y=235,w=48,h=52,ox=0,oy=52},
			{char="e",width=43,x=413,y=234,w=41,h=53,ox=0,oy=53},
			{char="f",width=41,x=0,y=289,w=39,h=52,ox=0,oy=52},
			{char="g",width=52,x=39,y=289,w=50,h=52,ox=0,oy=52},
			{char="h",width=50,x=89,y=289,w=48,h=52,ox=0,oy=52},
			{char="i",width=40,x=137,y=289,w=38,h=52,ox=0,oy=52},
			{char="j",width=50,x=175,y=288,w=48,h=53,ox=0,oy=53},
			{char="k",width=52,x=223,y=289,w=51,h=53,ox=0,oy=52},
			{char="l",width=45,x=274,y=289,w=43,h=52,ox=0,oy=52},
			{char="m",width=55,x=317,y=288,w=53,h=53,ox=0,oy=53},
			{char="n",width=51,x=370,y=288,w=49,h=53,ox=0,oy=53},
			{char="o",width=55,x=0,y=342,w=54,h=55,ox=0,oy=55},
			{char="p",width=48,x=54,y=345,w=46,h=52,ox=0,oy=52},
			{char="q",width=59,x=100,y=344,w=57,h=55,ox=0,oy=53},
			{char="r",width=48,x=157,y=345,w=47,h=52,ox=-1,oy=52},
			{char="s",width=45,x=204,y=344,w=43,h=53,ox=0,oy=53},
			{char="t",width=49,x=247,y=345,w=47,h=52,ox=0,oy=52},
			{char="u",width=50,x=294,y=344,w=48,h=53,ox=0,oy=53},
			{char="v",width=51,x=342,y=345,w=50,h=52,ox=0,oy=52},
			{char="w",width=74,x=0,y=400,w=73,h=53,ox=0,oy=52},
			{char="x",width=51,x=73,y=400,w=49,h=52,ox=0,oy=52},
			{char="y",width=53,x=122,y=400,w=51,h=52,ox=0,oy=52},
			{char="z",width=43,x=173,y=399,w=41,h=53,ox=0,oy=53},
		},
		kernings={
			{from="A",to="'",offset=-8},
			{from="A",to="C",offset=-4},
			{from="A",to="G",offset=-4},
			{from="A",to="O",offset=-4},
			{from="A",to="Q",offset=-4},
			{from="A",to="T",offset=-7},
			{from="A",to="U",offset=-3},
			{from="A",to="V",offset=-9},
			{from="A",to="W",offset=-9},
			{from="A",to="Y",offset=-10},
			{from="B",to=",",offset=-1},
			{from="B",to=".",offset=-1},
			{from="B",to="A",offset=-3},
			{from="C",to=",",offset=-2},
			{from="C",to=".",offset=-1},
			{from="C",to="A",offset=-3},
			{from="D",to=",",offset=-3},
			{from="D",to=".",offset=-3},
			{from="D",to="A",offset=-5},
			{from="D",to="V",offset=-5},
			{from="D",to="W",offset=-4},
			{from="D",to="Y",offset=-6},
			{from="F",to=",",offset=-3},
			{from="F",to=".",offset=-3},
			{from="F",to="A",offset=-5},
			{from="G",to=",",offset=-4},
			{from="G",to=".",offset=-4},
			{from="J",to=",",offset=-9},
			{from="J",to=".",offset=-9},
			{from="J",to="A",offset=-7},
			{from="K",to="C",offset=-3},
			{from="K",to="O",offset=-3},
			{from="L",to="'",offset=-15},
			{from="L",to="T",offset=-9},
			{from="L",to="V",offset=-8},
			{from="L",to="W",offset=-8},
			{from="L",to="Y",offset=-10},
			{from="N",to=",",offset=-1},
			{from="N",to=".",offset=-1},
			{from="N",to="A",offset=-1},
			{from="O",to=",",offset=-3},
			{from="O",to=".",offset=-2},
			{from="O",to="A",offset=-4},
			{from="O",to="T",offset=-2},
			{from="O",to="V",offset=-5},
			{from="O",to="W",offset=-5},
			{from="O",to="X",offset=-2},
			{from="O",to="Y",offset=-6},
			{from="P",to=",",offset=-6},
			{from="P",to=".",offset=-5},
			{from="P",to="A",offset=-6},
			{from="Q",to=",",offset=-1},
			{from="Q",to=".",offset=-1},
			{from="Q",to="U",offset=-4},
			{from="R",to="O",offset=-2},
			{from="R",to="T",offset=-1},
			{from="R",to="U",offset=-1},
			{from="R",to="V",offset=-4},
			{from="R",to="W",offset=-4},
			{from="S",to=",",offset=-2},
			{from="S",to=".",offset=-1},
			{from="T",to=",",offset=-9},
			{from="T",to=".",offset=-9},
			{from="T",to="A",offset=-7},
			{from="T",to="O",offset=-3},
			{from="U",to=",",offset=-2},
			{from="U",to=".",offset=-2},
			{from="U",to="A",offset=-4},
			{from="V",to=",",offset=-8},
			{from="V",to=".",offset=-8},
			{from="V",to="A",offset=-9},
			{from="V",to="G",offset=-4},
			{from="V",to="O",offset=-4},
			{from="W",to=",",offset=-8},
			{from="W",to=".",offset=-8},
			{from="W",to="A",offset=-9},
			{from="W",to="O",offset=-4},
			{from="Y",to=",",offset=-10},
			{from="Y",to=".",offset=-10},
			{from="Y",to="A",offset=-10},
			{from="Y",to="O",offset=-7},
			{from="Y",to="S",offset=-4},
		},
	},
}