FontEngine: remove hinting (exists in FontDescripion class) and let child classes handle it.
This commit is contained in:
parent
6e14209aae
commit
f72178ffd0
5 changed files with 8 additions and 31 deletions
2
bam.lua
2
bam.lua
|
|
@ -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",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue