1
0
Fork 0

FontEngine: remove hinting (exists in FontDescripion class) and let child classes handle it.

This commit is contained in:
Henrik Hautakoski 2020-01-06 00:19:12 +01:00
parent 6e14209aae
commit f72178ffd0
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745
5 changed files with 8 additions and 31 deletions

View file

@ -154,9 +154,9 @@ local graphics_module = Module("source/Graphics", {
"Texture.cpp",
-- Text
"Font/Engine/FontEngine.cpp",
"Font/Engine/FreeTypeEngine.cpp",
"Font/Engine/FreeTypeError.cpp",
"Font/FontDescription.cpp",
"Font.cpp",
"Text.cpp",