2016-08-29 22:31:11 +02:00
|
|
|
#
|
2018-02-03 17:39:28 +01:00
|
|
|
# Copyright 2011-2018 Branimir Karadzic. All rights reserved.
|
2017-04-11 08:16:10 +02:00
|
|
|
# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
|
2016-08-29 22:31:11 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
include ../../../scripts/shader-embeded.mk
|
|
|
|
|
|
|
|
droidsans.ttf.h: ../../runtime/font/droidsans.ttf
|
|
|
|
@bin2c -f $(<) -o $(@) -n s_droidSansTtf
|
|
|
|
|
|
|
|
roboto_regular.ttf.h: ../../runtime/font/roboto-regular.ttf
|
|
|
|
@bin2c -f $(<) -o $(@) -n s_robotoRegularTtf
|
|
|
|
|
|
|
|
robotomono_regular.ttf.h: ../../runtime/font/robotomono-regular.ttf
|
|
|
|
@bin2c -f $(<) -o $(@) -n s_robotoMonoRegularTtf
|
|
|
|
|
|
|
|
icons_font_awesome.ttf.h: ../../runtime/font/fontawesome-webfont.ttf
|
|
|
|
@bin2c -f $(<) -o $(@) -n s_iconsFontAwesomeTtf
|
|
|
|
|
|
|
|
icons_kenney.ttf.h: ../../runtime/font/kenney-icon-font.ttf
|
|
|
|
@bin2c -f $(<) -o $(@) -n s_iconsKenneyTtf
|
|
|
|
|
|
|
|
fonts: droidsans.ttf.h \
|
|
|
|
roboto_regular.ttf.h \
|
|
|
|
robotomono_regular.ttf.h \
|
|
|
|
icons_font_awesome.ttf.h \
|
|
|
|
icons_kenney.ttf.h
|
|
|
|
|
|
|
|
rebuild: fonts
|
|
|
|
@make -s --no-print-directory clean all
|