Implement SVG in OT support.

This commit is contained in:
bruvzg
2022-06-14 10:29:58 +03:00
parent 191c8ed12f
commit d77902f33a
18 changed files with 1304 additions and 29 deletions

View File

@@ -8,6 +8,9 @@ msdfgen_enabled = "msdfgen" in env.module_list
env_text_server_fb = env_modules.Clone()
if "svg" in env.module_list:
env_text_server_fb.Prepend(CPPPATH=["#thirdparty/thorvg/inc", "#thirdparty/thorvg/src/lib"])
if env["builtin_msdfgen"] and msdfgen_enabled:
env_text_server_fb.Prepend(CPPPATH=["#thirdparty/msdfgen"])