mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[kandinsky] The rasterizer can check the size of the emitted glyphs
This commit is contained in:
@@ -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 $$@ \
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user