Merge pull request #74556 from AThousandShips/text_adv_svg_freetype
[TextServer] Make sure Freetype is enabled for ot-svg
This commit is contained in:
commit
b5845f87fc
6 changed files with 15 additions and 3 deletions
|
|
@ -66,8 +66,10 @@ using namespace godot;
|
|||
#endif
|
||||
|
||||
#ifdef MODULE_SVG_ENABLED
|
||||
#ifdef MODULE_FREETYPE_ENABLED
|
||||
#include "thorvg_svg_in_ot.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue