1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #74556 from AThousandShips/text_adv_svg_freetype

[TextServer] Make sure Freetype is enabled for ot-svg
This commit is contained in:
Yuri Sizov
2023-03-15 15:04:01 +01:00
committed by GitHub
6 changed files with 15 additions and 3 deletions

View File

@@ -66,8 +66,10 @@ using namespace godot;
#endif
#ifdef MODULE_SVG_ENABLED
#ifdef MODULE_FREETYPE_ENABLED
#include "thorvg_svg_in_ot.h"
#endif
#endif
/*************************************************************************/