-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkfonts
32 lines (29 loc) · 3.1 KB
/
mkfonts
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
#!/bin/bash
./fontconv.exe -p 17 -c 12 -a 17 -b 1 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM12_1.h
./fontconv.exe -p 17 -c 12 -a 17 -b 2 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM12_2.h
./fontconv.exe -p 17 -c 12 -a 17 -b 3 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM12_3.h
./fontconv.exe -p 17 -c 12 -a 17 -b 4 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM12_4.h
./fontconv.exe -p 25 -c 18 -a 25 -b 1 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM18_1.h
./fontconv.exe -p 25 -c 18 -a 25 -b 2 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM18_2.h
./fontconv.exe -p 25 -c 18 -a 25 -b 3 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM18_3.h
./fontconv.exe -p 25 -c 18 -a 25 -b 4 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM18_4.h
./fontconv.exe -p 34 -c 24 -a 34 -b 1 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM24_1.h
./fontconv.exe -p 34 -c 24 -a 34 -b 2 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM24_2.h
./fontconv.exe -p 34 -c 24 -a 34 -b 3 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM24_3.h
./fontconv.exe -p 34 -c 24 -a 34 -b 4 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM24_4.h
./fontconv.exe -p 50 -c 36 -a 50 -b 1 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM36_1.h
./fontconv.exe -p 50 -c 36 -a 50 -b 2 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM36_2.h
./fontconv.exe -p 50 -c 36 -a 50 -b 3 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM36_3.h
./fontconv.exe -p 50 -c 36 -a 50 -b 4 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM36_4.h
./fontconv.exe -p 67 -c 48 -a 66 -b 1 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM48_1.h
./fontconv.exe -p 67 -c 48 -a 66 -b 2 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM48_2.h
./fontconv.exe -p 67 -c 48 -a 66 -b 3 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM48_3.h
./fontconv.exe -p 67 -c 48 -a 66 -b 4 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM48_4.h
./fontconv.exe -p 100 -c 72 -a 96 -b 1 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM72_1.h
./fontconv.exe -p 100 -c 72 -a 96 -b 2 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM72_2.h
./fontconv.exe -p 100 -c 72 -a 96 -b 3 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM72_3.h
./fontconv.exe -p 100 -c 72 -a 96 -b 4 -s 0x20-0x7e Roboto-Medium.ttf ../src/mcu-renderer-fonts/font_robotoM72_4.h
./fontconv.exe -p 18 -c 16 -s 0xe1a3-0xe1aa MaterialSymbolsOutlined-Regular.ttf ../src/mcu-renderer-fonts/font_material_symbolsR12_4.h
./fontconv.exe -s 0x20-0x7e roboto-matrixR8.bdf ../src/mcu-renderer-fonts/font_roboto_matrixR8.h
./fontconv.exe -s 0x20-0x7e roboto-matrixR24.bdf ../src/mcu-renderer-fonts/font_roboto_matrixR24.h
./fontconv.exe -s 0x20-0x7e tiny5-Regular.bdf ../src/mcu-renderer-fonts/font_tiny5-Regular.h