mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[unicode] Clean typography (accents, non present glyphs...)
This commit is contained in:
@@ -47,13 +47,13 @@ RASTERIZER := $(BUILD_DIR)/kandinsky/fonts/rasterizer
|
||||
$(eval $(call rule_for, \
|
||||
RASTER, \
|
||||
kandinsky/fonts/SmallSourcePixel.cpp, \
|
||||
kandinsky/fonts/SmallSourcePixel.ttf $$(RASTERIZER), \
|
||||
kandinsky/fonts/SmallSourcePixel.otf $$(RASTERIZER), \
|
||||
$$(RASTERIZER) $$< 12 12 SmallFont $$@ \
|
||||
))
|
||||
|
||||
$(eval $(call rule_for, \
|
||||
RASTER, \
|
||||
kandinsky/fonts/LargeSourcePixel.cpp, \
|
||||
kandinsky/fonts/LargeSourcePixel.ttf $$(RASTERIZER), \
|
||||
kandinsky/fonts/LargeSourcePixel.otf $$(RASTERIZER), \
|
||||
$$(RASTERIZER) $$< 16 16 LargeFont $$@ \
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user