1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 03:19:53 +03:00

[Horus] Bold font added

This commit is contained in:
Bertrand Songis 2016-03-24 21:41:43 +01:00
parent e3d70817ea
commit 31fa16bf87
15 changed files with 43 additions and 35 deletions

View file

@ -19,4 +19,5 @@ macro(add_truetype_font_target radio name font size bold)
COMMAND ${RADIO_DIRECTORY}/util/font2png.py ${font} ${size} ${bold} ${target}
WORKING_DIRECTORY ${RADIO_SRC_DIRECTORY}
)
set(ttf_horus_fonts_targets ${ttf_horus_fonts_targets} ttf_${radio}_${name})
endmacro(add_truetype_font_target)