blob: 86b7f459147da41faa66c444f0ccf3ef97194907 (
plain)
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
|
RSFONT := tools/rsfont/rsfont
graphics/fonts/font0_jpn.1bpp: graphics/fonts/font0_jpn.png
$(RSFONT) $< $@ 240 1
graphics/fonts/font1_jpn.1bpp: graphics/fonts/font1_jpn.png
$(RSFONT) $< $@ 256 0
graphics/fonts/font3_jpn.4bpp: graphics/fonts/font3_jpn.png
$(RSFONT) $< $@ 252 2
graphics/fonts/font4_jpn.4bpp: graphics/fonts/font4_jpn.png
$(RSFONT) $< $@ 220 0
graphics/fonts/font0_lat.1bpp: graphics/fonts/font0_lat.png
$(RSFONT) $< $@ 256 1
graphics/fonts/font1_lat.1bpp: graphics/fonts/font1_lat.png
$(RSFONT) $< $@ 256 0
graphics/fonts/font3_lat.4bpp: graphics/fonts/font3_lat.png
$(RSFONT) $< $@ 254 1
graphics/fonts/font3_lat_rev1.4bpp: graphics/fonts/font3_lat_rev1.png
$(RSFONT) $< $@ 254 1
graphics/fonts/font4_lat.4bpp: graphics/fonts/font4_lat.png
$(RSFONT) $< $@ 220 0
graphics/fonts/font4_lat_rev1.4bpp: graphics/fonts/font4_lat_rev1.png
$(RSFONT) $< $@ 220 0
graphics/fonts/font6_braille.1bpp: graphics/fonts/font6_braille.png
$(RSFONT) $< $@ 192 0
|