[kandinsky] The rasterizer can check the size of the emitted glyphs

This commit is contained in:
Romain Goyet
2019-05-28 09:35:00 +02:00
committed by Léa Saviot
parent 0cd5032a3a
commit 6061c9f3ff
2 changed files with 22 additions and 9 deletions

View File

@@ -48,12 +48,12 @@ $(eval $(call rule_for, \
RASTER, \
kandinsky/fonts/SmallSourcePixel.cpp, \
kandinsky/fonts/SmallSourcePixel.otf $$(RASTERIZER), \
$$(RASTERIZER) $$< 12 12 SmallFont $$@ \
$$(RASTERIZER) $$< 12 12 7 14 SmallFont $$@ \
))
$(eval $(call rule_for, \
RASTER, \
kandinsky/fonts/LargeSourcePixel.cpp, \
kandinsky/fonts/LargeSourcePixel.otf $$(RASTERIZER), \
$$(RASTERIZER) $$< 16 16 LargeFont $$@ \
kandinsky/fonts/LargeSourcePixel.ttf $$(RASTERIZER), \
$$(RASTERIZER) $$< 16 16 10 18 LargeFont $$@ \
))