mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[kandinsky] Add the small capital E to fonts
Change-Id: I7a1361de05d328d8d5fa4ad96be48d25353355c0
This commit is contained in:
@@ -46,12 +46,12 @@ endif
|
||||
kandinsky/src/small_font.h: kandinsky/src/small_font.c
|
||||
kandinsky/src/small_font.c: kandinsky/fonts/rasterizer
|
||||
@echo "RASTER $(small_font_files)"
|
||||
@$< kandinsky/fonts/smallPixelFont.ttf 12 12 SmallFont $(small_font_files)
|
||||
@$< kandinsky/fonts/SmallSourcePixel.ttf 12 12 SmallFont $(small_font_files)
|
||||
|
||||
kandinsky/src/large_font.h: kandinsky/src/large_font.c
|
||||
kandinsky/src/large_font.c: kandinsky/fonts/rasterizer
|
||||
@echo "RASTER $(large_font_files)"
|
||||
@$< kandinsky/fonts/largePixelFont.ttf 16 16 LargeFont $(large_font_files)
|
||||
@$< kandinsky/fonts/LargeSourcePixel.ttf 16 16 LargeFont $(large_font_files)
|
||||
|
||||
kandinsky/fonts/rasterizer: kandinsky/fonts/rasterizer.c kandinsky/fonts/unicode_for_symbol.c
|
||||
@echo "HOSTCC $@"
|
||||
|
||||
Reference in New Issue
Block a user