[kandinsky] Add the small capital E to fonts

Change-Id: I7a1361de05d328d8d5fa4ad96be48d25353355c0
This commit is contained in:
Émilie Feral
2017-01-25 17:10:18 +01:00
parent e6d5a8dfd1
commit 1127d7a3ea
3 changed files with 2 additions and 2 deletions

View File

@@ -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 $@"