juzzlin / DustRacing2D

Dust Racing 2D is a traditional top-down car racing game including a level editor.
http://juzzlin.github.io/DustRacing2D/index.html
GNU General Public License v3.0
301 stars 67 forks source link

Add possibility to rely on system fonts #109

Closed pinotree closed 4 years ago

pinotree commented 4 years ago

Add a cmake option to disable the installation (if enabled) of the fonts, and skips their loading as files. This is useful in case the fonts are already installed in the system, so QFont loads them with no issues.

juzzlin commented 4 years ago

Rebased and merged in CLI. Thanks!