[client] fonts: add freetype font rendering backend

This commit is contained in:
Quantum
2021-02-23 23:02:21 -05:00
committed by Geoffrey McRae
parent 2da81e0b5a
commit 5a075744bd
3 changed files with 306 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ function(add_font name)
endfunction()
# Add/remove fonts here!
add_font(freetype)
add_font(SDL)
list(REMOVE_AT FONTS 0)